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
This commit is contained in:
parent
76c9e3f558
commit
043e8a0c5c
2 changed files with 20 additions and 16 deletions
|
@ -154,31 +154,37 @@ The details of this menu are covered in
|
||||||
|
|
||||||
\opt{radio}{\input{main_menu/fmradio.tex}}
|
\opt{radio}{\input{main_menu/fmradio.tex}}
|
||||||
|
|
||||||
\section{\label{ref:playlistoptions}Playlists}
|
\section{\label{ref:playlistoptions}Playlist Catalogue}
|
||||||
This menu allows you to work with playlists. Playlists can be created in
|
This menu provides a simple interface to maintain
|
||||||
|
several playlists (see \reference{ref:working_with_playlists}). Playlists can be created in
|
||||||
three ways. Playing a file in a directory causes all the files in it
|
three ways. Playing a file in a directory causes all the files in it
|
||||||
to be placed in a playlist. Playlists can be created manually by
|
to be placed in a playlist. Playlists can be created manually by
|
||||||
either using the \setting{Context Menu} (see \reference{ref:Contextmenu}) or using
|
either using the \setting{Context Menu} (see \reference{ref:Contextmenu}) or using
|
||||||
the \setting{Playlist} menu. Both automatically and manually created
|
the \setting{Playlist} menu. Both automatically and manually created
|
||||||
playlists can be edited using this menu.
|
playlists can be edited using this menu.
|
||||||
|
|
||||||
|
\subsection{The Playlist Catalogue Context Menu}
|
||||||
|
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item[Create Playlist:]
|
\item[Create Playlist:]
|
||||||
Rockbox will create a playlist with all tracks in the current directory
|
Rockbox will create a playlist with all tracks from the directory that is
|
||||||
and all sub-directories. The playlist will be created one directory level ``up''
|
currently selected in the \setting{File Browser}, including
|
||||||
from where you currently are.
|
all of its sub-directories. If you have selected the root level or your Playlist Catalogue directory,
|
||||||
|
Rockbox will instead create a playlist with all tracks from all directories. The playlist
|
||||||
|
will be saved in the Playlist Catalogue directory.
|
||||||
|
|
||||||
\item[View Current Playlist:]
|
\item[View Current Playlist:]
|
||||||
Displays the contents of the playlist currently stored in memory.
|
Displays the contents of the current dynamic playlist.
|
||||||
|
|
||||||
\item[Save Current Playlist:]
|
\item[Save Current Playlist:]
|
||||||
Saves the current dynamic playlist, excluding queued tracks, to the
|
Saves the current dynamic playlist, excluding queued tracks, to the
|
||||||
specified file. If no path is provided then playlist is saved to the current
|
specified file. If no path is provided then playlist is saved to the current
|
||||||
directory.
|
directory.
|
||||||
|
|
||||||
\item[View Catalogue:]
|
\item[Reset Playlist Catalogue Directory:]
|
||||||
Provides a simple interface to maintain
|
Will reset the default location for playlists to the \fname{/Playlists}
|
||||||
several playlists (see \reference{ref:working_with_playlists}).
|
directory. Playlists stored in other locations are not included in the catalogue.
|
||||||
|
|
||||||
\end{description}
|
\end{description}
|
||||||
|
|
||||||
\section{Plugins}
|
\section{Plugins}
|
||||||
|
|
|
@ -198,8 +198,6 @@ menu, you can find the \setting{Playlist Viewer Settings}.
|
||||||
|
|
||||||
\subsubsection{Playlist catalogue}
|
\subsubsection{Playlist catalogue}
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item [View catalogue.] This lists all playlists that are part of the
|
|
||||||
Playlist catalogue. You can load a new playlist directly from this list.
|
|
||||||
\item [Add to playlist.] Adds the currently playing file to a playlist.
|
\item [Add to playlist.] Adds the currently playing file to a playlist.
|
||||||
Select the playlist you want the file to be added to and it will get
|
Select the playlist you want the file to be added to and it will get
|
||||||
appended to that playlist.
|
appended to that playlist.
|
||||||
|
|
Loading…
Reference in a new issue