summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/playlist_options.tex
diff options
context:
space:
mode:
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 @@
1% $Id:$ % 1% $Id:$ %
2\section{\label{ref:PlaylistOptions}Playlist} 2\section{\label{ref:PlaylistOptions}Playlists}
3The \setting{Playlist} sub menu allows you to configure settings 3
4The \setting{Playlists} submenu allows you to configure settings
4related to playlists. 5related to playlists.
6
7
5\begin{description} 8\begin{description}
9
10\item[Playlist Viewer Settings.]
11 This submenu contains settings related to the Playlist Viewer.
12 \begin{description}
13 \item[Show Icons.] This toggles display of the icon for the currently
14 selected playlist entry and the icon for moving a playlist entry
15 \item[Show Indices.] This toggles display of the line numbering for
16 the playlist
17 \item[Track Display.] This toggles between filename only and full path
18 for playlist entries
19 \end{description}
20
6\item[Recursively Insert Directories.] 21\item[Recursively Insert Directories.]
7 If set to \setting{On}, then when a directory is inserted or queued into a 22 If set to \setting{On}, then when a directory is inserted or queued into a
8 dynamic playlist, all subdirectories will also be inserted. If set to \setting{Ask}, 23 dynamic playlist, all subdirectories will also be inserted. If set to \setting{Ask},
9 Rockbox will prompt the user about whether to include sub-directories. 24 Rockbox will prompt the user about whether to include sub-directories.
10 25
11\item[Warn When Erasing Dynamic Playlist.] 26\item[Current Playlist.]
27 This submenu contains settings related to the current dynamic playlist.
28 \begin{description}
29
30 \item[Warn When Erasing Dynamic Playlist.]
12 If set to \setting{Yes}, Rockbox will provide a warning if the user attempts to 31 If set to \setting{Yes}, Rockbox will provide a warning if the user attempts to
13 take an action that will cause Rockbox to erase the current dynamic playlist. 32 take an action that will cause Rockbox to erase the current dynamic playlist.
33
34 \item[Show Shuffled Adding Options.]
35 If set to \setting{No}, Rockbox will not offer to add shuffled tracks
36 in the \setting{Current Playlist submenu}.
37
38 \item[Show Queue Options.]
39 If set to \setting{No}, Rockbox will not display the options to queue items in
40 the \setting{Current Playlist submenu}.
41 If set to \setting{In Submenu}, Rockbox will move the options into a
42 separate submenu.
43
44 \end{description}
45
14\end{description} 46\end{description}