View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006659 | MMW v4 | Synchronization | public | 2010-11-08 05:07 | 2015-02-26 23:25 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.0 | ||||
Target Version | 4.1 | ||||
Summary | 0006659: MTP devices do not display Art in MM | ||||
Description | If the user browses an MTP device from within MM, Artwork doesn't display at all (this is the same behaviour as in MM3). | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Jiri, could you please test with a MTP device without drive letter. For MTP devices with drive letter it works. |
|
Note: I've tested with the Zen Sleek (no drive letter) and the artwork fails to display. |
|
This isn't supposed to work with any non-MSC device, since MM doesn't have a way of getting the artwork. We can introduce a new device plug-in function that would return artwork for a requested track, e.g. something like: function DEVICE_GetArtwork( const filename: string; const tempArtworkFilename: string; artworkFormat: integer): integer; This would be implemented for d_WMDM so that artwork would be retrieved from album objects (or .jpg file from track's folder). In case of iPhone, it would be from the internal DB, but note that particularly in case of iPhone it will probably require quite a significant effort, particularly to support the several older DB formats. At this moment we don't even know how to implement it for iOS5 (see http://www.ventismedia.com/mantis/view.php?id=3139#c31460). We could possibly implement an alternative approach and show Artwork at least for tracks synced by MM (for them we know their ID from MM desktop DB and so we can show their Artwork). |
|
The alternative approach (supplying library artwork for tracks synced by MM) implemented in build 1601. |
|
Alternative Verified 1615 |
|
Verified 1735 |