diff options
| author | Marc Guay <marcguay@rockbox.org> | 2008-06-27 01:54:39 +0000 |
|---|---|---|
| committer | Marc Guay <marcguay@rockbox.org> | 2008-06-27 01:54:39 +0000 |
| commit | 12f319dcc87dd59217ae99871cd2b7ff0e86d3d7 (patch) | |
| tree | 6807d6a52a3aa12525a3301961fd34a3bdaa351a /manual/plugins | |
| parent | f9e17fc862eca51cc9bcca427a5888f581d11bca (diff) | |
| download | rockbox-12f319dcc87dd59217ae99871cd2b7ff0e86d3d7.zip rockbox-12f319dcc87dd59217ae99871cd2b7ff0e86d3d7.tar.gz rockbox-12f319dcc87dd59217ae99871cd2b7ff0e86d3d7.tar.bz2 rockbox-12f319dcc87dd59217ae99871cd2b7ff0e86d3d7.tar.xz | |
Document FS#7074 - Random folder advance custom directories.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17803 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
| -rw-r--r-- | manual/plugins/random_folder_advance_config.tex | 11 |
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 cf9559a..dd7489c 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}. \subsubsection{Menu} \begin{description} \item[Generate Folder List] Generates a list of all folders found -on the player +on the player. You can filter the directories which are scanned by +creating a file called \\* +\fname{/.rockbox/folder\_advance\_dir.txt}. +Only the directories in this file and any contained directories + will be scanned. You can have up to 10 directories ignored by the + scan by placing a minus sign before them in the list + (i.e. \fname{-/CDs} will cause everything in the \fname{/CDs} + directory to be ignored.). If you just want \fname{/CDs} + to be ignored but want to include the folders within +it you need to have both \fname{-/CDs} and \fname{CDs} as entries. \item[Edit Folder List] Enter the folder list editor \item[Export List To Textfile] Exports the list to \fname{/.rockbox/folder\_advance\_list.txt} |