diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2022-11-30 01:57:12 +0000 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2024-04-01 17:06:29 +0100 |
commit | 89a6fc087d005f7ada754a548cda8b768d1e36a2 (patch) | |
tree | b44d80e4854c790d9a8ae892762cc0b4627d9292 | |
parent | f5a852304b57e1b65f69845f3daed3b418258a25 (diff) | |
download | rockbox-89a6fc087d.tar.gz rockbox-89a6fc087d.zip |
manual: Document database "Select directories to scan" option
Change-Id: I527f30df924fa2ca16684385ef805f05fc836a38
-rw-r--r-- | manual/rockbox_interface/tagcache.tex | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex index 2481dcb109..f48aff8e4c 100644 --- a/manual/rockbox_interface/tagcache.tex +++ b/manual/rockbox_interface/tagcache.tex @@ -96,7 +96,14 @@ with logging Allows the \fname{/.rockbox/database\_changelog.txt} backup to be conveniently loaded into the database. If \setting{Auto Update} is enabled this is performed automatically when the database is initialized. - + +\item[Select directories to scan.] + The database normally scans all directories for audio files. This setting + allows you to limit the scan to a specified list of directories, so only + files contained in one of these directories will be added to the database. + Scanning is recursive -- all subdirectories of a selected directory will + be scanned as well. + \end{description} \subsection{Using the Database} |