diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-27 18:52:16 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-27 18:52:16 +0000 |
| commit | 9c426e9299e267b372e65ee3d6efb9e835c6a20f (patch) | |
| tree | d508989c946dd3f250323afd668dc6af37cafdf5 | |
| parent | 7ab7c5673e2236e308d2b8f407556c8b1389333b (diff) | |
| download | rockbox-9c426e9299e267b372e65ee3d6efb9e835c6a20f.zip rockbox-9c426e9299e267b372e65ee3d6efb9e835c6a20f.tar.gz rockbox-9c426e9299e267b372e65ee3d6efb9e835c6a20f.tar.bz2 rockbox-9c426e9299e267b372e65ee3d6efb9e835c6a20f.tar.xz | |
Add new macro \setting for settings / menu entries. Used in tagcache section.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9819 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/preamble.tex | 1 | ||||
| -rw-r--r-- | manual/rockbox_interface/tagcache.tex | 16 |
2 files changed, 9 insertions, 8 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index 0c8db5c..9f6fd5c 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -200,4 +200,5 @@ \endtabularx } +\newcommand{\setting}[1]{\textsc{#1}} diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex index ef5e521..e22d4b3 100644 --- a/manual/rockbox_interface/tagcache.tex +++ b/manual/rockbox_interface/tagcache.tex @@ -14,15 +14,15 @@ create the database from your music files. This typically takes around this is happenning. You can even shut down your player and resume the database building process next time you turn it on. To force the initial database to be built, go to the main menu, then -General Settings $\rightarrow$ Playback $\rightarrow$ Force tag cache update. +\setting{General Settings $\rightarrow$ Playback $\rightarrow$ Force tag cache update}. The Tag Cache database can either be kept on disk (to save memory), or loaded into RAM (for fast browsing). This configuration option can be -found in General Settings $\rightarrow$ Playback $\rightarrow$ Tag cache. +found in \setting{General Settings $\rightarrow$ Playback $\rightarrow$ Tag cache}. Once the database has been built, you can browse your music using this database. To use the database change the show mode by changing the -General Settings $\rightarrow$ File view $\rightarrow$ Show files option to -``ID3 database''. This disables the File Browser and instead of the file +\setting{General Settings $\rightarrow$ File view $\rightarrow$ Show files} option to +\setting{ID3 database}. This disables the File Browser and instead of the file browser you will now access the database. % \begin{description} @@ -35,12 +35,12 @@ committed in background immediately. to RAM. New files are automatically detected and Tag Cache will get updated. Use this for the fastest browsing and searching without any waiting. \note{To use the RAM mode, first you have to turn on -Directory Cache in General Settings $\rightarrow$ System $\rightarrow$ -Disk $\rightarrow$ Directory Cache.} +Directory Cache in \setting{General Settings $\rightarrow$ System $\rightarrow$ +Disk $\rightarrow$ Directory Cache}.} \end{description} -\note{You may need to increase the value of the ``Max files in dir browser'' -setting (General Settings $\rightarrow$ System $\rightarrow$ Limits) +\note{You may need to increase the value of the \setting{Max files in dir browser} +setting (\setting{General Settings $\rightarrow$ System $\rightarrow$ Limits}) in order to view long lists of tracks in the ID3 database browser.\\ There is no option to turn off Tag Cache completely. If you don't want to use it just don't do the initial build of the database and don't load it |