This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12041 - Backdrops outside of .rockbox/backdrops can't be used any more
Attached to Project:
Rockbox
Opened by Frank Gevaerts (fg) - Saturday, 02 April 2011, 18:15 GMT+2
Last edited by Frank Gevaerts (fg) - Sunday, 10 April 2011, 15:26 GMT+2
Opened by Frank Gevaerts (fg) - Saturday, 02 April 2011, 18:15 GMT+2
Last edited by Frank Gevaerts (fg) - Sunday, 10 April 2011, 15:26 GMT+2
|
DetailsSince r28073/r28074, bmp files outside of .rockbox/backdrops can not be used at all any more. Before then, they could be set but the setting didn't survive a reboot.
The attached patch checks for .rockbox/backdrops and doesn't show the relevant context menu item if invoked outside of .rockbox/backdrops. I'm not entirely sure if the check is always correct, or if maybe there's a better way to do it. Ideally of course the backdrop setting should accept any path instead of just relative paths based in .rockbox/backdrops (or even just filenames?). |
This task depends upon
Closed by Frank Gevaerts (fg)
Sunday, 10 April 2011, 15:26 GMT+2
Reason for closing: Accepted
Additional comments about closing: r29700
Sunday, 10 April 2011, 15:26 GMT+2
Reason for closing: Accepted
Additional comments about closing: r29700
I'm not entirely sure if my change to settings_list.c is correct, but the thing seems to work for me.
As far as I can see, the new code structure since r28073 doesn't make it easy to go back to the old behaviour of only persisting backdrops in .rockbox/backdrops. I'm not sure if we really want to go back to that though, most people used to be surprised by that behaviour.