summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2021-02-24 15:19:17 +0100
committerSolomon Peachy <pizza@shaftnet.org>2021-02-27 22:53:12 +0000
commitef685cc6da09d01817be6ccfbeae85516c2a9296 (patch)
tree79d29749c8aa7fe51c666a1a0ce47305f1437ad5
parent6224efb238a08019c22ec09164abb578c42a35f6 (diff)
downloadrockbox-ef685cc6da09d01817be6ccfbeae85516c2a9296.tar.gz
rockbox-ef685cc6da09d01817be6ccfbeae85516c2a9296.zip
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
-rw-r--r--manual/working_with_playlists/main.tex19
1 files changed, 9 insertions, 10 deletions
diff --git a/manual/working_with_playlists/main.tex b/manual/working_with_playlists/main.tex
index a7c2bc1299..96fb259414 100644
--- a/manual/working_with_playlists/main.tex
+++ b/manual/working_with_playlists/main.tex
@@ -49,10 +49,9 @@ song.
playlist, see the section below on how to add music to a playlist.}
\subsubsection{By using Insert and Queue functions}
-If playback is stopped, the \setting{Insert} and \setting{Queue} functions
-can be used as described in \ref{ref:playlist_submenu}
-to create a new playlist instead of adding to an existing one.
-This will \emph{erase} any dynamic playlist.
+If a dynamic playlist has finished playing, the \setting{Insert} and
+\setting{Queue} functions as described in \ref{ref:playlist_submenu} will
+\emph{replace} the playlist with the selected tracks instead of adding to it.
\subsubsection{\label{ref:playlist_catalogue}By using the Playlist catalogue}
The \setting{Playlist catalogue} makes it possible to modify and create
@@ -80,23 +79,23 @@ in the \setting{Main Menu}. The created playlist will be named
\screenshot{rockbox_interface/images/ss-playlist-menu}{The Playlist Submenu}{}
The \setting{Playlist Submenu} is a submenu in the \setting{Context Menu} (see
\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.
If there is music currently playing, Rockbox will put the
selected track(s) into the current playlist. The place in which the newly
selected tracks are added to the playlist is determined by the following
options:
-\begin{description}
+\begin{description}
\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
\setting{Insert}, new tracks will be added immediately after the current
- playing track. If playback is stopped a new dynamic playlist will get
- created with the selected tracks.
-
+ playing track. If a dynamic playlist has finished playing,
+ it will be \emph{replaced} by the selected track(s).
+
\item [Insert Next.] Add track(s) immediately after current playing
track, no matter what else has been inserted.
-
+
\item [Insert Last.] Add track(s) to end of playlist.
\item [Insert Shuffled.] Add track(s) to the playlist in a random order.