Version: 2.2.1 (using KDE 4.3.3) OS: Linux Installed from: Debian testing/unstable Packages How to reproduce: 1. Rename two of your music files to (for example) "01 test.mp3" and "02 test.mp3" (note: double space) 2. Amarok->Playlist->Add Media, select both files, hit ok. 3. Nothing gets added to the playlist. Expected behavior: Both files get added to the playlist. (Note: Adding files one by one seems to work.)
I guess this is yet another weird bug of the file selection dialog. E.g. try to open a (or several) files that contain two " (double quote).
This seems like an escaping bug upstream in KFileDialog If I select one file named "01 Distant Activity-Adam Fielding.ogg" I get the following path from KFileDialog: [MainWindow] file: "file:///home/nhn/media/test%20media/01%20%20Distant%20Activity-Adam%20Fielding.ogg" If however I select this as one of 2 files, I get: [MainWindow] file: "file:///home/nhn/media/test%20media/01%2520%20Distant%20Activity-Adam%20Fielding.ogg" Something in the escaping of this path has obviously gone bad!
Is this still valid in Amarok 2.2.2 or current git? Or should I reassign that?
Amarok 2.2.2 + KDE 4.3.4 here, it's still broken.
Reassigning
Works for me in KDE Frameworks 5.45.