Update manual to reflect new behavior from abebc6b

When playback is stopped and the user inserts songs, Rockbox will not erase a dynamic playlist anymore, unless it has finished playing.

Change-Id: I50bd62fbfe3929a0b651b5136e9305b9bc9278f3
This commit is contained in:
Christian Soffke 2021-02-24 15:19:17 +01:00 committed by Solomon Peachy
parent 6224efb238
commit ef685cc6da

View file

@ -49,10 +49,9 @@ song.
playlist, see the section below on how to add music to a playlist.} playlist, see the section below on how to add music to a playlist.}
\subsubsection{By using Insert and Queue functions} \subsubsection{By using Insert and Queue functions}
If playback is stopped, the \setting{Insert} and \setting{Queue} functions If a dynamic playlist has finished playing, the \setting{Insert} and
can be used as described in \ref{ref:playlist_submenu} \setting{Queue} functions as described in \ref{ref:playlist_submenu} will
to create a new playlist instead of adding to an existing one. \emph{replace} the playlist with the selected tracks instead of adding to it.
This will \emph{erase} any dynamic playlist.
\subsubsection{\label{ref:playlist_catalogue}By using the Playlist catalogue} \subsubsection{\label{ref:playlist_catalogue}By using the Playlist catalogue}
The \setting{Playlist catalogue} makes it possible to modify and create The \setting{Playlist catalogue} makes it possible to modify and create
@ -80,7 +79,7 @@ in the \setting{Main Menu}. The created playlist will be named
\screenshot{rockbox_interface/images/ss-playlist-menu}{The Playlist Submenu}{} \screenshot{rockbox_interface/images/ss-playlist-menu}{The Playlist Submenu}{}
The \setting{Playlist Submenu} is a submenu in the \setting{Context Menu} (see The \setting{Playlist Submenu} is a submenu in the \setting{Context Menu} (see
\reference{ref:Contextmenu}), it allows you to put tracks into a \reference{ref:Contextmenu}), it allows you to put tracks into a
``dynamic playlist''. If there is no music currently playing, Rockbox will ``dynamic playlist''. If the current playlist has finished playing, Rockbox will
create a new dynamic playlist and put the selected track(s) into it. create a new dynamic playlist and put the selected track(s) into it.
If there is music currently playing, Rockbox will put the If there is music currently playing, Rockbox will put the
selected track(s) into the current playlist. The place in which the newly selected track(s) into the current playlist. The place in which the newly
@ -91,8 +90,8 @@ options:
\item [Insert.] Add track(s) immediately after any tracks added via the most \item [Insert.] Add track(s) immediately after any tracks added via the most
recent \setting{Insert} operation. If no tracks have yet been added via an recent \setting{Insert} operation. If no tracks have yet been added via an
\setting{Insert}, new tracks will be added immediately after the current \setting{Insert}, new tracks will be added immediately after the current
playing track. If playback is stopped a new dynamic playlist will get playing track. If a dynamic playlist has finished playing,
created with the selected tracks. it will be \emph{replaced} by the selected track(s).
\item [Insert Next.] Add track(s) immediately after current playing \item [Insert Next.] Add track(s) immediately after current playing
track, no matter what else has been inserted. track, no matter what else has been inserted.