forked from len0rd/rockbox
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
This commit is contained in:
parent
8d5982110b
commit
614f9daae4
3 changed files with 12 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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, }
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue