summaryrefslogtreecommitdiffstats
path: root/manual/configure_rockbox/playlist_options.tex
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2021-03-12 19:24:58 +0100
committerSolomon Peachy <pizza@shaftnet.org>2021-03-14 23:36:03 +0000
commit2d8e0f7c907ee0d50e6e55fc9ed5f94a43ab5d67 (patch)
tree57d7525bc71142b11ec7164e53f1d656de8ed335 /manual/configure_rockbox/playlist_options.tex
parent99383a0f9ba9e940a4017890965494c373a7f09a (diff)
downloadrockbox-2d8e0f7c907ee0d50e6e55fc9ed5f94a43ab5d67.tar.gz
rockbox-2d8e0f7c907ee0d50e6e55fc9ed5f94a43ab5d67.zip
Customizable Current Playlist Submenu
Options to add shuffled tracks and to queue tracks in the Current Playlist Submenu can now be hidden, or the latter can also be put into its own submenu. Users can customize this in Settings by going to "General Settings - Playlists -> Current Playlist" and choosing from "Show Shuffled Adding Options" (No / Yes) or "Show Queue Options" (No / Yes / In Submenu). Allows for the paring down of the set of choices to a minimum of the 4 more common ones for adding tracks to a dynamic playlist (coming from the current total of 11). Defaults have been set so that users have to actively modify their settings to notice any difference, which makes it unlikely that anybody's workflow would be negatively affected by this change. Change-Id: Ibe48fc4da2c79f54cd7272df8e1e3ba9955203e5
Diffstat (limited to 'manual/configure_rockbox/playlist_options.tex')
-rw-r--r--manual/configure_rockbox/playlist_options.tex40
1 files changed, 36 insertions, 4 deletions
diff --git a/manual/configure_rockbox/playlist_options.tex b/manual/configure_rockbox/playlist_options.tex
index 35a2648f70..bd493d6e4b 100644
--- a/manual/configure_rockbox/playlist_options.tex
+++ b/manual/configure_rockbox/playlist_options.tex
@@ -1,14 +1,46 @@
% $Id:$ %
-\section{\label{ref:PlaylistOptions}Playlist}
-The \setting{Playlist} sub menu allows you to configure settings
+\section{\label{ref:PlaylistOptions}Playlists}
+
+The \setting{Playlists} submenu allows you to configure settings
related to playlists.
+
+
\begin{description}
+
+\item[Playlist Viewer Settings.]
+ This submenu contains settings related to the Playlist Viewer.
+ \begin{description}
+ \item[Show Icons.] This toggles display of the icon for the currently
+ selected playlist entry and the icon for moving a playlist entry
+ \item[Show Indices.] This toggles display of the line numbering for
+ the playlist
+ \item[Track Display.] This toggles between filename only and full path
+ for playlist entries
+ \end{description}
+
\item[Recursively Insert Directories.]
- If set to \setting{On}, then when a directory is inserted or queued into a
+ If set to \setting{On}, then when a directory is inserted or queued into a
dynamic playlist, all subdirectories will also be inserted. If set to \setting{Ask},
Rockbox will prompt the user about whether to include sub-directories.
-\item[Warn When Erasing Dynamic Playlist.]
+\item[Current Playlist.]
+ This submenu contains settings related to the current dynamic playlist.
+ \begin{description}
+
+ \item[Warn When Erasing Dynamic Playlist.]
If set to \setting{Yes}, Rockbox will provide a warning if the user attempts to
take an action that will cause Rockbox to erase the current dynamic playlist.
+
+ \item[Show Shuffled Adding Options.]
+ If set to \setting{No}, Rockbox will not offer to add shuffled tracks
+ in the \setting{Current Playlist submenu}.
+
+ \item[Show Queue Options.]
+ If set to \setting{No}, Rockbox will not display the options to queue items in
+ the \setting{Current Playlist submenu}.
+ If set to \setting{In Submenu}, Rockbox will move the options into a
+ separate submenu.
+
+ \end{description}
+
\end{description}