Revision 877765
Go back to digest for 2nd November 2008Features in Multimedia
Seb Ruiz committed changes in /trunk/extragear/multimedia/amarok/src:
Support for importing tracks into a collection-less amarok.
Required a bit of trickery and imho this could be done more correctly.
I had to expose insertTracks() and insertStatistics() of SqlCollectionLocation to do this, as well as allow MetaFile::Track objects to have some virtual attributes set (score,rating,first played,etc) in order to pull them out later with the Sql ScanResultProcessor.
File Changes
Modified 6 files
- /trunk/extragear/multimedia/amarok/src
- /collection/CollectionLocation.h
- /collection/sqlcollection/SqlCollectionLocation.h
- /databaseimporter/amarok14/FastForwardWorker.cpp
- /meta/file/File.cpp
- /meta/file/File.h
- /meta/file/File_p.h
6 files changed in total