summaryrefslogtreecommitdiff
path: root/manual/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins')
-rw-r--r--manual/plugins/main.tex2
-rw-r--r--manual/plugins/random_folder_advance_config.tex26
2 files changed, 28 insertions, 0 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index d64494d5d2..0b0427724a 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -159,6 +159,8 @@ the associated file. Viewers are stored in the
159 159
160{\input{plugins/metronome.tex}} 160{\input{plugins/metronome.tex}}
161 161
162{\input{plugins/random_folder_advance_config.tex}}
163
162\opt{recorder,recorderv2fm,ondio}{\input{plugins/split_editor.tex}} 164\opt{recorder,recorderv2fm,ondio}{\input{plugins/split_editor.tex}}
163 165
164{\input{plugins/stats.tex}} 166{\input{plugins/stats.tex}}
diff --git a/manual/plugins/random_folder_advance_config.tex b/manual/plugins/random_folder_advance_config.tex
new file mode 100644
index 0000000000..cf9559ae93
--- /dev/null
+++ b/manual/plugins/random_folder_advance_config.tex
@@ -0,0 +1,26 @@
1\subsection{Random Folder Advance Configuration}
2{\label{ref:random_folder_advance_config}}
3This plugin is used to configure the folders which will be considered
4when the Auto-Change Directory feature is set to \setting{Random}.
5
6\subsubsection{Menu}
7\begin{description}
8\item[Generate Folder List] Generates a list of all folders found
9on the player
10\item[Edit Folder List] Enter the folder list editor
11\item[Export List To Textfile] Exports the list to
12 \fname{/.rockbox/folder\_advance\_list.txt}
13\item[Import List From Textfile] Imports the list from
14 \fname{/.rockbox/folder\_advance\_list.txt}
15\item[Quit]
16\end{description}
17
18\subsubsection{Folder List Editor Keys}
19\begin{table}
20\begin{btnmap}{}{}
21 \ActionStdOk{} & Delete selected folder\\
22 \ActionStdContext{} & Bring up the context menu which allows you to
23 remove the selected folder or it's entire folder tree\\
24 \ActionStdCancel{} & Exit\\
25\end{btnmap}
26\end{table}