summaryrefslogtreecommitdiff
path: root/manual/working_with_playlists/main.tex
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-04-22 19:26:37 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-05-14 16:05:46 +0100
commitd20071def023b9ddac34559951871e037bd59785 (patch)
treeacaba3fdd1b2db2a37ec1ba396672dae2521f831 /manual/working_with_playlists/main.tex
parent70087fb9f383af48c5fecb1aa275f4a68cda3298 (diff)
downloadrockbox-d20071def023b9ddac34559951871e037bd59785.tar.gz
rockbox-d20071def023b9ddac34559951871e037bd59785.zip
apps: Add "keep current track when replacing playlist" setting
Add a setting that makes Play and Play Shuffled in the playlist context menu leave the current song (if any) playing when they replace the playlist. Default to on, since this was the behavior of the old "Clear List & Play Next" option. Change-Id: I1340aed5c28bb3244e36d0953b3308ae59681c97
Diffstat (limited to 'manual/working_with_playlists/main.tex')
-rw-r--r--manual/working_with_playlists/main.tex5
1 files changed, 4 insertions, 1 deletions
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.