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 413961 - Paths written to DAP can be illegal
Paths written to DAP can be illegal
Status: RESOLVED DUPLICATE of bug 399278
Product: banshee
Classification: Other
Component: Device - USB Mass Storage
0.11.7
Other Linux
: Normal normal
: 2.x
Assigned To: Gabriel Burt
Gabriel Burt
Depends on:
Blocks:
 
 
Reported: 2007-03-02 19:00 UTC by Craig
Modified: 2007-03-02 19:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Craig 2007-03-02 19:00:34 UTC
Say you have an item in your library with this metadata:
Album: "This American Life, "
Title: "307 - Episode"

And you set Banshee to save in the Album/Title structure. The path to be written to the DAP will be:
"This American Life, /307- Episode.mp3"

However, this is not a legal VFAT path - directory names cannot end in a space.

Another example of this happening is when some component of the metadata contains dots, such as .. or ...
The path will contain those dots, which are once again not legal VFAT names.

I assume there are other characters that can cause these errors as well, but I haven't run into them yet (I bet star, pipe, colon, slash, backslash, less than, and greater than do similar things).
Comment 1 Gabriel Burt 2007-03-02 19:11:57 UTC

*** This bug has been marked as a duplicate of 399278 ***