This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11575 - RaaA should not be storing the real full path in config.cfg
Attached to Project:
Rockbox
Opened by Jonathan Gordon (jdgordon) - Sunday, 29 August 2010, 04:41 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Tuesday, 07 December 2010, 01:29 GMT+2
Opened by Jonathan Gordon (jdgordon) - Sunday, 29 August 2010, 04:41 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Tuesday, 07 December 2010, 01:29 GMT+2
|
Detailsfrom my config.cfg
" playlist catalog directory: /usr/local/share/rockbox/Playlis " /usr/local/share/rockbox should be added at runtime, and stored speratly or the actual path is cut off |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Tuesday, 07 December 2010, 01:29 GMT+2
Reason for closing: Fixed
Additional comments about closing: r28752
Tuesday, 07 December 2010, 01:29 GMT+2
Reason for closing: Fixed
Additional comments about closing: r28752
"/usr/local/share/rockbox/xxx" is translated into $HOME/.config/rockbox.org/xxx (if it exists) at even though it says /usr/local/share.
The path doesn't mean much anyway. Only the the basename of the file (without path and extensions) is actually stored in RAM. From there on it looks in $HOME/.config/rockbox.org/xxx, then /usr/local/share/rockbox for the files/folders.
I find it a bit annoying that you really need 2 MAX_PATH buffers in the caller to make it work though.
tested with android and sdl.
make reconf doesnt work though and that needs to be fixed before commiting
Works very well, I think I'm going to commit in a day or two.