Version: 2.0 (using KDE 4.1.3) Installed from: Ubuntu Packages When using the File Browser to move music files to the "Local Collection," if the user does not have write permissions for the Collection directory, the files are deleted without any notification. Possible fix would be to check permissions BEFORE the attempt to move. Or at the very least, verify the file is in the destination directory BEFORE deleting original.
Teo: Was this fixed already?
SVN commit 901828 by mkossick: do not delete files if an error occured during the file transfer @devels: this has been fixed for SqlCollection, i.e. moves from the local collection or "organize files" all other implementations of CollectionLocation have to be fixed too, especially MTP/iPod BUG: 178701 CCMAIL: amarok-devel@kde.org M +16 -1 CollectionLocation.cpp M +6 -0 CollectionLocation.h M +8 -3 sqlcollection/SqlCollectionLocation.cpp M +1 -1 sqlcollection/SqlCollectionLocation.h WebSVN link: http://websvn.kde.org/?view=rev&revision=901828