summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmanual/configure_rockbox/file_view.tex7
-rwxr-xr-xmanual/configure_rockbox/playback_options.tex7
-rw-r--r--manual/rockbox_interface/tagcache.tex6
3 files changed, 10 insertions, 10 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index bbb8b0ce1b..20b012c329 100755
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -55,4 +55,11 @@
55 Rockbox has the ability to display an icon to the left of the file 55 Rockbox has the ability to display an icon to the left of the file
56 in the File Browser. For details of these icons, please see page 56 in the File Browser. For details of these icons, please see page
57 \pageref{ref:Supportedfileformats}. 57 \pageref{ref:Supportedfileformats}.
58
59 \item[Tag Cache: ]This option allows you to control whether the Tag Cache is stored
60 in RAM or on disk. See page \pageref{ref:tagcache} for more information about using
61 the Tag Cache.
62
63 \item[Force Tag Cache Update: ]This option will update the Tag Cache in the background.
64 See page \pageref{ref:tagcache} for more information about using the Tag Cache.
58 \end{description} 65 \end{description}
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index dc1ec52b51..22249590d8 100755
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -178,11 +178,4 @@
178 \note{You must have the ``Repeat'' option set to ``No'' for Auto Change Directory 178 \note{You must have the ``Repeat'' option set to ``No'' for Auto Change Directory
179 to function properly.} 179 to function properly.}
180 % 180 %
181 \item[Tag Cache: ]This option allows you to control whether the Tag Cache is stored
182 in RAM or on disk. See page \pageref{ref:tagcache} for more information about using
183 the Tag Cache.
184 %
185 \item[Force Tag Cache Update: ]This option will update the Tag Cache in the background.
186 See page \pageref{ref:tagcache} for more information about using the Tag Cache.
187 %
188 \end{description} 181 \end{description}
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex
index e22d4b3a9f..dcfb39ef35 100644
--- a/manual/rockbox_interface/tagcache.tex
+++ b/manual/rockbox_interface/tagcache.tex
@@ -14,14 +14,14 @@ create the database from your music files. This typically takes around
14this is happenning. You can even shut down your player and resume the 14this is happenning. You can even shut down your player and resume the
15database building process next time you turn it on. 15database building process next time you turn it on.
16To force the initial database to be built, go to the main menu, then 16To force the initial database to be built, go to the main menu, then
17\setting{General Settings $\rightarrow$ Playback $\rightarrow$ Force tag cache update}. 17\setting{General Settings $\rightarrow$ File View $\rightarrow$ Force tag cache update}.
18 18
19The Tag Cache database can either be kept on disk (to save memory), or 19The Tag Cache database can either be kept on disk (to save memory), or
20loaded into RAM (for fast browsing). This configuration option can be 20loaded into RAM (for fast browsing). This configuration option can be
21found in \setting{General Settings $\rightarrow$ Playback $\rightarrow$ Tag cache}. 21found in \setting{General Settings $\rightarrow$ File View $\rightarrow$ Tag cache}.
22Once the database has been built, you can browse your music using this 22Once the database has been built, you can browse your music using this
23database. To use the database change the show mode by changing the 23database. To use the database change the show mode by changing the
24\setting{General Settings $\rightarrow$ File view $\rightarrow$ Show files} option to 24\setting{General Settings $\rightarrow$ File View $\rightarrow$ Show files} option to
25\setting{ID3 database}. This disables the File Browser and instead of the file 25\setting{ID3 database}. This disables the File Browser and instead of the file
26browser you will now access the database. 26browser you will now access the database.
27% 27%