View Issue Details

IDProjectCategoryView StatusLast Update
0003893MMW v4Synchronizationpublic2007-11-12 21:59
Reporterrusty Assigned To 
PriorityimmediateSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.0 
Fixed in Version3.0 
Summary0003893: When Playing tracks from iPod with MM Album Art isn't displayed in the player
DescriptionWhen the user plays tracks from the iPod using MediaMonkey (e.g. if they plug their iPod into a PC at work), MediaMonkey displays the Now Playing Artwork correctly in the Album Art window, however, it doesn't display Album Art for tracks subsequent to the first track in the Player.

Note: to repro, browse to the iPod node in the tree and play track, then press <Next>
Additional InformationReported at: http://www.mediamonkey.com/forum/viewtopic.php?t=22201
TagsNo tags attached.
Fixed in build1102

Activities

jiri

2007-11-12 16:44

administrator   ~0011922

I found out that it's caused by SkinWrapper.pas for tracks not in Library (i.e. also tracks uploaded to iPod).

The source of problem is line:

      if ((FSD = nil) or (img.Tag <> FSD.idsong) or (ForceUpdate){ and (-(img.Tag) <> FSD.idsong)}) then

I guess that we should somehow modify this so that Path is used as an identification of tracks?

petr

2007-11-12 17:54

developer   ~0011924

Fixed. Will be in 1102.

rusty

2007-11-12 21:59

administrator   ~0011930

Verified 1102.