summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface
diff options
context:
space:
mode:
Diffstat (limited to 'manual/rockbox_interface')
-rw-r--r--manual/rockbox_interface/main.tex2
-rw-r--r--manual/rockbox_interface/tagcache.tex8
-rw-r--r--manual/rockbox_interface/wps.tex10
3 files changed, 10 insertions, 10 deletions
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index 3247bcbcc5..65813cbb61 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -118,7 +118,7 @@ paragraph.
118 118
119 On the curved top it has the headphone jack to the left, 119 On the curved top it has the headphone jack to the left,
120 the \ButtonOff{} button is in the middle% 120 the \ButtonOff{} button is in the middle%
121 \opt{HAVE_RECORDING}{ and the line in jack to the right}. 121 \opt{recording}{ and the line in jack to the right}.
122 Apart from the already mentioned MMC slot you will find the USB connector on 122 Apart from the already mentioned MMC slot you will find the USB connector on
123 the \daps{} right side. Placed on the upper side of the device right below 123 the \daps{} right side. Placed on the upper side of the device right below
124 the flat display there is the main button pad of the \dap{}. A strong deepening 124 the flat display there is the main button pad of the \dap{}. A strong deepening
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex
index 1b5bc9106e..149fbeaa97 100644
--- a/manual/rockbox_interface/tagcache.tex
+++ b/manual/rockbox_interface/tagcache.tex
@@ -4,7 +4,7 @@
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%
7 \opt{SWCODEC}{, Vorbis Comments, Apev2, etc.}% 7 \opt{swcodec}{, Vorbis Comments, Apev2, etc.}%
8) in your audio 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 and Genre. 9files on your player and allows you to browse them by Artist, Album and Genre.
10 10
@@ -32,7 +32,7 @@ its subdirectories will be scanned and added to the database.
32\subsection{\label{ref:databasemenu}The Database Menu} 32\subsection{\label{ref:databasemenu}The Database Menu}
33 33
34\begin{description} 34\begin{description}
35 \opt{SWCODEC}{ 35 \opt{swcodec}{
36 \item[Load To Ram.] 36 \item[Load To Ram.]
37 The database can either be kept on disk (to save memory), or 37 The database can either be kept on disk (to save memory), or
38 loaded into RAM (for fast browsing). Setting this to \setting{Yes} loads 38 loaded into RAM (for fast browsing). Setting this to \setting{Yes} loads
@@ -48,7 +48,7 @@ its subdirectories will be scanned and added to the database.
48\item[Auto Update.] 48\item[Auto Update.]
49 If \setting{Auto update} is set to \setting{on}, each time the \dap{} 49 If \setting{Auto update} is set to \setting{on}, each time the \dap{}
50 boots, the database will automatically be updated. 50 boots, the database will automatically be updated.
51 \opt{SWCODEC}{ 51 \opt{swcodec}{
52 \note{The \setting{Auto Update} will only check for deleted files if the 52 \note{The \setting{Auto Update} will only check for deleted files if the
53 \setting{Directory Cache} (\setting{Settings $\rightarrow$ General 53 \setting{Directory Cache} (\setting{Settings $\rightarrow$ General
54 Settings $\rightarrow$ System $\rightarrow$ Disk $\rightarrow$ 54 Settings $\rightarrow$ System $\rightarrow$ Disk $\rightarrow$
@@ -67,7 +67,7 @@ its subdirectories will be scanned and added to the database.
67 67
68\item[Update Now.] 68\item[Update Now.]
69 \setting{Update now} causes the database to detect new and deleted files 69 \setting{Update now} causes the database to detect new and deleted files
70 \opt{SWCODEC}{ 70 \opt{swcodec}{
71 \note{Unlike the \setting{Auto Update} function, \setting{Update Now} 71 \note{Unlike the \setting{Auto Update} function, \setting{Update Now}
72 will update the database regardless of whether the \setting{Directory Cache} 72 will update the database regardless of whether the \setting{Directory Cache}
73 is enabled. Thus, an update using \setting{Update now} may take a long 73 is enabled. Thus, an update using \setting{Update now} may take a long
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index 478bdeae8f..03ec1562e5 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -3,7 +3,7 @@
3The While Playing Screen (WPS) displays various pieces of information about the 3The While Playing Screen (WPS) displays various pieces of information about the
4currently playing audio file. 4currently playing audio file.
5% 5%
6\opt{HAVE_LCD_BITMAP}{% 6\opt{lcd_bitmap}{%
7 The appearance of the WPS can be configured using WPS configuration files. 7 The appearance of the WPS can be configured using WPS configuration files.
8 The items shown depend on your configuration -- all item can be turned on 8 The items shown depend on your configuration -- all item can be turned on
9 or off independently. Refer to \reference{ref:wps_tags} for details on how 9 or off independently. Refer to \reference{ref:wps_tags} for details on how
@@ -11,7 +11,7 @@ currently playing audio file.
11 \begin{itemize} 11 \begin{itemize}
12 \nopt{ondio}{ 12 \nopt{ondio}{
13 \item Status bar: The Status bar shows Battery level, charger status, 13 \item Status bar: The Status bar shows Battery level, charger status,
14 volume, play mode, repeat mode, shuffle mode\opt{CONFIG_RTC}{ and clock}. 14 volume, play mode, repeat mode, shuffle mode\opt{rtc}{ and clock}.
15 In contrast to all other items, the status bar is always at the top of 15 In contrast to all other items, the status bar is always at the top of
16 the screen. 16 the screen.
17 } 17 }
@@ -115,11 +115,11 @@ your WPS (While Playing Screen).
115\end{table} 115\end{table}
116 116
117 117
118\opt{HAVE_LCD_BITMAP}{ 118\opt{lcd_bitmap}{
119 \subsection{\label{ref:peak_meter}Peak Meter} 119 \subsection{\label{ref:peak_meter}Peak Meter}
120 The peak meter can be displayed on the While Playing Screen and consists of 120 The peak meter can be displayed on the While Playing Screen and consists of
121 several indicators. 121 several indicators.
122 \opt{HAVE_RECORDING}{ 122 \opt{recording}{
123 For a picture of the peak meter, please see the While 123 For a picture of the peak meter, please see the While
124 Recording Screen in \reference{ref:while_recording_screen}. 124 Recording Screen in \reference{ref:while_recording_screen}.
125 } 125 }
@@ -242,7 +242,7 @@ function in the file browser's \setting{Context Menu}.
242 } 242 }
243} 243}
244 244
245\opt{SWCODEC}{ 245\opt{swcodec}{
246 \subsubsection{Graphical EQ} 246 \subsubsection{Graphical EQ}
247 This is a shortcut to the \setting{Equalizer}. See \reference{ref:EQ}. 247 This is a shortcut to the \setting{Equalizer}. See \reference{ref:EQ}.
248 248