diff options
| author | Nick Peskett <rockbox@peskett.co.uk> | 2012-03-19 09:56:38 +0000 |
|---|---|---|
| committer | Nick Peskett <rockbox@peskett.co.uk> | 2012-03-19 11:49:55 +0100 |
| commit | be10817e1c09d5a41710435cf6d58deb6dde9301 (patch) | |
| tree | 4635fcb1ab51d2ef6dc1db28db045c369cf1abaf /manual/rockbox_interface | |
| parent | 69978d7046cd7e537c5079a5e306d22621a1767a (diff) | |
| download | rockbox-be10817e1c09d5a41710435cf6d58deb6dde9301.zip rockbox-be10817e1c09d5a41710435cf6d58deb6dde9301.tar.gz rockbox-be10817e1c09d5a41710435cf6d58deb6dde9301.tar.bz2 rockbox-be10817e1c09d5a41710435cf6d58deb6dde9301.tar.xz | |
Option to constrain get_next_dir() to directories below global_settings.start_directory.
When enabled, if the user has set "Start File Browser Here" (config.cfg:
start directory) to anything other than root and "Auto-Change Directory"
is set to "Yes" or "Random", the directory returned when an auto change
is required will be constrained to the value of "start directory" or below.
Change-Id: Iaab773868c4cab5a54f6ae67bdb22e84642a9e4b
Reviewed-on: http://gerrit.rockbox.org/182
Reviewed-by: Nick Peskett <rockbox@peskett.co.uk>
Tested-by: Nick Peskett <rockbox@peskett.co.uk>
Diffstat (limited to 'manual/rockbox_interface')
| -rw-r--r-- | manual/rockbox_interface/browsing_and_playing.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex index d0144c2..37d8cb0 100644 --- a/manual/rockbox_interface/browsing_and_playing.tex +++ b/manual/rockbox_interface/browsing_and_playing.tex @@ -188,9 +188,13 @@ each option pertains both to files and directories): \item [Set As Recording Directory.] Save recordings in the selected directory. } -\item [Start File Browser Here.] +\item [\label{ref:StartFileBrowserHere}Start File Browser Here.] This option allows users to set the currently selected directory as the default start directory for the file browser. This option is not available for files. + \note{If you have \setting{Auto-Change Directory} and + \setting{Constrain Auto-Change} enabled, the directories returned will + be constrained to the directory you have chosen here and those below it. + See \reference{ref:ConstrainAutoChange}} \item [Add to Shortcuts.] Adds a link to the selected item in the \fname{shortcuts.link} file. If the file does not already exist it will be created in the root directory. |