After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 555767 - When extracting CD to audio files, %20 is placed in file and folder names
When extracting CD to audio files, %20 is placed in file and folder names
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Removable Media
0.11.x
Other All
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-10 07:50 UTC by Benjamin Woods
Modified: 2008-10-14 12:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Woods 2008-10-10 07:50:33 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
Comment 1 Christian Göbel 2008-10-14 09:39:35 UTC
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.
Comment 2 Jonathan Matthew 2008-10-14 12:40:11 UTC
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.