View Issue Details

IDProjectCategoryView StatusLast Update
0008005MMW v4Properties/Auto-Toolspublic2011-07-08 22:02
Reporterrusty Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version4.0 
Target Version4.0Fixed in Version4.0 
Summary0008005: Album Art: Failed image deletion (regression)
DescriptionAlbum 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 InformationSimilar 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
TagsNo tags attached.
Attached Files
Fixed in build1396

Relationships

related to 0008006 closedrusty Album Art: default destination ignored 
child of 0007977 closedmichal Save Thumbnail fails 

Activities

rusty

2011-06-23 17:31

administrator   ~0026332

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.

Ludek

2011-06-23 19:16

developer   ~0026342

Last edited: 2011-06-23 19:24

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.

Ludek

2011-06-23 19:22

developer   ~0026343

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

petr

2011-06-23 19:58

developer   ~0026345

Fixed in 1396

peke

2011-07-08 22:02

developer   ~0026653

Verified 1403