mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 17:42:36 -05:00
tagcache: Add menu entry for customizing the DB path
Allow the database path to be set from the file browser's "Set As" context menu, so it can be changed without editing the .cfg file by hand. Change-Id: Ie1a84bcb2084ee3b1a0a18cc51f564238515f164
This commit is contained in:
parent
ac1f92d9e8
commit
f026cc4e17
5 changed files with 47 additions and 0 deletions
|
|
@ -179,6 +179,13 @@ each option pertains both to files and directories):
|
|||
\begin{description}
|
||||
\item [Playlist Directory.]
|
||||
Set as default directory for the Playlist Catalogue.
|
||||
\opt{tagcache}{
|
||||
\item [Database Directory.]
|
||||
Rockbox usually stores database files in the \fname{/.rockbox} folder.
|
||||
You can choose another location for the database using this setting.
|
||||
This is mainly useful for multiboot targets, so the same database can
|
||||
be shared among several builds without needing to rebuild it each time.
|
||||
}
|
||||
\opt{recording}{
|
||||
\item [Recording Directory.]
|
||||
Save recordings in the selected directory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue