Colour targets: Revert an optimisation from almost 18 months ago that actually turned...
[Rockbox.git] / manual / plugins / random_folder_advance_config.tex
blobdd7489c31ae8e85bfbf27e91410269c9c58ec171
1 \subsection{Random Folder Advance Configuration}
2 {\label{ref:random_folder_advance_config}}
3 This plugin is used to configure the folders which will be considered
4 when the Auto-Change Directory feature is set to \setting{Random}.
6 \subsubsection{Menu}
7 \begin{description}
8 \item[Generate Folder List] Generates a list of all folders found
9 on the player. You can filter the directories which are scanned by
10 creating a file called \\*
11 \fname{/.rockbox/folder\_advance\_dir.txt}.
12 Only the directories in this file and any contained directories
13 will be scanned. You can have up to 10 directories ignored by the
14 scan by placing a minus sign before them in the list
15 (i.e. \fname{-/CDs} will cause everything in the \fname{/CDs}
16 directory to be ignored.). If you just want \fname{/CDs}
17 to be ignored but want to include the folders within
18 it you need to have both \fname{-/CDs} and \fname{CDs} as entries.
19 \item[Edit Folder List] Enter the folder list editor
20 \item[Export List To Textfile] Exports the list to
21 \fname{/.rockbox/folder\_advance\_list.txt}
22 \item[Import List From Textfile] Imports the list from
23 \fname{/.rockbox/folder\_advance\_list.txt}
24 \item[Quit]
25 \end{description}
27 \subsubsection{Folder List Editor Keys}
28 \begin{table}
29 \begin{btnmap}{}{}
30 \ActionStdOk{} & Delete selected folder\\
31 \ActionStdContext{} & Bring up the context menu which allows you to
32 remove the selected folder or it's entire folder tree\\
33 \ActionStdCancel{} & Exit\\
34 \end{btnmap}
35 \end{table}