summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZakk Roberts <midk@rockbox.org>2006-06-03 03:56:45 +0000
committerZakk Roberts <midk@rockbox.org>2006-06-03 03:56:45 +0000
commit3a80fa063e5f42b077bdfc34acad74d3f82c14fc (patch)
tree9aac0d89fc9f816b61fc15d18358199dc290a840
parent29028d0a6d3c9cd301e98f3e06ab477237ec20bb (diff)
downloadrockbox-3a80fa063e5f42b077bdfc34acad74d3f82c14fc.tar.gz
rockbox-3a80fa063e5f42b077bdfc34acad74d3f82c14fc.zip
Moved TagCache menu entry into the File View section of the manual where it was recently moved to in Rockbox itself, and update any descriptions to match.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10034 a1c6a512-1295-4272-9138-f99709370657
-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%