summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2021-03-11 19:39:32 +0100
committerSolomon Peachy <pizza@shaftnet.org>2021-03-11 19:43:48 +0000
commit043e8a0c5ca704f7a9bfa75e9b602d5b154f1bbd (patch)
treea1434e13b5cbc6f79224a3a8d5d77949f797e3b2 /manual
parent76c9e3f558aef8db5a84ce81027717fa03ad4005 (diff)
downloadrockbox-043e8a0c5ca704f7a9bfa75e9b602d5b154f1bbd.tar.gz
rockbox-043e8a0c5ca704f7a9bfa75e9b602d5b154f1bbd.zip
Manual: Updates to Playlist Catalogue menu
Keeping in sync with how Rockbox currently works: - Context menu doesn't include an option to "View Catalogue" anymore - What used to be the "Playlists" menu is now the context menu of the "Playlist Catalogue" - Context menu includes an option to "Reset Playlist Catalogue Directory" Also updated info regarding the "Create Playlist" option. Change-Id: I717bab9d26a9a08fb95083b67a779541e00a0fd3
Diffstat (limited to 'manual')
-rw-r--r--manual/main_menu/main.tex34
-rw-r--r--manual/rockbox_interface/wps.tex2
2 files changed, 20 insertions, 16 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 31d1589182..7a83c61935 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -154,38 +154,44 @@ The details of this menu are covered in
154 154
155\opt{radio}{\input{main_menu/fmradio.tex}} 155\opt{radio}{\input{main_menu/fmradio.tex}}
156 156
157\section{\label{ref:playlistoptions}Playlists} 157\section{\label{ref:playlistoptions}Playlist Catalogue}
158 This menu allows you to work with playlists. Playlists can be created in 158 This menu provides a simple interface to maintain
159 several playlists (see \reference{ref:working_with_playlists}). Playlists can be created in
159 three ways. Playing a file in a directory causes all the files in it 160 three ways. Playing a file in a directory causes all the files in it
160 to be placed in a playlist. Playlists can be created manually by 161 to be placed in a playlist. Playlists can be created manually by
161 either using the \setting{Context Menu} (see \reference{ref:Contextmenu}) or using 162 either using the \setting{Context Menu} (see \reference{ref:Contextmenu}) or using
162 the \setting{Playlist} menu. Both automatically and manually created 163 the \setting{Playlist} menu. Both automatically and manually created
163 playlists can be edited using this menu. 164 playlists can be edited using this menu.
164 165
166\subsection{The Playlist Catalogue Context Menu}
167
165\begin{description} 168\begin{description}
166\item[Create Playlist:] 169\item[Create Playlist:]
167 Rockbox will create a playlist with all tracks in the current directory 170 Rockbox will create a playlist with all tracks from the directory that is
168and all sub-directories. The playlist will be created one directory level ``up'' 171currently selected in the \setting{File Browser}, including
169from where you currently are. 172all of its sub-directories. If you have selected the root level or your Playlist Catalogue directory,
170 173Rockbox will instead create a playlist with all tracks from all directories. The playlist
174will be saved in the Playlist Catalogue directory.
175
171\item[View Current Playlist:] 176\item[View Current Playlist:]
172 Displays the contents of the playlist currently stored in memory. 177 Displays the contents of the current dynamic playlist.
173 178
174\item[Save Current Playlist:] 179\item[Save Current Playlist:]
175 Saves the current dynamic playlist, excluding queued tracks, to the 180 Saves the current dynamic playlist, excluding queued tracks, to the
176specified file. If no path is provided then playlist is saved to the current 181specified file. If no path is provided then playlist is saved to the current
177directory. 182directory.
178 183
179\item[View Catalogue:] 184\item[Reset Playlist Catalogue Directory:]
180 Provides a simple interface to maintain 185 Will reset the default location for playlists to the \fname{/Playlists}
181 several playlists (see \reference{ref:working_with_playlists}). 186directory. Playlists stored in other locations are not included in the catalogue.
187
182\end{description} 188\end{description}
183 189
184\section{Plugins} 190\section{Plugins}
185 With this option you can load and run various plugins that have been 191 With this option you can load and run various plugins that have been
186written for Rockbox. There are a wide variety of these supplied with 192written for Rockbox. There are a wide variety of these supplied with
187Rockbox, including several games, some impressive demos and a number of 193Rockbox, including several games, some impressive demos and a number of
188utilities. A detailed description of the different plugins is to be found in 194utilities. A detailed description of the different plugins is to be found in
189\reference{ref:plugins}. 195\reference{ref:plugins}.
190 196
191\section{\label{ref:Info}System} 197\section{\label{ref:Info}System}
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index e20ed6737d..d52893f55b 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -198,8 +198,6 @@ menu, you can find the \setting{Playlist Viewer Settings}.
198 198
199\subsubsection{Playlist catalogue} 199\subsubsection{Playlist catalogue}
200 \begin{description} 200 \begin{description}
201 \item [View catalogue.] This lists all playlists that are part of the
202 Playlist catalogue. You can load a new playlist directly from this list.
203 \item [Add to playlist.] Adds the currently playing file to a playlist. 201 \item [Add to playlist.] Adds the currently playing file to a playlist.
204 Select the playlist you want the file to be added to and it will get 202 Select the playlist you want the file to be added to and it will get
205 appended to that playlist. 203 appended to that playlist.