View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008005 | MMW v4 | Properties/Auto-Tools | public | 2011-06-23 16:57 | 2011-07-08 22:02 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.0 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0008005: Album Art: Failed image deletion (regression) | ||||
Description | Album art isn't updating correctly in some cases: 1 Autotag image (line 333 of log) 2 Remove image (line 533 of log) --> image _appears_ to be removed in Art&Details window 3 Switch tracks and back to the original track --> image re-appears See video: http://screencast.com/t/fqSz9tQd2qQ | ||||
Additional Information | Similar possibly related issue re. lost tags that occurs when covers are reordered described at (with video): http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=57658 Another similar problem with failed AA and Lyrics tagging is described at: http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=58793 | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 1396 | ||||
|
Note: the problem doesn't occur with all tracks--it seems to be related to whether a track has had Album art saved to a location other than a tag. |
|
I also can reproduce very similar regression. When deleting the last cover via properties (but not applying to whole album) then the cover isn't deleted. If there are multiple covers assigned to a single song then it works, but the last one isn't deleted. |
|
Petr, this regression was caused by SVN revision 12023 while fixing 0007977. By adding code if( track.CoverList <> nil) and ( track.CoverList.Count = 0) then track.FreeAndNilCoverList; to AppManage.pas |
|
Fixed in 1396 |
|
Verified 1403 |