View Issue Details

IDProjectCategoryView StatusLast Update
0005505MMW v4DB/FileMonitorpublic2009-04-22 20:54
ReporterBex Assigned To 
PriorityimmediateSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.1 
Fixed in Version3.1 
Summary0005505: Embedded Album Art does not get added to the Covers table on rescan (regression)
DescriptionThe problem is only reproducible on rescans on existing Albums to find newly added embedded Album Art made by external applications and not for initial scans on new Albums or any linked Album Art.

Steps to reproduce:
1. Locate an existing Album in MM, note the IDAlbum.
2. Run this sql: SELECT * FROM Covers WHERE IDSong In (SELECT ID FROM Songs WHERE IDAlbum=?)
Note the result, if any.
3. Add embedded Album Art with an external application and rescan the tracks.
4. Run the same sql and you'll see that nothing new is added.

Alternative steps to reproduce:
1. Locate an existing Album in MM which already has embedded Album Art. Try this sql:
SELECT IDAlbum, Album FROM Songs WHERE ID IN (SELECT IDSong FROM Covers WHERE CoverStorage=0)
Note the IDAlbum.
2. Delete all entries in the Covers table for the Album:
DELETE FROM Covers WHERE IDSong In (SELECT ID FROM Songs WHERE IDAlbum=?)
3. Rescan the Album into MM.
4. Run this sql and you'll see that nothing is added.
SELECT * FROM Covers WHERE IDSong In (SELECT ID FROM Songs WHERE IDAlbum=?)

However, the embedded Album Art is still seen within MM's Album Art window and within the properties. But is not seen in the main window in any Album Art View. The Album also gets added to the "Files To Edit->Unknown Album Art"-Node.

Tried on 1236 with mp3-files.
TagsNo tags attached.
Fixed in build1237

Relationships

child of 0004796 closedpetr Tracklist operations coulds be faster and consuming less memory 

Activities

petr

2009-04-17 11:57

developer   ~0017506

Fixed in 1237

peke

2009-04-22 20:54

developer   ~0017557

Verified 1238