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 535313 - No way to avoid space to _ (etc) filename changes on transfer
No way to avoid space to _ (etc) filename changes on transfer
Status: RESOLVED NOTABUG
Product: rhythmbox
Classification: Other
Component: general
0.11.x
Other All
: Normal minor
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-28 18:25 UTC by Jeremy Katz
Modified: 2008-06-09 11:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Describe gconf key in the schema (868 bytes, patch)
2008-06-09 03:01 UTC, Jeremy Katz
committed Details | Review

Description Jeremy Katz 2008-05-28 18:25:55 UTC
When using rhythmbox to transfer files, there's no way to avoid the different translations which are performed on filenames for things like space to underscore and similar.  This then leads to an inconsistent layout on the player if you've previously just been using rsync or similar.

sound-juicer exposes a "Strip special characters" along these lines.  But at least having it as a gconf key would be nice

Other information:
Comment 1 Jonathan Matthew 2008-06-08 08:58:54 UTC
It's already available as a gconf key, /apps/rhythmbox/library_strip_chars.
Comment 2 Jeremy Katz 2008-06-09 03:01:31 UTC
Created attachment 112385 [details] [review]
Describe gconf key in the schema

It'd be good then if the key were actually listed in the gconf schema so that people can find it by methods other than reading the source. :-)  Simple patch attached
Comment 3 Jonathan Matthew 2008-06-09 11:38:00 UTC
Thanks, I've committed that with the slight change of making the default false, which should be the same as the current behaviour.