summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-31 13:55:27 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-31 13:55:27 +0000
commitdcee4d5459d61f34b913fb7ef46358c705b17f9d (patch)
treea9ee06ae4cb7c8ef32dfcd89373ecc3f86875c81 /manual
parent9be37f35c8971039c479b5157f9ed886d493005d (diff)
downloadrockbox-dcee4d5459d61f34b913fb7ef46358c705b17f9d.tar.gz
rockbox-dcee4d5459d61f34b913fb7ef46358c705b17f9d.zip
Code police
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9390 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/rockbox_interface/main.tex352
1 files changed, 220 insertions, 132 deletions
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index 9eb7b05607..81c5447416 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -7,8 +7,8 @@
7 \opt{h1xx}{\includegraphics[height=11.8cm]{rockbox_interface/images/h1xx-front.png}} 7 \opt{h1xx}{\includegraphics[height=11.8cm]{rockbox_interface/images/h1xx-front.png}}
8\end{center} 8\end{center}
9 9
10Throughout this manual, the buttons on the \dap\ are labelled according to the picture above. 10Throughout this manual, the buttons on the \dap\ are labelled according to the
11To turn on and shutdown your \dap, the following keys are used: 11picture above. To turn on and shutdown your \dap, the following keys are used:
12 12
13\begin{table}[h!] 13\begin{table}[h!]
14 \begin{center} 14 \begin{center}
@@ -30,12 +30,17 @@ To turn on and shutdown your \dap, the following keys are used:
30\label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings. 30\label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings.
31 31
32\opt{ondio,player,RECORDER_PAD}{ 32\opt{ondio,player,RECORDER_PAD}{
33 In the unlikely event of a software failure, a hardware power off can be performed by holding down STOP until the Jukebox power light goes off. This works for all models of Jukebox. 33 In the unlikely event of a software failure, a hardware power off can be
34 performed by holding down STOP until the Jukebox power light goes off. This
35 works for all models of Jukebox.
34} 36}
35 37
36\section{\label{ref:file_browser}File Browser} 38\section{\label{ref:file_browser}File Browser}
37\screenshot{rockbox_interface/images/ss-file-browser-\genericimg.png}{The file browser}{} 39\screenshot{rockbox_interface/images/ss-file-browser-\genericimg.png}{The file browser}{}
38The file browser helps you navigate through the files on your \dap, entering folders and executing the default action on each file. To help us differentiate files, each file format is displayed with an icon. You can select which file types are displayed (see page \pageref{ref:ShowFiles}). 40The file browser helps you navigate through the files on your \dap, entering
41folders and executing the default action on each file. To help us differentiate
42files, each file format is displayed with an icon. You can select which file
43types are displayed (see page \pageref{ref:ShowFiles}).
39 44
40\subsection{\label{ref:controls}Controls} 45\subsection{\label{ref:controls}Controls}
41\begin{table}[h!] 46\begin{table}[h!]
@@ -94,83 +99,127 @@ The file browser helps you navigate through the files on your \dap, entering fol
94} 99}
95 100
96\subsection{\label{ref:Filemenu}\label{ref:PartIISectionFM}File Menu} 101\subsection{\label{ref:Filemenu}\label{ref:PartIISectionFM}File Menu}
97 \screenshot{rockbox_interface/images/ss-file-menu-\genericimg.png}{The file menu}{} 102\screenshot{rockbox_interface/images/ss-file-menu-\genericimg.png}{The file menu}{}
98 103
99This menu operates on the file that was selected in the browser. It offers the following options: 104This menu operates on the file that was selected in the browser. It offers the
100 105following options:
101\begin{itemize} 106
102\item \textbf{Open with:} Runs a viewer plugin on the file. Normally the filetype of a file is detected and the appropriate plugin is run automatically when you press play on it. Use this menu if for some reason you want to override the default action and select a viewer by hand. See page \textmd{\pageref{ref:Viewersplugins}} for more details on viewers. For example, this would be used to view a text file with a non-standard extension, i.e. not ending with .txt. 107\begin{description}
103\item \textbf{Playlist:} Change to the Playlist submenu (see below). 108\item [Open with:]
104\item \textbf{Rename:} This function lets the user modify a file name. 109 Runs a viewer plugin on the file. Normally the filetype of a file is detected
105\item \textbf{Cut:} Copies the name of the currently selected file or directory to the clipboard and marks it to be 'cut'. 110 and the appropriate plugin is run automatically when you press play on it.
106\item \textbf{Copy:} Copies the name of the currently selected file or directory to the clipboard and marks it to be 'copied'. 111 Use this menu if for some reason you want to override the default action and
107\item \textbf{Paste:} Only visible if a file or directory name is on the clipboard. When selected it will move or copy the clipboard to the current directory. 112 select a viewer by hand. See page \textmd{\pageref{ref:Viewersplugins}} for
108\item \textbf{Delete:} Only files can be deleted, not folders. Rockbox will ask for confirmation before deleting a file. Press PLAY to confirm deletion or any other key to cancel. 113 more details on viewers. For example, this would be used to view a text file
109\item \textbf{Delete Directory:} Deletes the folder pointed to by the cursor and all the files and folders contained in it. Use with caution. 114 with a non-standard extension, i.e. not ending with .txt.
110\item \textbf{Create Directory:} Makes a new folder in the current folder on the disk. 115\item [Playlist:]
111\end{itemize} 116 Change to the Playlist submenu (see below).
117\item [Rename:]
118 This function lets the user modify a file name.
119\item [Cut:]
120 Copies the name of the currently selected file or directory to the clipboard
121 and marks it to be 'cut'.
122\item [Copy:]
123 Copies the name of the currently selected file or directory to the clipboard
124 and marks it to be 'copied'.
125\item [Paste:]
126 Only visible if a file or directory name is on the clipboard. When selected
127 it will move or copy the clipboard to the current directory.
128\item [Delete:]
129 Only files can be deleted, not folders. Rockbox will ask for confirmation
130 before deleting a file. Press PLAY to confirm deletion or any other key to
131 cancel.
132\item [Delete Directory:]
133 Deletes the folder pointed to by the cursor and all the files and folders
134 contained in it. Use with caution.
135\item [Create Directory:]
136 Makes a new folder in the current folder on the disk.
137\end{description}
112 138
113\subsection{\label{ref:Playlistsubmenu}Playlist Submenu} 139\subsection{\label{ref:Playlistsubmenu}Playlist Submenu}
114If the playlist submenu is invoked on a directory, it will act on all the files within that directory. If invoked on a playlist it will act on all the files in that playlist. Otherwise it acts only on the current file. 140\screenshot{rockbox_interface/images/ss-playlist-menu-112x64x1.png}{The playlist menu}{}
115 \screenshot{rockbox_interface/images/ss-playlist-menu-112x64x1.png}{The playlist menu}{} 141If the playlist submenu is invoked on a directory, it will act on all the files
116This menu provides the following options: 142within that directory. If invoked on a playlist it will act on all the files
143in that playlist. Otherwise it acts only on the current file.
117 144
118\begin{itemize} 145This menu provides the following options:
119\item \textbf{Insert:} Add track(s) to playlist. If no other tracks have been inserted then the selected track will be added immediately after current playing track, otherwise they will be added to end of insertion list.
120\item \textbf{Insert next: }Add track(s) immediately after current playing track, no matter what else has been inserted.
121\item \textbf{Insert last: }Add track(s) to end of playlist.
122\item \textbf{Queue: } Queue is the same as Insert except queued tracks are deleted immediately from the playlist after they've been played. Also, queued tracks are not saved to the playlist file (see page \pageref{ref:playlistoptions}).
123\item \textbf{Queue next:} Queue track(s) immediately after current playing track.
124\item \textbf{Queue last: }Queue track(s) at end of playlist.
125\end{itemize}
126 146
127You can insert a track, directory or playlist even if nothing is currently playing. In this case, a new playlist is created with only the selected tracks and then play is started.\\ 147\begin{description}
128\textbf{Note}: The dynamic playlist is saved so resume will restore it exactly as before shutdown. 148\item [Insert:]
149 Add track(s) to playlist. If no other tracks have been inserted then the
150 selected track will be added immediately after current playing track,
151 otherwise they will be added to end of insertion list.
152\item [Insert next:]
153 Add track(s) immediately after current playing track, no matter what else has
154 been inserted.
155\item [Insert last:]
156 Add track(s) to end of playlist.
157\item [Queue:]
158 Queue is the same as Insert except queued tracks are deleted immediately from
159 the playlist after they've been played. Also, queued tracks are not saved to
160 the playlist file (see page \pageref{ref:playlistoptions}).
161\item [Queue next:]
162 Queue track(s) immediately after current playing track.
163\item [Queue last:]
164 Queue track(s) at end of playlist.
165\end{description}
166
167You can insert a track, directory or playlist even if nothing is currently
168playing. In this case, a new playlist is created with only the selected tracks
169and then play is started.\\
170\note{The dynamic playlist is saved so resume will restore it exactly as before shutdown.}
129 171
130\subsection{Virtual Keyboard} 172\subsection{Virtual Keyboard}
131 \screenshot{rockbox_interface/images/ss-virtual-keyboard-112x64x1.png}{The virtual keyboard}{} 173\screenshot{rockbox_interface/images/ss-virtual-keyboard-112x64x1.png}{The virtual keyboard}{}
132This is the virtual keyboard that is used when entering file names in Rockbox. 174This is the virtual keyboard that is used when entering file names in Rockbox.
133 175
134\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,RECORDER_PAD,IPOD_4G_PAD}{ 176\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,RECORDER_PAD,IPOD_4G_PAD}{
135\begin{center} 177 \begin{center}
136 \begin{tabular}{@{}ll@{}}\toprule 178 \begin{tabular}{@{}ll@{}}\toprule
137 \textbf{Key} & \textbf{Function} \\\midrule 179 \textbf{Key} & \textbf{Function} \\\midrule
138 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,RECORDER_PAD}{\ButtonUp/\ButtonDown/\ButtonLeft/\ButtonRight} 180 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,RECORDER_PAD}{\ButtonUp/\ButtonDown/\ButtonLeft/\ButtonRight}
139 \opt{IPOD_4G_PAD}{Please add correct keys} & Move about the virtual keyboard \\ 181 \opt{IPOD_4G_PAD}{Please add correct keys} & Move about the virtual keyboard \\
140 & (moves the solid cursor) \\ 182 & (moves the solid cursor) \\
141 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{\ButtonOn+\ButtonLeft/\ButtonRight} 183 %
142 \opt{IPOD_4G_PAD}{Please add correct keys} 184 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{\ButtonOn+\ButtonLeft/\ButtonRight}
143 \opt{IAUDIO_X5_PAD}{Please add correct keys} & Move about within the current file name \\
144 & (moves the line cursor) \\
145 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
146 \opt{RECORDER_PAD}{\ButtonPlay}
147 \opt{IPOD_4G_PAD}{Please add correct keys}
148 \opt{IAUDIO_X5_PAD}{Please add correct keys} & Inserts the currently selected keyboard letter \\
149 & at the current filename cursor position \\
150 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{\ButtonOff}
151 \opt{IPOD_4G_PAD}{Please add correct keys}
152 \opt{IAUDIO_X5_PAD}{Please add correct keys} & Exits the virtual keyboard without saving any changes \\
153 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}{n/a}
154 \opt{RECORDER_PAD}{\ButtonFOne} & SHIFT: Shifts between the upper case, \\
155 & lower case and accented keyboards \\
156 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
157 \opt{RECORDER_PAD}{\ButtonFTwo}
158 \opt{IPOD_4G_PAD}{Please add correct keys}
159 \opt{IAUDIO_X5_PAD}{Please add correct keys} & OK: Exits the virtual keyboard and saves any changer \\
160 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
161 \opt{RECORDER_PAD}{\ButtonFThree}
162 \opt{IPOD_4G_PAD}{Please add correct keys}
163 \opt{IAUDIO_X5_PAD}{Please add correct keys} & DEL: Deletes the character before\\
164 & the current filename cursor \\
165
166 \opt{SWCODEC}{
167 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
168 \opt{IPOD_4G_PAD}{Please add correct keys} 185 \opt{IPOD_4G_PAD}{Please add correct keys}
169 \opt{IAUDIO_X5_PAD}{Please add correct keys} & Enters Morse input mode\\ 186 \opt{IAUDIO_X5_PAD}{Please add correct keys} & Move about within the current file name \\
170 } 187 & (moves the line cursor) \\
171 \bottomrule 188 %
172 \end{tabular} 189 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
173\end{center} 190 \opt{RECORDER_PAD}{\ButtonPlay}
191 \opt{IPOD_4G_PAD}{Please add correct keys}
192 \opt{IAUDIO_X5_PAD}{Please add correct keys} & Inserts the currently selected keyboard letter \\
193 & at the current filename cursor position \\
194 %
195 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{\ButtonOff}
196 \opt{IPOD_4G_PAD}{Please add correct keys}
197 \opt{IAUDIO_X5_PAD}{Please add correct keys} & Exits the virtual keyboard without saving any changes \\
198 %
199 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}{n/a}
200 \opt{RECORDER_PAD}{\ButtonFOne} & SHIFT: Shifts between the upper case, \\
201 & lower case and accented keyboards \\
202 %
203 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
204 \opt{RECORDER_PAD}{\ButtonFTwo}
205 \opt{IPOD_4G_PAD}{Please add correct keys}
206 \opt{IAUDIO_X5_PAD}{Please add correct keys} & OK: Exits the virtual keyboard and saves any changer \\
207 %
208 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
209 \opt{RECORDER_PAD}{\ButtonFThree}
210 \opt{IPOD_4G_PAD}{Please add correct keys}
211 \opt{IAUDIO_X5_PAD}{Please add correct keys} & DEL: Deletes the character before\\
212 & the current filename cursor \\
213
214 %
215 \opt{SWCODEC}{
216 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
217 \opt{IPOD_4G_PAD}{Please add correct keys}
218 \opt{IAUDIO_X5_PAD}{Please add correct keys} & Enters Morse input mode\\
219 }
220 \bottomrule
221 \end{tabular}
222 \end{center}
174} 223}
175 224
176\opt{ondio}{ 225\opt{ondio}{
@@ -200,20 +249,24 @@ This is the virtual keyboard that is used when entering file names in Rockbox.
200 \end{center} 249 \end{center}
201} 250}
202\opt{player}{ 251\opt{player}{
203 The current filename is always listed on the first line of the display. The second line of the display can contain the character selection bar, as in the screenshot above, or one of a number of other options. 252 The current filename is always listed on the first line of the display. The
204 \begin{center} 253 second line of the display can contain the character selection bar, as in the
205 \begin{tabular}{@{}ll@{}}\toprule 254 screenshot above, or one of a number of other options.
206 \textbf{Key} & \textbf{Function} \\\midrule 255 \begin{center}
207 \ButtonLeft/\ButtonRight & Moves the arrow to/from the filename \\ 256 \begin{tabular}{@{}ll@{}}\toprule
208 & and changes between the character bar \\ 257 \textbf{Key} & \textbf{Function} \\\midrule
209 & and BACKSPACE, DELETE, ACCEPT and ABORT. \\ 258 \ButtonLeft/\ButtonRight & Moves the arrow to/from the filename \\
210 \ButtonPlay/\ButtonStop & Varies (see below) \\ 259 & and changes between the character bar \\
211 \ButtonMenu & Shift. When the character selection bar is selected\\ 260 & and BACKSPACE, DELETE, ACCEPT and ABORT. \\
212 & this changes between upper case, lower case, \\ 261 \ButtonPlay/\ButtonStop & Varies (see below) \\
213 & and accented letters. \\\bottomrule 262 \ButtonMenu & Shift. When the character selection bar is selected\\
214 \end{tabular} 263 & this changes between upper case, lower case, \\
215 \end{center} 264 & and accented letters. \\\bottomrule
216 The function of the PLAY and STOP buttons depends on what the arrow is pointing to, as follows. 265 \end{tabular}
266 \end{center}
267
268 The function of the \ButtonPlay\ and \ButtonStop\ buttons depends on what the
269 arrow is pointing to, as follows.
217 270
218 \begin{table}[h!] 271 \begin{table}[h!]
219 \begin{center} 272 \begin{center}
@@ -238,11 +291,13 @@ This is the virtual keyboard that is used when entering file names in Rockbox.
238 291
239 292
240\section{\label{ref:WPS}While Playing Screen} 293\section{\label{ref:WPS}While Playing Screen}
241The While Playing Screen (WPS) displays various pieces of information about the currently playing audio file: 294The While Playing Screen (WPS) displays various pieces of information about the
295currently playing audio file:
242% 296%
243\opt{HAVE_LCD_BITMAP}{ 297\opt{HAVE_LCD_BITMAP}{
244 \begin{itemize} 298 \begin{itemize}
245 \item Status bar: Battery level, charger status, volume, play mode, repeat mode, shuffle mode and clock. 299 \item Status bar: Battery level, charger status, volume, play mode, repeat mode,
300 shuffle mode and clock.
246 \item Scrolling path+filename of the current song. 301 \item Scrolling path+filename of the current song.
247 \item The ID3 track name. 302 \item The ID3 track name.
248 \item The ID3 album name. 303 \item The ID3 album name.
@@ -257,7 +312,8 @@ Notes:
257\opt{recorder,recorderv2fm,ondio}{ 312\opt{recorder,recorderv2fm,ondio}{
258 \begin{itemize} 313 \begin{itemize}
259 \item The number of lines shown depends on the size of the font used. 314 \item The number of lines shown depends on the size of the font used.
260 \item The peak meter is only visible if you turn off the status bar or if using a small font that gives 8 or more display lines. 315 \item The peak meter is only visible if you turn off the status bar or if
316 using a small font that gives 8 or more display lines.
261 \end{itemize} 317 \end{itemize}
262} 318}
263% 319%
@@ -267,7 +323,8 @@ Notes:
267 \item Current{}-time Progress{}-indicator Left. 323 \item Current{}-time Progress{}-indicator Left.
268 \end{itemize} 324 \end{itemize}
269 325
270 See page \textmd{\pageref{ref:ConfiguringtheWPS}} for details of customising your WPS (While Playing Screen). 326 See page \textmd{\pageref{ref:ConfiguringtheWPS}} for details of customising
327 your WPS (While Playing Screen).
271} 328}
272 329
273\subsection{\label{ref:WPS_Key_Controls}WPS Key Controls} 330\subsection{\label{ref:WPS_Key_Controls}WPS Key Controls}
@@ -345,65 +402,96 @@ Notes:
345 402
346\opt{HAVE_LCD_BITMAP}{ 403\opt{HAVE_LCD_BITMAP}{
347 \subsection{\label{ref:peak_meter}Peak Meter} 404 \subsection{\label{ref:peak_meter}Peak Meter}
348 The peak meter can be displayed on the While Playing Screen and consists of several indicators. For a picture of the peak meter, please see the While Recording Screen on page \pageref{ref:Whilerecordingscreen}. 405 The peak meter can be displayed on the While Playing Screen and consists of
406 several indicators. For a picture of the peak meter, please see the While
407 Recording Screen on page \pageref{ref:Whilerecordingscreen}.
349 408
350 \begin{itemize} 409 \begin{description}
351 \item \textbf{The bar: } 410 \item [The bar:]
352 This is the wide horizontal bar. It represents the current volume value. 411 This is the wide horizontal bar. It represents the current volume value.
353 \item \textbf{The peak indicator:} 412 \item [The peak indicator:]
354 This is a little vertical line at the rightend of the bar. It indicates the peak volume value that occurred recently. 413 This is a little vertical line at the rightend of the bar. It indicates the
355 \item \textbf{The clip indicator: } 414 peak volume value that occurred recently.
356 This is a little black block that is displayed at the very right of the scale when an overflow occurs. It usually doesn't show up during normal playback unless you play an audio file that is distorted heavily. If you encounter clipping while recording your recording will sound distorted. You should lower the gain. Note that the clip detection is not very precise. Clipping might occur without being indicated. 415 \item [The clip indicator:]
357 \item \textbf{The scale: } 416 This is a little black block that is displayed at the very right of the
358 Between the indicators of the right and left channel there are little dots. These dots represent important volume values. In linear mode each dot is a 10\% mark. In dbfs mode the dots represent the following values (from right to left): 0db, {}-3db, {}-6db, {}-9db, {}-12db, {}-18db, {}-24db, {}-30db, {}-40db, {}-50db, {}-60db. 417 scale when an overflow occurs. It usually doesn't show up during normal
359\end{itemize} 418 playback unless you play an audio file that is distorted heavily. If you
419 encounter clipping while recording your recording will sound distorted. You
420 should lower the gain. Note that the clip detection is not very precise.
421 Clipping might occur without being indicated.
422 \item [The scale:]
423 Between the indicators of the right and left channel there are little dots.
424 These dots represent important volume values. In linear mode each dot is a
425 10\% mark. In dbfs mode the dots represent the following values (from right
426 to left): 0db, {}-3db, {}-6db, {}-9db, {}-12db, {}-18db, {}-24db, {}-30db,
427 {}-40db, {}-50db, {}-60db.
428 \end{description}
360} 429}
361 430
362\subsection{\label{ref:ID3viewer}ID3 Viewer} 431\subsection{\label{ref:ID3viewer}ID3 Viewer}
363 \screenshot{rockbox_interface/images/ss-id3-viewer-112x64x1.png}{The ID3 viewer}{} 432\screenshot{rockbox_interface/images/ss-id3-viewer-112x64x1.png}{The ID3 viewer}{}
364This screen is accessible from the WPS screen, and provides a detailed view of all the identity information about the current track. This info is known as meta data and is stored in audio file formats to keep information on artist, album etc. To access this screen, \opt{h1xx,h300}{hold \ButtonSelect\ to access the WPS context menu, and select the id3-viewer from there.}\opt{RECORDER_PAD}{press \ButtonFOne+\ButtonOn}\opt{PLAYER_PAD}{press \ButtonMenu+\ButtonOn.}\opt{IAUDIO_X5_PAD,IPOD_4G_PAD}{Please correct this information}\opt{ONDIO_PAD}{hold \ButtonMenu to access the WPS context menu, and select the id3-viewer from there.}\opt{RECORDER_PAD,PLAYER_PAD,ONDIO_PAD}{Use \ButtonLeft\ and \ButtonRight\ to move through the information.} 433This screen is accessible from the WPS screen, and provides a detailed view of
434all the identity information about the current track. This info is known as
435meta data and is stored in audio file formats to keep information on artist,
436album etc. To access this screen, \opt{h1xx,h300}{hold \ButtonSelect\ to access the WPS context menu, and select the id3-viewer from there.}\opt{RECORDER_PAD}{press \ButtonFOne+\ButtonOn}\opt{PLAYER_PAD}{press \ButtonMenu+\ButtonOn.}\opt{IAUDIO_X5_PAD,IPOD_4G_PAD}{\fixme{Please correct this information}}\opt{ONDIO_PAD}{hold \ButtonMenu to access the WPS context menu, and select the id3-viewer from there.}\opt{RECORDER_PAD,PLAYER_PAD,ONDIO_PAD}{Use \ButtonLeft\ and \ButtonRight\ to move through the information.}
365 437
366%********************QUICKSCREENS*********************************************** 438%********************QUICKSCREENS***********************************************
367\opt{RECORDER_PAD}{ 439\opt{RECORDER_PAD}{
368\section{\label{ref:QuickScreenMenus}Quick Screen Menus} 440 \section{\label{ref:QuickScreenMenus}Quick Screen Menus}
369 \screenshot{rockbox_interface/images/ss-quick-screen-112x64x1.png}{The quick screen}{} 441 \screenshot{rockbox_interface/images/ss-quick-screen-112x64x1.png}{The quick screen}{}
370 \screenshot{rockbox_interface/images/ss-quick-screen2-112x64x1.png}{The quick screen}{} 442 \screenshot{rockbox_interface/images/ss-quick-screen2-112x64x1.png}{The quick screen}{}
371Rockbox handles function buttons in a different way to the Archos software. \ButtonFOne\ is always bound to the menu function, while \ButtonFTwo\ and \ButtonFThree\ enable two quick menus. 443 Rockbox handles function buttons in a different way to the Archos software.
372 444 \ButtonFOne\ is always bound to the menu function, while \ButtonFTwo\ and
373\ButtonFTwo\ displays some browse and play settings which are likely to be changed frequently. This settings are Shuffle mode, Repeat mode and the Show files options 445 \ButtonFThree\ enable two quick menus.
374 446
375Shuffle mode plays each track in the currently playing list in a random order rather than in the order shown in the browser. 447 \ButtonFTwo\ displays some browse and play settings which are likely to be
448 changed frequently. This settings are Shuffle mode, Repeat mode and the Show
449 files options
450
451 Shuffle mode plays each track in the currently playing list in a random order
452 rather than in the order shown in the browser.
376 453
377Repeat mode repeats either a single track (One) or the entire playlist (All). 454 Repeat mode repeats either a single track (One) or the entire playlist (All).
378 455
379Show files determines what type files can be seen in the browser. This can be just MP3 files and directories (Music), Playlists, MP3 files and directories (Playlists), any files that Rockbox supports (Supported) or all files on the disk (All). 456 Show files determines what type files can be seen in the browser. This can be
457 just MP3 files and directories (Music), Playlists, MP3 files and directories
458 (Playlists), any files that Rockbox supports (Supported) or all files on the
459 disk (All).
380 460
381See page \pageref{ref:PlaybackOptions} for more information about these settings. 461 See page \pageref{ref:PlaybackOptions} for more information about these
462 settings.
382 463
383\begin{table}[h!] 464 \begin{table}[h!]
465 \begin{center}
466 \begin{tabular}{@{}ll@{}}\toprule
467 \textbf{Key} & \textbf{Action} \\\midrule
468 \ButtonLeft & Controls Shuffle mode setting \\
469 \ButtonRight & Controls Repeat mode setting \\
470 \ButtonDown & Controls Show file setting \\\bottomrule
471 \end{tabular}
472 \end{center}
473 \end{table}
474
475 \ButtonFThree\ controls frequently used display options.
476
477 Scroll bar turns the display of the Scroll bar on the left of the screen on
478 or off.
479
480 Status bar turns the status display at the top of the screen on or off. Upside
481 down inverts the screen so that the top of the display appears nearest to the
482 buttons. This is sometimes useful when storing the \dap\ in a pocket. Key
483 assignments swap over with the display orientation where it is logical for
484 them to do so.
485
486 See page \pageref{ref:Displayoptions} for more information about these
487 settings.
488
384 \begin{center} 489 \begin{center}
385 \begin{tabular}{@{}cc@{}}\toprule 490 \begin{tabular}{@{}ll@{}}\toprule
386 \textbf{Key} & \textbf{Action} \\\midrule 491 \textbf{Key} & \textbf{Action} \\\midrule
387 \ButtonLeft & Controls Shuffle mode setting \\ 492 \ButtonLeft & Controls scroll bar display \\
388 \ButtonRight & Controls Repeat mode setting \\ 493 \ButtonRight & Controls status bar display \\
389 \ButtonDown & Controls Show file setting \\\bottomrule 494 \ButtonDown & Controls upside down screen setting \\\bottomrule
390 \end{tabular} 495 \end{tabular}
391 \end{center} 496 \end{center}
392\end{table}
393
394\ButtonFThree\ controls frequently used display options.
395
396Scroll bar turns the display of the Scroll bar on the left of the screen on or off.
397
398Status bar turns the status display at the top of the screen on or off. Upside down inverts the screen so that the top of the display appears nearest to the buttons. This is sometimes useful when storing the \dap\ in a pocket. Key assignments swap over with the display orientation where it is logical for them to do so.
399
400See page \pageref{ref:Displayoptions} for more information about these settings.
401\begin{center}
402 \begin{tabular}{@{}cc@{}}\toprule
403 \textbf{Key} & \textbf{Action} \\\midrule
404 \ButtonLeft & Controls scroll bar display \\
405 \ButtonRight & Controls status bar display \\
406 \ButtonDown & Controls upside down screen setting \\\bottomrule
407 \end{tabular}
408\end{center}
409} 497}