View Issue Details

IDProjectCategoryView StatusLast Update
0006659MMW v4Synchronizationpublic2015-02-26 23:25
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version4.0 
Target Version4.1 
Summary0006659: MTP devices do not display Art in MM
DescriptionIf the user browses an MTP device from within MM, Artwork doesn't display at all (this is the same behaviour as in MM3).
TagsNo tags attached.
Fixed in build

Relationships

related to 0006649 closedjiri MTP Devices are not fully browsable (regression) 
related to 0003139 closedLudek Browsing iPod / iPhone in MediaMonkey: Album Artwork isn't shown 
related to 0009952 closedLudek Direct Editing Track properties on Device do not work 

Activities

Ludek

2010-11-08 06:47

developer   ~0021239

Jiri, could you please test with a MTP device without drive letter. For MTP devices with drive letter it works.

rusty

2012-06-25 15:25

administrator   ~0031463

Note: I've tested with the Zen Sleek (no drive letter) and the artwork fails to display.

jiri

2012-06-26 13:21

administrator   ~0031467

Last edited: 2012-06-26 13:35

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).

Ludek

2012-06-26 21:57

developer   ~0031472

The alternative approach (supplying library artwork for tracks synced by MM) implemented in build 1601.

peke

2012-12-22 01:22

developer   ~0034118

Alternative Verified 1615

peke

2015-02-26 23:25

developer   ~0042208

Verified 1735