1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Aidan MacDonald 2022-04-22 19:26:37 +01:00
parent 70087fb9f3
commit d20071def0
7 changed files with 45 additions and 5 deletions

View file

@ -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}.

View file

@ -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.