summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorNick Peskett <rockbox@peskett.co.uk>2012-03-19 09:56:38 +0000
committerNick Peskett <rockbox@peskett.co.uk>2012-03-19 11:49:55 +0100
commitbe10817e1c09d5a41710435cf6d58deb6dde9301 (patch)
tree4635fcb1ab51d2ef6dc1db28db045c369cf1abaf /manual
parent69978d7046cd7e537c5079a5e306d22621a1767a (diff)
downloadrockbox-be10817e1c09d5a41710435cf6d58deb6dde9301.tar.gz
rockbox-be10817e1c09d5a41710435cf6d58deb6dde9301.zip
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')
-rw-r--r--manual/appendix/config_file_options.tex1
-rw-r--r--manual/configure_rockbox/playback_options.tex7
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex6
3 files changed, 13 insertions, 1 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index 3db416ecfa..59148e15cc 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -145,6 +145,7 @@
145 cuesheet support 145 cuesheet support
146 & on, off & N/A\\ 146 & on, off & N/A\\
147 folder navigation & off, on, random & N/A\\ 147 folder navigation & off, on, random & N/A\\
148 constrain next folder & off, on & N/A\\
148 gather runtime data & off, on & N/A\\ 149 gather runtime data & off, on & N/A\\
149 \opt{usb_charging_enable}{ 150 \opt{usb_charging_enable}{
150 usb charging & on, off, force & N/A\\ 151 usb charging & on, off, force & N/A\\
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index b3a5c82ee6..bfc2f5c87a 100644
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -221,8 +221,15 @@ you to configure settings related to audio playback.
221 221
222 \note{This feature only works when songs have been played from the file 222 \note{This feature only works when songs have been played from the file
223 browser. Using it with the database may cause unexpected behaviour.} 223 browser. Using it with the database may cause unexpected behaviour.}
224 %
224 225
226\section{\label{ref:ConstrainAutoChange}Constrain Auto-Change}
227 If enabled and you have set \setting{Start File Browser Here} to a directory
228 other than root, \setting{Auto-Change Directory} will be constrained to the
229 directory you have chosen and those below it.
230 See \reference{ref:StartFileBrowserHere}.
225 % 231 %
232
226\opt{headphone_detection}{ 233\opt{headphone_detection}{
227\section{Pause on Headphone Unplug} 234\section{Pause on Headphone Unplug}
228 Enables and disables automatic pausing of 235 Enables and disables automatic pausing of
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index d0144c261d..37d8cb01ca 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):
188 \item [Set As Recording Directory.] 188 \item [Set As Recording Directory.]
189 Save recordings in the selected directory. 189 Save recordings in the selected directory.
190} 190}
191\item [Start File Browser Here.] 191\item [\label{ref:StartFileBrowserHere}Start File Browser Here.]
192 This option allows users to set the currently selected directory as the default 192 This option allows users to set the currently selected directory as the default
193 start directory for the file browser. This option is not available for files. 193 start directory for the file browser. This option is not available for files.
194 \note{If you have \setting{Auto-Change Directory} and
195 \setting{Constrain Auto-Change} enabled, the directories returned will
196 be constrained to the directory you have chosen here and those below it.
197 See \reference{ref:ConstrainAutoChange}}
194\item [Add to Shortcuts.] 198\item [Add to Shortcuts.]
195 Adds a link to the selected item in the \fname{shortcuts.link} file. 199 Adds a link to the selected item in the \fname{shortcuts.link} file.
196 If the file does not already exist it will be created in the root directory. 200 If the file does not already exist it will be created in the root directory.