From d20071def023b9ddac34559951871e037bd59785 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Fri, 22 Apr 2022 19:26:37 +0100 Subject: 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 --- manual/configure_rockbox/playlist_options.tex | 6 ++++++ manual/working_with_playlists/main.tex | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'manual') 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. If set to \setting{Yes}, Rockbox will provide a warning if the user attempts to take an action that will cause Rockbox to erase the current dynamic playlist. + \item[Keep Current Track When Replacing Playlist.] + If set to \setting{Yes}, then \setting{Play} and \setting{Play Shuffled} in + the \setting{Current Playlist submenu} will allow the current track to finish + playing before the new tracks play. If set to \setting{No}, the current + track will be interrupted and new tracks will start playing immediately. + \item[Show Shuffled Adding Options.] If set to \setting{No}, Rockbox will not offer to add shuffled tracks 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. \begin{description} \item [Play.] Replace all entries in the dynamic playlist with the selected - tracks and start playing the new playlist immediately. + tracks. If \setting{Keep Current Track When Replacing Playlist} is set to + \setting{Yes}, the new tracks will play after the current track finishes + playing; if no track is playing or the setting is \setting{No}, the new + tracks will begin playing immediately. \item [Play Shuffled.] Similar, except the tracks will be added to the new playlist in random order. -- cgit v1.2.3