diff options
author | Alex Parker <rockbox@aeparker.com> | 2009-05-08 18:50:23 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2009-05-08 18:50:23 +0000 |
commit | 97eafee79e8bd18f1bb412784070b782fdf86bd1 (patch) | |
tree | a48b5d466640fc158c1b48b8a41737e8b98d1e62 /manual | |
parent | 90f1e5caf225a2e73806ccb4fb0b3003dab8cfa9 (diff) |
Add missing crossfade enable option - fixes FS#10170. Also re-arrange the options to match the target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20876 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/configure_rockbox/playback_options.tex | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex index b6d50fc1ac..3bbf1dd1ee 100644 --- a/manual/configure_rockbox/playback_options.tex +++ b/manual/configure_rockbox/playback_options.tex @@ -106,11 +106,13 @@ you to configure settings related to audio playback. Options for crossfade settings are: \begin{description} \item[Enable Crossfade]If set to \setting{Off}, crossfade is disabled. - If set to \setting{Always}, songs will always crossfade into one - another. If set to \setting{Shuffle}, crossfade is enabled when the + If set to \setting{Shuffle}, crossfade is enabled when the shuffle feature is set to \setting{Yes}, but disabled otherwise. If set - to track skip only, tracks will only crossfade when you manually change - tracks. + to \setting{Track Skip Only}, tracks will only crossfade when manually + skipped. If set to \setting{Shuffle and Track Skip} + then crossfade will only be active when shuffle is set to + \setting{Yes} and the track is manually skipped. If set to + \setting{Always}, tracks will always crossfade into one another. % \item[Fade In Delay]The ``fade in delay'' is the length of time between when the crossfade process begins and when the new track begins to fade |