summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DiFebbo <medifebbo@rockbox.org>2006-05-01 17:00:58 +0000
committerMichael DiFebbo <medifebbo@rockbox.org>2006-05-01 17:00:58 +0000
commit3e853064fa0473d77247c00ef542f45bbab1f600 (patch)
treee71700e4519970d857d9df5837c60fb2f0b147a5
parent9fe9a4f347d4fe28267ba8f6e64ef562e646a685 (diff)
downloadrockbox-3e853064fa0473d77247c00ef542f45bbab1f600.tar.gz
rockbox-3e853064fa0473d77247c00ef542f45bbab1f600.zip
Added description of 'Auto change directory' and 2 tag cache options to Playback Settings section of manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9852 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xmanual/configure_rockbox/playback_options.tex18
1 files changed, 16 insertions, 2 deletions
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index 15c3c0f500..dc1ec52b51 100755
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -61,7 +61,7 @@
61 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 61 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
62 on the \dap\ will resume from the point where the \dap\ was stopped before shutdown. 62 on the \dap\ will resume from the point where the \dap\ was stopped before shutdown.
63 63
64 \item[FFwd/Rewind: ]How fast you want search (fast forward or rewind) to accelerate 64 \item[Fast-Forward/Rewind: ]How fast you want search (fast forward or rewind) to accelerate
65 when you hold down the button. ``Off'' means no acceleration. ``2x/1s'' means double 65 when you hold down the button. ``Off'' means no acceleration. ``2x/1s'' means double
66 the search speed once every second the button is held. ``2x/5s'' means double the 66 the search speed once every second the button is held. ``2x/5s'' means double the
67 search speed once every 5 seconds the button is held. 67 search speed once every 5 seconds the button is held.
@@ -171,4 +171,18 @@
171 \end{description} 171 \end{description}
172 } 172 }
173 } 173 }
174 \end{description} 174 \item[Auto Change Directory: ]Control what Rockbox does when it reaches the end
175 of a directory. If Auto Change Directory is set to ``Yes,'' Rockbox will
176 continue to the next directory. If ``Auto Change Directory'' is set to ``No,''
177 playback will stop at the end of the current directory.
178 \note{You must have the ``Repeat'' option set to ``No'' for Auto Change Directory
179 to function properly.}
180 %
181 \item[Tag Cache: ]This option allows you to control whether the Tag Cache is stored
182 in RAM or on disk. See page \pageref{ref:tagcache} for more information about using
183 the Tag Cache.
184 %
185 \item[Force Tag Cache Update: ]This option will update the Tag Cache in the background.
186 See page \pageref{ref:tagcache} for more information about using the Tag Cache.
187 %
188 \end{description}