View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003893 | MMW v4 | Synchronization | public | 2007-11-02 15:41 | 2007-11-12 21:59 |
Reporter | rusty | Assigned To | |||
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.0 | ||||
Summary | 0003893: When Playing tracks from iPod with MM Album Art isn't displayed in the player | ||||
Description | When 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 Information | Reported at: http://www.mediamonkey.com/forum/viewtopic.php?t=22201 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1102 | ||||
|
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? |
|
Fixed. Will be in 1102. |
|
Verified 1102. |