summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface/tagcache.tex
diff options
context:
space:
mode:
authorMoshe Piekarski <dev.rockbox@melachim.net>2020-11-16 18:14:31 -0500
committerMoshe Piekarski <dev.rockbox@melachim.net>2020-11-18 14:35:09 +0000
commit0aa702836bd0be397c010ebd677bd673b7f900af (patch)
treec171f8f2bf9781cfe2a34a584faa69349853983e /manual/rockbox_interface/tagcache.tex
parent7c87467ba4d6f6fabca5b167e1233d4cca1671ca (diff)
downloadrockbox-0aa702836bd0be397c010ebd677bd673b7f900af.tar.gz
rockbox-0aa702836bd0be397c010ebd677bd673b7f900af.zip
Manual: remove most HWCODEC artifacts
This causes 3 changes in layout. 2 I can't track down and 1 is better this way. Change-Id: If4ad5e1d7431b4c2cbaaf9767d78139ef4e2dc44
Diffstat (limited to 'manual/rockbox_interface/tagcache.tex')
-rw-r--r--manual/rockbox_interface/tagcache.tex7
1 files changed, 2 insertions, 5 deletions
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex
index 8be9a1bd53..3fae3c5c04 100644
--- a/manual/rockbox_interface/tagcache.tex
+++ b/manual/rockbox_interface/tagcache.tex
@@ -3,9 +3,8 @@
3 3
4\subsection{Introduction} 4\subsection{Introduction}
5This chapter describes the Rockbox music database system. Using the information 5This chapter describes the Rockbox music database system. Using the information
6contained in the tags (ID3v1, ID3v2% 6contained in the tags (ID3v1, ID3v2, Vorbis Comments, Apev2, etc.) in your
7 \opt{swcodec}{, Vorbis Comments, Apev2, etc.}% 7audio files, Rockbox builds and maintains a database of the music
8) in your audio files, Rockbox builds and maintains a database of the music
9files on your player and allows you to browse them by Artist, Album, Genre, 8files on your player and allows you to browse them by Artist, Album, Genre,
10Song Name, etc. The criteria the database uses to sort the songs can be completely 9Song Name, etc. The criteria the database uses to sort the songs can be completely
11 customised. More information on how to achieve this can be found on the Rockbox 10 customised. More information on how to achieve this can be found on the Rockbox
@@ -63,12 +62,10 @@ its subdirectories will be scanned and added to the database.
63 62
64\item[Update Now] 63\item[Update Now]
65 \setting{Update now} causes the database to detect new and deleted files 64 \setting{Update now} causes the database to detect new and deleted files
66 \opt{swcodec}{
67 \note{Unlike the \setting{Auto Update} function, \setting{Update Now} 65 \note{Unlike the \setting{Auto Update} function, \setting{Update Now}
68 will update the database regardless of whether the \setting{Directory Cache} 66 will update the database regardless of whether the \setting{Directory Cache}
69 is enabled. Thus, an update using \setting{Update now} may take a long 67 is enabled. Thus, an update using \setting{Update now} may take a long
70 time. 68 time.
71 }
72 } 69 }
73 Unlike \setting{Initialize Now}, the \setting{Update Now} function 70 Unlike \setting{Initialize Now}, the \setting{Update Now} function
74 does not remove runtime database information. 71 does not remove runtime database information.