1
0
Fork 0
forked from len0rd/rockbox

New setting to control the file browser start location.

Set using the menu item in folder context menus, clear in the filebrowser settings.
    
    Can be abused to start selecting a *file* (or have a folder selected) instead of a starting inside a folder by removing the trailing / in the .cfg
    
    This only affects the file browser when it would open in / before (on boot, or when entereing after backing out of the browser before (*not* when exited with the menu action)



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28206 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-10-04 10:34:38 +00:00
parent ae75c6eb0a
commit efbcece07b
8 changed files with 65 additions and 7 deletions

View file

@ -12619,3 +12619,31 @@
*: "Update on Stop"
</voice>
</phrase>
<phrase>
id: LANG_SET_AS_START_DIR
desc: used in the onplay menu to set a starting browser dir
user: core
<source>
*: "Start File Browser Here"
</source>
<dest>
*: "Start File Browser Here"
</dest>
<voice>
*: "Start File Browser Here"
</voice>
</phrase>
<phrase>
id: LANG_RESET_START_DIR
desc: reset the browser start directory
user: core
<source>
*: "Start File Browser at /"
</source>
<dest>
*: "Start File Browser at /"
</dest>
<voice>
*: "Start File Browser at root"
</voice>
</phrase>