summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Guay <marcguay@rockbox.org>2008-06-27 01:54:39 +0000
committerMarc Guay <marcguay@rockbox.org>2008-06-27 01:54:39 +0000
commit12f319dcc87dd59217ae99871cd2b7ff0e86d3d7 (patch)
tree6807d6a52a3aa12525a3301961fd34a3bdaa351a
parentf9e17fc862eca51cc9bcca427a5888f581d11bca (diff)
downloadrockbox-12f319dcc87dd59217ae99871cd2b7ff0e86d3d7.tar.gz
rockbox-12f319dcc87dd59217ae99871cd2b7ff0e86d3d7.zip
Document FS#7074 - Random folder advance custom directories.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17803 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/plugins/random_folder_advance_config.tex11
1 files changed, 10 insertions, 1 deletions
diff --git a/manual/plugins/random_folder_advance_config.tex b/manual/plugins/random_folder_advance_config.tex
index cf9559ae93..dd7489c31a 100644
--- a/manual/plugins/random_folder_advance_config.tex
+++ b/manual/plugins/random_folder_advance_config.tex
@@ -6,7 +6,16 @@ when the Auto-Change Directory feature is set to \setting{Random}.
6\subsubsection{Menu} 6\subsubsection{Menu}
7\begin{description} 7\begin{description}
8\item[Generate Folder List] Generates a list of all folders found 8\item[Generate Folder List] Generates a list of all folders found
9on the player 9on the player. You can filter the directories which are scanned by
10creating a file called \\*
11\fname{/.rockbox/folder\_advance\_dir.txt}.
12Only 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
18it you need to have both \fname{-/CDs} and \fname{CDs} as entries.
10\item[Edit Folder List] Enter the folder list editor 19\item[Edit Folder List] Enter the folder list editor
11\item[Export List To Textfile] Exports the list to 20\item[Export List To Textfile] Exports the list to
12 \fname{/.rockbox/folder\_advance\_list.txt} 21 \fname{/.rockbox/folder\_advance\_list.txt}