summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/config_file_options.tex4
-rw-r--r--manual/configure_rockbox/playback_options.tex14
2 files changed, 11 insertions, 7 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index 7f7e225007..0ddca7534f 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -128,7 +128,9 @@
128 \opt{usb_charging}{ 128 \opt{usb_charging}{
129 usb charging & on, off & N/A\\ 129 usb charging & on, off & N/A\\
130 } 130 }
131 skip length & track, 1, 2, 3, 4, 5, 10, 15 & minutes\\ 131 skip length & track, 1s, 2s, 3s, 5s, 7s, 10s, 15s, 20s, 1min,
132 90s, 2min, 3min, 5min, 10min, 15min & N/A\\
133 prevent skip & on, off & N/A\\
132 start in screen & previous, root, files, db, wps, menu, 134 start in screen & previous, root, files, db, wps, menu,
133 \opt{recording}{recording, } 135 \opt{recording}{recording, }
134 \opt{radio}{radio, } 136 \opt{radio}{radio, }
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index 2b3e0479d0..50240c35f7 100644
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -259,12 +259,14 @@ you to configure settings related to audio playback.
259 effect. 259 effect.
260 260
261\section{Skip Length}\index{Skip Length} 261\section{Skip Length}\index{Skip Length}
262 Designed to speed up navigation and prevent unintentional track skipping when 262 Designed to speed up navigation when listening to long audio tracks,
263 listening to long audio tracks, \setting{Skip Length} changes the behavior of 263 \setting{Skip Length} changes the behavior of
264 the \ActionWpsSkipPrev{} and \ActionWpsSkipNext{} buttons so that they skip 264 the \ActionWpsSkipPrev{} and \ActionWpsSkipNext{} buttons so that they skip
265 by a given number of minutes instead of skipping to a new track. 265 by a given time instead of skipping to a new track.
266 266
267 \note{To skip tracks with this setting set to a time interval, press Short 267\section{Prevent Skipping}\index{Prevent Skipping}
268 \ActionWpsSkipPrev{} + Long \ActionWpsSkipNext{} to go forward and Short 268 If this option is enabled, the ability to manually skip tracks is disabled
269 \ActionWpsSkipNext{} + Long \ActionWpsSkipPrev{} to go back.} 269 in order to avoid accidental track skips. It does not prevent changing tracks
270 if a track ends, which can be achieved by combining this option with
271 \setting{Repeat} set to \setting{One}
270 272