The tracks table has multiple values related to artwork. One column stores a file URL to the artwork file, if it's an external file. Or some data about where to find it inside the music file. Another column (coverid) has a unique hash value which is being used for the artwork lookup.
In the artwork.db you won't find any of these, as the keys are serialized hashes of data, of which the coverid is only one part. Other parameters include resizing information etc. Therefore you'd find multiple entries for every cover in artwork.db. Now you can try to re-implement all the logic required to get the artwork file out of that data. Or you just let LMS do it for you. Michael http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR, Smart Mix ------------------------------------------------------------------------ mherger's Profile: http://forums.slimdevices.com/member.php?userid=50 View this thread: http://forums.slimdevices.com/showthread.php?t=104800 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
