summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/rockbox_interface/tagcache.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex
index dd2f0f0a8a..74f6363f63 100644
--- a/manual/rockbox_interface/tagcache.tex
+++ b/manual/rockbox_interface/tagcache.tex
@@ -35,17 +35,19 @@ its subdirectories will be scanned and added to the database.
35\subsection{\label{ref:databasemenu}The Database Menu} 35\subsection{\label{ref:databasemenu}The Database Menu}
36 36
37\begin{description} 37\begin{description}
38 \opt{swcodec}{ 38 \opt{tc_ramcache}{
39 \item[Load To RAM] 39 \item[Load To RAM]
40 The database can either be kept on disk (to save memory), or 40 The database can either be kept on \disk{} (to save memory), or
41 loaded into RAM (for fast browsing). Setting this to \setting{Yes} loads 41 loaded into RAM (for fast browsing). Setting this to \setting{Yes} loads
42 the database to RAM, allowing faster browsing and searching. Setting this 42 the database to RAM, allowing faster browsing and searching. Setting this
43 option to \setting{No} keeps the database on the disk, meaning slower 43 option to \setting{No} keeps the database on the \disk{}, meaning slower
44 browsing but it does not use extra RAM and saves some battery on boot up. 44 browsing but it does not use extra RAM and saves some battery on boot up.
45 45
46 \opt{HAVE_DISK_STORAGE}{
46 \note{If you browse your music frequently using the database, you should 47 \note{If you browse your music frequently using the database, you should
47 load to RAM, as this will reduce the overall battery consumption because 48 load to RAM, as this will reduce the overall battery consumption because
48 the disk will not need to spin on each search.} 49 the disk will not need to spin on each search.}
50 }
49 } 51 }
50 52
51\item[Auto Update] 53\item[Auto Update]