From 8ca67db93921f78a5ec12befb17746cc490196f3 Mon Sep 17 00:00:00 2001 From: Marc Guay Date: Thu, 26 Jun 2008 03:05:24 +0000 Subject: 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 --- manual/plugins/main.tex | 2 ++ manual/plugins/random_folder_advance_config.tex | 26 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 manual/plugins/random_folder_advance_config.tex (limited to 'manual/plugins') 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 {\input{plugins/metronome.tex}} +{\input{plugins/random_folder_advance_config.tex}} + \opt{recorder,recorderv2fm,ondio}{\input{plugins/split_editor.tex}} {\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 @@ +\subsection{Random Folder Advance Configuration} +{\label{ref:random_folder_advance_config}} +This plugin is used to configure the folders which will be considered +when the Auto-Change Directory feature is set to \setting{Random}. + +\subsubsection{Menu} +\begin{description} +\item[Generate Folder List] Generates a list of all folders found +on the player +\item[Edit Folder List] Enter the folder list editor +\item[Export List To Textfile] Exports the list to + \fname{/.rockbox/folder\_advance\_list.txt} +\item[Import List From Textfile] Imports the list from + \fname{/.rockbox/folder\_advance\_list.txt} +\item[Quit] +\end{description} + +\subsubsection{Folder List Editor Keys} +\begin{table} +\begin{btnmap}{}{} + \ActionStdOk{} & Delete selected folder\\ + \ActionStdContext{} & Bring up the context menu which allows you to + remove the selected folder or it's entire folder tree\\ + \ActionStdCancel{} & Exit\\ +\end{btnmap} +\end{table} -- cgit v1.2.3