FS#5464 - organise the rocks dir
Opened by Jonathan Gordon (jdgordon) - Tuesday, 30 May 2006, 06:19 GMT
Last edited by Jonathan Gordon (jdgordon) - Monday, 06 August 2007, 13:43 GMT
|
Detailsthis patch changes the browse plugins menu to asking the user if he wants to view the game plugins, app plugins or demos plugins so you dont have to scroll through all the plugins to find the one you want..
the only thing left is to fix the build zip script to put the rocks in the correct subdirs... |
ive added a file to apps/plugins TARGETDIR with the syntax "<pluginname.rock>,<dir>" which should be more than sufficient... it just needs to be populated..
i just realised that some plugins may need to be fixed so they dont look in .rockbox/rocks for their config files... dunno which ones tho :(
I think rather than quitting it will enter the normal plugin screen which should be another option
- adds support for subfolders to the "browse plugins" entry
- extends buildzip.pl to sort the plugins in subfolders depending on the file apps/plugins/FOLDERS. If no entry for a plugin is found it is put in the rocks dir, otherwise in the subfolder named in the file (unless it is a viewer)
Localization of the folders isn't addressed.
viewers is moved to rocks/apps also.
all plugins have their config/save files moved also, so min plugin version has been bumped for that. (the functions at the end of the api should be moved up in the commit also, will do that later).
I'm not sure if we need to show subfolder in the plugin browser.
comments?