forked from len0rd/rockbox
Made some small tweaks to the tag cache cahpter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11423 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0fb67cd475
commit
ba99274176
1 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
% $Id$ %
|
% $Id$ %
|
||||||
\section{\label{ref:tagcache}Tag Cache}
|
\section{\label{ref:tagcache}Tag Cache}
|
||||||
|
|
||||||
\subsection{Introduction}
|
\subsection{Introduction}
|
||||||
Tag Cache is the Rockbox music database system. Using the information
|
Tag Cache is the Rockbox music database system. Using the information
|
||||||
|
@ -10,8 +10,9 @@ files on your player and allows you to browse them by Artist, Album and Genre.
|
||||||
|
|
||||||
\subsection{Initialising the Tag Cache}
|
\subsection{Initialising the Tag Cache}
|
||||||
Before you use the Tag Cache for the first time, you must initialise it by using
|
Before you use the Tag Cache for the first time, you must initialise it by using
|
||||||
the \setting{Initialize Now} function in the \setting{Tag Cache Menu}, which is
|
the \setting{Initialize Now} function in the \setting{Tag Cache Menu}
|
||||||
described in the following section.
|
(\setting{General Settings $\rightarrow$ File View $\rightarrow$ Tag Cache})
|
||||||
|
, which is described in the following section.
|
||||||
|
|
||||||
\subsection{\label{ref:tagcachemenu}The Tag Cache Menu}
|
\subsection{\label{ref:tagcachemenu}The Tag Cache Menu}
|
||||||
|
|
||||||
|
@ -34,10 +35,10 @@ described in the following section.
|
||||||
boots, Tag Cache will automatically update the database.
|
boots, Tag Cache will automatically update the database.
|
||||||
\opt{SWCODEC}{
|
\opt{SWCODEC}{
|
||||||
\note{The \setting{Auto Update} will only check for deleted files if the
|
\note{The \setting{Auto Update} will only check for deleted files if the
|
||||||
\setting{Directory Cache} (\setting{General Settings $\rightarrow$ System
|
\setting{Directory Cache} (\setting{General Settings $\rightarrow$
|
||||||
$\rightarrow$ Disk $\rightarrow$ Directory Cache}) is enabled.
|
System Options $\rightarrow$ Disk $\rightarrow$ Directory Cache}) is
|
||||||
\setting{Update now} includes that check whether dircache has been
|
enabled. \setting{Update now} includes that check whether dircache has
|
||||||
enabled or not.}
|
been enabled or not.}
|
||||||
}%
|
}%
|
||||||
\opt{MASCODEC}{\setting{Auto Update} does not detect deleted files. To remove
|
\opt{MASCODEC}{\setting{Auto Update} does not detect deleted files. To remove
|
||||||
deleted files from the database you need to run \setting{Update Now}.}%
|
deleted files from the database you need to run \setting{Update Now}.}%
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue