summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2021-03-12 19:20:18 +0100
committerChristian Soffke <christian.soffke@gmail.com>2021-03-12 19:20:18 +0100
commit3d2783f3679171eef785da5d51fcb50954f15119 (patch)
tree8d25d38965c683e0a665d9317c7fd5a55163db78
parent2743bde09b970e44af1c55a0750790146697e28a (diff)
downloadrockbox-3d2783f3679171eef785da5d51fcb50954f15119.tar.gz
rockbox-3d2783f3679171eef785da5d51fcb50954f15119.zip
Update manual (Working with Playlists)
- Bring description of "Create Playlist" command up to date - Explain that entries added by Insert Shuffled aren't contiguous - Introduce Queue options in a short paragraph Change-Id: I1104449f72a78794368b6d8c4d0574bb645c93b2
-rw-r--r--manual/working_with_playlists/main.tex46
1 files changed, 23 insertions, 23 deletions
diff --git a/manual/working_with_playlists/main.tex b/manual/working_with_playlists/main.tex
index 588ddd1e50..16995caf78 100644
--- a/manual/working_with_playlists/main.tex
+++ b/manual/working_with_playlists/main.tex
@@ -69,10 +69,9 @@ the selected track or directory.
69 \reference{ref:Contextmenu}).} 69 \reference{ref:Contextmenu}).}
70 70
71\subsubsection{By using the Main Menu} 71\subsubsection{By using the Main Menu}
72To create a playlist containing all music on your \dap{}, you can use the 72To create a playlist containing some or all of the music on your \dap{}, you can use the
73\setting{Create Playlist} command in the \setting{Playlists} menu found 73\setting{Create Playlist} command in the \setting{Playlist Catalogue Context Menu}
74in the \setting{Main Menu}. The created playlist will be named 74(see \reference{ref:Contextmenu}).
75\fname{root.m3u8} and saved in the root of your \daps{} disk.
76 75
77\subsection{Adding music to playlists} 76\subsection{Adding music to playlists}
78 77
@@ -85,35 +84,36 @@ selected tracks are added to the playlist is determined by the following
85options: 84options:
86 85
87\begin{description} 86\begin{description}
88\item [Insert.] Add track(s) immediately after any tracks added via the most 87\item [Insert.] Add track(s) after the most recently added tracks or, if tracks
89 recent \setting{Insert} operation. If no tracks have yet been added via an 88have not been added yet, immediately after the currently playing track.
90 \setting{Insert}, new tracks will be added immediately after the current
91 playing track.
92 89
93\item [Insert Next.] Add track(s) immediately after current playing 90\item [Insert Next.] Add track(s) immediately after the currently playing track.
94 track, no matter what else has been inserted.
95 91
96\item [Insert Last.] Add track(s) to end of playlist. 92\item [Insert Last.] Add track(s) to the end of the playlist.
97 93
98\item [Insert Shuffled.] Add track(s) to the playlist in a random order. 94\item [Insert Shuffled.] Add track(s) to the playlist at random positions.
99 95
100\item [Insert Last Shuffled.] Add tracks in a random order to the end of the playlist. 96\item [Insert Last Shuffled.] Add tracks in a random order to the end of the playlist.
101 97
102\item [Queue.] Queue is the same as Insert except queued tracks are 98\item [Clear List \& Play Next.] Replaces all tracks in the dynamic playlist.
103 deleted immediately from the playlist after they have been played. Also, 99If a track is currently playing, it is only removed once it’s finished playing.
104 queued tracks are not saved to the playlist file (see 100\end{description}
105 \reference{ref:playlistoptions}).
106 101
107\item [Queue Next.] Queue track(s) immediately after current playing track. 102There are also options for adding tracks only temporarily to the dynamic playlist.
103In Rockbox’s parlance, this is called queuing. Queued tracks are automatically
104removed from the playlist after they have been played. They are also not saved
105to the playlist file (see \reference{ref:playlistoptions}).
108 106
109\item [Queue Last.] Queue track(s) at end of playlist. 107\begin{description}
108\item [Queue.] Corresponds to \setting{Insert}.
110 109
111\item [Queue Shuffled.] Queue track(s) in a random order. 110\item [Queue Next.] Corresponds to \setting{Insert Next}.
112 111
113\item [Queue Last Shuffled.] Queue tracks in a random order at the end of the playlist. 112\item [Queue Last.] Corresponds to \setting{Insert Last}.
114 113
115\item [Clear List \& Play Next.] Replaces all tracks in the dynamic playlist. 114\item [Queue Shuffled.] Corresponds to \setting{Insert Shuffled}.
116If a track is currently playing, it is only removed once it’s finished playing. 115
116\item [Queue Last Shuffled.] Corresponds to \setting{Insert Last Shuffled}.
117\end{description} 117\end{description}
118 118
119The \setting{Current Playlist Submenu} can be used to add either single tracks or 119The \setting{Current Playlist Submenu} can be used to add either single tracks or
@@ -165,7 +165,7 @@ accept it and you are done.
165 165
166\subsection{Loading saved playlists} 166\subsection{Loading saved playlists}
167\subsubsection{Through the \setting{File Browser}} 167\subsubsection{Through the \setting{File Browser}}
168Playlist files, like regular music tracks, can be selected through the 168Playlist files, like regular music tracks, can be selected through the
169\setting{File Browser}. When loading a playlist from disk it will replace 169\setting{File Browser}. When loading a playlist from disk it will replace
170the current dynamic playlist. 170the current dynamic playlist.
171 171