Revision 67f5c1a...
Go back to digest for 5th February 2012Bug Fixes in Multimedia
Matěj Laitl committed changes in [amarok] /:
Fix failure to rip CD tracks with special characters in their title
Certain characters such as ? have a special meaning in URLs so they have
to be encoded when used in path component, but the AudioCdCollection
fails to do so and just embeds the raw track title into the URL. Thus it
is impossible to rip tracks that contain such characters in their title,
as the URL passed to the KIO subsystem is invalid.
FIXED-IN: 2.6
REVIEW: 103841
File Changes
Modified 2 files
- ChangeLog
- src/core-impl/collections/audiocd/AudioCdCollection.cpp
2 files changed in total