summaryrefslogtreecommitdiff
path: root/manual/plugins
diff options
context:
space:
mode:
authorMarc Guay <marcguay@rockbox.org>2008-06-26 03:05:24 +0000
committerMarc Guay <marcguay@rockbox.org>2008-06-26 03:05:24 +0000
commit8ca67db93921f78a5ec12befb17746cc490196f3 (patch)
treec83b3fcce72f25f2b61bd746a4c641306b84bfcf /manual/plugins
parent37f37394c3dcbdc87c1f7e1c62e61eaf745e6ba2 (diff)
downloadrockbox-8ca67db93921f78a5ec12befb17746cc490196f3.tar.gz
rockbox-8ca67db93921f78a5ec12befb17746cc490196f3.zip
Add the Random Folder Advance feature to the manual, along with the plugin random_folder_advance_config, and a tiny bug fix in the plugin itself. Closes FS#7677.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17801 a1c6a512-1295-4272-9138-f99709370657
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}