blob: a0b4e382af483a679037d44a9c18efa362e58278 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
% $Id:$ %
\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 added to a playlist,
all subdirectories will also be added. If set to \setting{Ask},
Rockbox will prompt the user about whether to include sub-directories.
\item[Current Playlist.]
This submenu contains settings related to the current 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 a current playlist that has been
modified.
\item[Keep Current Track When Replacing Playlist.]
If set to \setting{Yes}, then \setting{Play} and \setting{Play Shuffled} in
the \setting{Playing Next Submenu} will allow the current track to finish
playing before the new tracks play. If set to \setting{No}, the current
track will be interrupted and new tracks will start playing immediately.
\item[Show Shuffled Adding Options.]
If set to \setting{No}, Rockbox will not offer to add shuffled tracks
in the \setting{Playing Next Submenu}.
\item[Show Queue Options.]
If set to \setting{No}, Rockbox will not display the options to queue items in
the \setting{Playing Next Submenu}.
If set to \setting{In Submenu}, Rockbox will move the options into a
separate submenu.
\end{description}
\end{description}
|