summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/configure_rockbox/playlist_options.tex6
-rw-r--r--manual/working_with_playlists/main.tex5
2 files changed, 10 insertions, 1 deletions
diff --git a/manual/configure_rockbox/playlist_options.tex b/manual/configure_rockbox/playlist_options.tex
index 4f6024127e..b29842ceed 100644
--- a/manual/configure_rockbox/playlist_options.tex
+++ b/manual/configure_rockbox/playlist_options.tex
@@ -31,6 +31,12 @@ related to playlists.
31 If set to \setting{Yes}, Rockbox will provide a warning if the user attempts to 31 If set to \setting{Yes}, Rockbox will provide a warning if the user attempts to
32 take an action that will cause Rockbox to erase the current dynamic playlist. 32 take an action that will cause Rockbox to erase the current dynamic playlist.
33 33
34 \item[Keep Current Track When Replacing Playlist.]
35 If set to \setting{Yes}, then \setting{Play} and \setting{Play Shuffled} in
36 the \setting{Current Playlist submenu} will allow the current track to finish
37 playing before the new tracks play. If set to \setting{No}, the current
38 track will be interrupted and new tracks will start playing immediately.
39
34 \item[Show Shuffled Adding Options.] 40 \item[Show Shuffled Adding Options.]
35 If set to \setting{No}, Rockbox will not offer to add shuffled tracks 41 If set to \setting{No}, Rockbox will not offer to add shuffled tracks
36 in the \setting{Current Playlist submenu}. 42 in the \setting{Current Playlist submenu}.
diff --git a/manual/working_with_playlists/main.tex b/manual/working_with_playlists/main.tex
index 0d1ab7ef04..8571aac61c 100644
--- a/manual/working_with_playlists/main.tex
+++ b/manual/working_with_playlists/main.tex
@@ -118,7 +118,10 @@ following two options will achieve that effect.
118 118
119\begin{description} 119\begin{description}
120\item [Play.] Replace all entries in the dynamic playlist with the selected 120\item [Play.] Replace all entries in the dynamic playlist with the selected
121 tracks and start playing the new playlist immediately. 121 tracks. If \setting{Keep Current Track When Replacing Playlist} is set to
122 \setting{Yes}, the new tracks will play after the current track finishes
123 playing; if no track is playing or the setting is \setting{No}, the new
124 tracks will begin playing immediately.
122 125
123\item [Play Shuffled.] Similar, except the tracks will be added to the new 126\item [Play Shuffled.] Similar, except the tracks will be added to the new
124 playlist in random order. 127 playlist in random order.