This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11388 - Bookmark file doesn't work for a directory with a semicolon in its name
Attached to Project:
Rockbox
Opened by Aaron Wells (agwells) - Wednesday, 09 June 2010, 12:52 GMT+2
Last edited by Rafaël Carré (funman) - Saturday, 19 June 2010, 10:32 GMT+2
Opened by Aaron Wells (agwells) - Wednesday, 09 June 2010, 12:52 GMT+2
Last edited by Rafaël Carré (funman) - Saturday, 19 June 2010, 10:32 GMT+2
|
DetailsSteps to reproduce:
1. Create a directory: /AUDIO;BOOKS 2. Place a file in it: /AUDIO;BOOKS/file.mp3 3. Start playing the file, and then create a bookmark 4. Do "List bookmarks" for the file 5. The bookmark menu lists something like this: BOOKS/;file 0:02, 2, Shuffle The problem seems to be that .bmark files use semicolons to separate the fields of information. If there's a semicolon in the path, it thinks that it indicates the end of the path and the beginning of the filename. |
This task depends upon
(some?) Forbidden characters: / \ * " ? : | < >
Will obviously break compatibility with existing bookmarks
looks like it is, i can create this filename on ext3 but not on fat32 from linux
Note that we also broke themes since last release.