GNOME Bugzilla – Bug 555767
When extracting CD to audio files, %20 is placed in file and folder names
Last modified: 2008-10-14 12:40:11 UTC
Please describe the problem: The titles of the files and folders created actually contain the characters "%20", rather than a space as you would expect. Steps to reproduce: 1. Insert audio CD with song titles containing a space 2. Set the preferred format to be "CD Quality, Lossless (.flac)", folder heirarchy is "Artist/Album", file name is "Number - Title" 3. Extract songs to hard drive and view file name of songs containing a space in the original name Actual results: Where the space should be, you see %20 Expected results: You would expect a space in the file name, or at worst an _ Does this happen every time? Yes Other information: Using rhythmbox 0.11.6 in ubuntu 8.10 beta/current
See also Ubuntu-bug: https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/282275 If you Choose Edit/Preferences/Music and you look at the example path then you should also see that the spaces are replaced by %20.
2008-10-14 Jonathan Matthew <jonathan@d14n.org> * sources/rb-library-source.c: (sanitize_path): The filename bits we're creating here aren't URI fragments, so we don't need to escape them as if they were. Fixes #555767.