1
0
Fork 0
forked from len0rd/rockbox

Offer function to Clear List & Play Shuffled when playback is stopped

(as per multiple user requests)

When playback is stopped, Rockbox will display an option to
clear the current playlist and add selected tracks in random order, if
Shuffled Adding options are enabled in Settings.

Insert options will not be displayed anymore when playback is stopped to
lessen confusion.

Change-Id: I5e5819149027e63e5c6f30213e838c0d7e7de8d5
This commit is contained in:
Christian Soffke 2021-03-15 23:29:24 +01:00 committed by Solomon Peachy
parent 46085c8978
commit 576b56b35a
3 changed files with 40 additions and 17 deletions

View file

@ -95,8 +95,11 @@ have not been added yet, immediately after the currently playing track.
\item [Insert Last Shuffled.] Add tracks in a random order to the end of the playlist.
\item [Clear List \& Play Next.] Replaces all tracks in the dynamic playlist.
\item [Clear List \& Play Next.] Replace all tracks in the dynamic playlist.
If a track is currently playing, it is only removed once its finished playing.
\item [Clear List \& Play Shuffled.] Replace dynamic playlist with selected tracks
in random order. Available, if playback is stopped.
\end{description}
There are also options for adding tracks only temporarily to the dynamic playlist.