summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-03-27 14:45:27 +0000
committerThomas Martitz <kugel@rockbox.org>2009-03-27 14:45:27 +0000
commit614f9daae4756c075f7e1ece75956e2389dbf0fb (patch)
treed036343095878ad9facf9bf0a1689c81a66979c1
parent8d5982110b1e2f8507d225b37928ecb96439d974 (diff)
downloadrockbox-614f9daae4756c075f7e1ece75956e2389dbf0fb.tar.gz
rockbox-614f9daae4756c075f7e1ece75956e2389dbf0fb.zip
Document the prevent skipping option in the manual, plus a few fixes for skip length. Also, remove the underscore in the config.cfg setting name.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20555 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/settings_list.c2
-rw-r--r--manual/appendix/config_file_options.tex4
-rw-r--r--manual/configure_rockbox/playback_options.tex14
3 files changed, 12 insertions, 8 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index fbdf356def..bb88786a2c 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1467,7 +1467,7 @@ const struct settings_list settings[] = {
"touchscreen mode", "point,grid", NULL, 2,
ID2P(LANG_TOUCHSCREEN_POINT), ID2P(LANG_TOUCHSCREEN_GRID)),
#endif
- OFFON_SETTING(0, prevent_skip, LANG_PREVENT_SKIPPING, false, "prevent_skip", NULL),
+ OFFON_SETTING(0, prevent_skip, LANG_PREVENT_SKIPPING, false, "prevent skip", NULL),
};
const int nb_settings = sizeof(settings)/sizeof(*settings);
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 @@
\opt{usb_charging}{
usb charging & on, off & N/A\\
}
- skip length & track, 1, 2, 3, 4, 5, 10, 15 & minutes\\
+ skip length & track, 1s, 2s, 3s, 5s, 7s, 10s, 15s, 20s, 1min,
+ 90s, 2min, 3min, 5min, 10min, 15min & N/A\\
+ prevent skip & on, off & N/A\\
start in screen & previous, root, files, db, wps, menu,
\opt{recording}{recording, }
\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.
effect.
\section{Skip Length}\index{Skip Length}
- Designed to speed up navigation and prevent unintentional track skipping when
- listening to long audio tracks, \setting{Skip Length} changes the behavior of
+ Designed to speed up navigation when listening to long audio tracks,
+ \setting{Skip Length} changes the behavior of
the \ActionWpsSkipPrev{} and \ActionWpsSkipNext{} buttons so that they skip
- by a given number of minutes instead of skipping to a new track.
+ by a given time instead of skipping to a new track.
- \note{To skip tracks with this setting set to a time interval, press Short
- \ActionWpsSkipPrev{} + Long \ActionWpsSkipNext{} to go forward and Short
- \ActionWpsSkipNext{} + Long \ActionWpsSkipPrev{} to go back.}
+\section{Prevent Skipping}\index{Prevent Skipping}
+ If this option is enabled, the ability to manually skip tracks is disabled
+ in order to avoid accidental track skips. It does not prevent changing tracks
+ if a track ends, which can be achieved by combining this option with
+ \setting{Repeat} set to \setting{One}