Revision 873332

Go back to digest for 26th October 2008

Bug Fixes in Multimedia

Seb Ruiz committed changes in /trunk/extragear/multimedia/amarok/src/collection/sqlcollection:

After a collection rescan, we would lose the images table and hence Amarok wouldn't know that an album cover has already been downloaded.

We can fix this problem by checking albumcovers/large directory for the downloaded image if we haven't already found an image either in the cached dir or referenced to by the database. If we do find a large image, add this reference to the database, and return a scaled copy as required.

File Changes

Modified 2 files
  • /trunk/extragear/multimedia/amarok/src/collection/sqlcollection
  •   /SqlMeta.cpp
  •   /SqlMeta.h
2 files changed in total