by Ludek » Wed Jul 31, 2013 11:41 am
Do you mean the
Music -> Files to Edit -> Unknown Artwork
?
It immediatelly shows 4281/9090 files in my DB (in less than half a second).
And yes, there is a simple query, this one in my case:
SELECT Songs.* FROM Songs WHERE Songs.Id NOT IN (SELECT Covers.IdSong FROM Covers) AND ( Songs.TrackType in (0,4,3) )
So I wonder what could slow it down on your DB, could you please generate debug log, item 4b here:
http://www.mediamonkey.com/forum/viewto ... ?f=6&t=341
Do you mean the
Music -> Files to Edit -> Unknown Artwork
?
It immediatelly shows 4281/9090 files in my DB (in less than half a second).
And yes, there is a simple query, this one in my case:
SELECT Songs.* FROM Songs WHERE Songs.Id NOT IN (SELECT Covers.IdSong FROM Covers) AND ( Songs.TrackType in (0,4,3) )
So I wonder what could slow it down on your DB, could you please generate debug log, item 4b here:
http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=341