From 8e8207f51a55118f0a9cde596fae03bfd8d261a8 Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Sat, 11 Feb 2006 00:57:17 +0000 Subject: Renamed the chapter directories to allow for a more flexible handling of the chapters in the future git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8656 a1c6a512-1295-4272-9138-f99709370657 --- manual/advanced_topics/main.tex | 840 +++++++++++++++++++++++++++++++ manual/configure_rockbox/main.tex | 615 ++++++++++++++++++++++ manual/getting_started/archos_choice.tex | 139 +++++ manual/getting_started/main.tex | 112 +++++ manual/main_menu/main.tex | 492 ++++++++++++++++++ manual/rockbox.tex | 10 +- manual/rockbox_interface/main.tex | 804 +++++++++++++++++++++++++++++ 7 files changed, 3007 insertions(+), 5 deletions(-) create mode 100644 manual/advanced_topics/main.tex create mode 100644 manual/configure_rockbox/main.tex create mode 100644 manual/getting_started/archos_choice.tex create mode 100644 manual/getting_started/main.tex create mode 100644 manual/main_menu/main.tex create mode 100644 manual/rockbox_interface/main.tex diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex new file mode 100644 index 0000000000..97165d6855 --- /dev/null +++ b/manual/advanced_topics/main.tex @@ -0,0 +1,840 @@ +\chapter{Advanced Topics} +\newpage +\section{\label{ref:CustomisingUI}Customising the userinterface} +\subsection{\label{ref:GettingExtras}Getting Extras (Fonts,Languages)} +Rockbox supports custom fonts (for the Recorder and Ondio only) and a number of different languages. Rockbox 2.4 comes with 41 fonts and 24 languages already included. If new fonts and language files have been created, then they will be found at \url{http://www.rockbox.org/fonts/} and \url{http://www.rockbox.org/lang/}. + +\subsection{\label{ref:LoadingForts}Loading Fonts (Recorder, Ondio)} +Rockbox can load fonts dynamically. Simply copy the .fnt file to the +disk and ``play'' them in the directory browser or select \textbf{General Settings {\textgreater} Fonts} from the Main Menu . + +If you want a font to be loaded automatically every time you start up, +it must be located in the \textbf{/.rockbox }folder and the file name +must be at most 24 characters long. + +Any BDF font file up to 16 pixels high should be usable with Rockbox. To +convert from .bdf to .fnt, use the convbdf tool. This tool can be found +on the Rockbox website +(Linux: \url{http://www.rockbox.org/fonts/convbdf}, Windows: \url{http://www.rockbox.org/fonts/convbdf.exe}). + +\subsection{\label{ref:Loadinglanguages}Loading Languages} +Rockbox can load language files at runtime. Simply copy the .lng file +(do not use the .lang file) to the Jukebox and +``play'' it in the Rockbox directory browser +or select \textbf{General Settings {}-{\textgreater} Languages }from +the Main Menu. + +If you want a language to be loaded automatically every time you start +up, it must be located in the \textbf{/.rockbox }folder and the file +name must be a maximum of 24 characters long. + +Rockbox supports many different languages. You can get .lng files at +\url{http://www.rockbox.org/lang/}. +Currently all of these languages are included in the Rockbox +distribution. + +If your language is not yet supported and you want to write your own +language file, follow these instructions: + +\begin{itemize} +\item Copy the\url{./ http://www.rockbox.org/lang/english.lang }file and start filling in the ``new:'' lines. +\item Name your file {\textless}language{\textgreater}.lang, where +{\textless}language{\textgreater} is the local name for your language. i.e. svenska.lang, francais.lang etc. +\item When you are done, submit your .lang file to Rockbox patch +tracker. +(\url{http://sourceforge.net/tracker/?group_id=44306&atid=439120}) +\end{itemize} + +\section{\label{ref:ConfiguringtheWPS}Configuring the WPS} + +\subsection{Description / General Info} + +\begin{itemize} +\item The Custom While Playing Screen (WPS) display is used on both the +Player and Recorder as a means to customise the WPS to the +user's likings. +\item After editing the .wps file, ``play'' it to make it take effect. +\item The file may be 2 lines long for the Player, and 13 lines for the +Recorder. +\item All characters not preceded by \% are displayed as typed. +\item Lines beginning with \# are comments and will be ignored. +\end{itemize} + +\subsection{File Location} +Custom WPS files may be located anywhere on the drive. The only +restriction is that they must end in .wps. When PLAY is pressed on a +.wps file, it will be used for future WPS screens. If the +``played'' .wps file is located in the +/.rockbox folder, it will be remembered and used after reboot. The .wps +filename must be no more than 24 characters long for it to be +remembered. + +\subsection{Tags} + +\begin{itemize} +\item {\bfseries +ID3 Info Tags:} + +\%ia : ID3 Artist + +\%ic : ID3 Composer + +\%id : ID3 Album Name + +\%ig : ID3 Genre Name + +\%in : ID3 Track Number + +\%it : ID3 Track Title + +\%iy : ID3 Year + +\%iv : ID3 Version (1.0, 1.1, 2.2, 2.3, 2.4 or empty if no id3 tag) +\item {\bfseries +Battery Info:} + +\%bl : Show numeric battery level in percent + +\%bt : Show estimated battery time left +\item {\bfseries +File Info Tags:} + +\%fb : File Bitrate (in kbps) + +\%ff : File Frequency (in Hz) + +\%fm : File Name + +\%fn : File Name (without extension) + +\%fp : File Path + +\%fs : File Size (In Kilobytes) + +\%fv : ``(vbr)'' if variable bit rate or ``'' if constant bit rate + +\%d1 : First directory from end of file path. + +\%d2 : Second directory from end of file path. + +\%d3 : Third directory from end of file path. + +Example for the the \%dN commands: If the path is /Rock/Kent/Isola/11 +{}-747.mp3, \%d1 is ``Isola'', \%d2 is ``Kent'', \%d3 is ``Rock''. +\end{itemize} + +\begin{itemize} +\item {\bfseries +Playlist/Song Info Tags:} + +\%pb : Progress Bar + +\begin{itemize} +\item[] { +Player: This will display a 1 character +``cup'' that empties as the song progresses.} + +Recorder: This will replace the entire line with a progress bar. +\end{itemize} +\%pf : Player: Full{}-line progress bar + time display + +\%pc : Current Time In Song + +\%pe : Total Number of Playlist Entries + +\%pm : Peak Meter (Recorder only) {}- the entire line is used as volume +peak meter. + +\%pn : Playlist Name (Without path or extension) + +\%pp : Playlist Position + +\%pr : Remaining Time In Song + +\%ps : Shuffle. Shows 's' if shuffle +mode is enabled. + +\%pt : Total Track Time + +\%pv : Current volume +\item {\bfseries +Conditional Tags (If/Else block):} + + \%?xx{\textless}{\textbar}{\textgreater} : Conditional: if the tag +specified by ``xx'' has a value, the text +between the ``{\textless}'' and the ``{\textbar}'' is displayed, else the text +between the ``{\textbar}'' and the +``{\textgreater}'' is displayed. The else part is optional, so the ``{\textbar}'' does not have to be specified if no else part is desired. The conditionals +nest, so the text in the if and else part can contain all \% commands, +including conditionals. +\end{itemize} +\begin{itemize} +\item {\bfseries +Next Song info} + +You can display information about the next song {}- the song that is +about to play after the one currently playing (unless you change the +plan). + +If you use the upper{}-case versions of the +three tags: F, I and D, they will instead refer to the next song +instead of the current one. Example: \%Ig is the genre name used in the +next song and \%Ff is the mp3 frequency. + +Take note that the next song information WILL NOT be available at all +times, but will most likely be available at the end of a song. We +suggest you use the conditional display tag a lot when displaying +information about the next song! +\item {\bfseries +Alternating sublines} + +It is possible to group items on each line into 2 or more groups or +``sublines''. Each subline will be displayed +in succession on the line for a specified time, alternating +continuously through each defined subline. + +Items on a line are broken into sublines with the semicolon +';' character. The display time for +each subline defaults to 2 seconds unless modified by using the +'\%t' tag to specify an alternate +time (in seconds and optional tenths of a second) for the subline to be +displayed. + +Subline related special characters and tags: + +; : Split items on a line into separate sublines + +\%t : Set the subline display time. The +'\%t' is followed by either integer +seconds (\%t5), or seconds and tenths of a second (\%t3.5). + +Each alternating subline can still be optionally scrolled while it is +being displayed, and scrollable formats can be displayed on the same +line with non{}-scrollable formats (such as track elapsed time) as long +as they are separated into different sublines. +\item {\bfseries +Other Tags:} + +\%\% : Display a '\%' + +\%{\textless} : Display a +'{\textless}' + +\%{\textbar} : Display a '{\textbar}' + +\%{\textgreater} : Display a +'{\textgreater}' + +\%s : Indicate that the line should scroll. Can occur anywhere in a line +(given that the text is displayed; see conditionals above). You can +specify up to 10 scrolling lines. Scrolling lines can not contain +dynamic content such as timers, peak meters or progress bars. +\end{itemize} +{\bfseries +Example File} + +\%s\%pp/\%pe: \%?it{\textless}\%it{\textbar}\%fn{\textgreater} {}- +\%?ia{\textless}\%ia{\textbar}\%d2{\textgreater} {}- +\%?id{\textless}\%id{\textbar}\%d1{\textgreater} + +\%pb\%pc/\%pt + +That is, ``tracknum {}- title [artist, +album]'', where most fields are only displayed if +available. Could also be rendered as +``filename'' or ``tracknum {}-title [artist]''. + +{\bfseries +Default} + +If you haven't selected a .wps file in the /.rockbox +directory, you get the hard coded layout. The default WPS screen for +Players is: + +\%s\%pp/\%pe: \%?it{\textless}\%it{\textbar}\%fn{\textgreater} {}- +\%?ia{\textless}\%ia{\textbar}\%d2{\textgreater} {}- +\%?id{\textless}\%id{\textbar}\%d1{\textgreater} + +\%pc\%?ps{\textless}*{\textbar}/{\textgreater}\%pt + +And for the Recorder and Ondio: + +\%s\%?it{\textless}\%?in{\textless}\%in. +{\textbar}{\textgreater}\%it{\textbar}\%fn{\textgreater} + +\%s\%?ia{\textless}\%ia{\textbar}\%?d2{\textless}\%d2{\textbar}(root){\textgreater}{\textgreater} + +\%s\%?id{\textless}\%id{\textbar}\%?d1{\textless}\%d1{\textbar}(root){\textgreater}{\textgreater} +\%?iy{\textless}(\%iy){\textbar}{\textgreater} + +\%pc/\%pt [\%pp:\%pe] + +\%fbkBit \%?fv{\textless}avg{\textbar}{\textgreater} +\%?iv{\textless}(id3v\%iv){\textbar}(no id3){\textgreater} + +\%pb + +\%pm + +\section{\label{ref:SettingsFile}Making your own settings file} +A .cfg file is used to load settings from a plain text file. A .cfg file +may reside anywhere on the hard disk. The only restriction is that the +filename must end in .cfg + +Hint: Use the ``Write .cfg file'' feature +(Main Menu{}-{\textgreater} General Settings) to save the current +settings, then use a text editor to customize the settings file. + +{\bfseries +Format Rules} + +\begin{itemize} +\item Format: setting: value +\item Each setting must be on a separate line. +\item Lines starting with \# are ignored. +\end{itemize} +{\bfseries +Settings (allowed values) [unit]} + +volume (0 {}- 100) + +bass ({}-15 {}- 15) + +treble ({}-15 {}- 15) + +balance ({}-100 {}- 100) + +channels (stereo, stereo narrow, stereo wide, mono, mono left, + + mono right, karaoke) + +shuffle (on, off) + +repeat (off, all, one) + +play selected (on, off) + +resume (off, ask, ask once, on) + +scan min step (1, 2, 3, 4, 5, 6, 8, 10, 15, 20, 25, 30, 45, 60) [secs] + +scan accel (0 {}- 15) [double scan speed every X seconds] + +antiskip (0 {}- 7) [seconds] + +volume fade (on, off) + +sort case (on, off) + +show files (all, supported, music, playlists) + +follow playlist (on, off) + +playlist viewer icons + + (on, off) + +playlist viewer track display + + (on, off) + +recursive directory insert + + (on, off) + +scroll speed (0 {}- 15) + +scroll delay (0 {}- 250) [1/10s] + +scroll step (1 {}- 112) [pixels] + +bidir limit (0 {}- 200) [\% of screen width] + +contrast (0 {}- 63) + +backlight timeout (off, on, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, +30, + + 45, 60, 90) [seconds] + +backlight when plugged + + (on, off) + +disk spindown (3 {}- 254) [seconds] + +battery capacity (1500 {}- 2400) [mAh] + +idle poweroff (off, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 30, 45, 60) + [minutes] + +lang (/path/filename.lng) + +wps (/path/filename.wps) + +autocreate bookmarks (on, off) + +autoload bookmarks (on, off) + +use most{}-recent{}-bookmarks + + (on, off) + +talk dir (off, number, spell, hover) + +talk file (off, number, spell, hover) + +talk menu (off, on) + +{\bfseries +Recorder{}-specific settings} + +loudness (0 {}- 17) + +super bass (on, off) + +auto volume (off, 0.02, 2, 4, 8) [seconds] + +MDB enable (on, off) + +MDB strength (0 {--} 127) [dB] + +MDB harmonics (0 {--} 100) [\%] + +MDB center frequency (20{}-300) [Hz] + +MDB shape (50{}-300) [Hz] + +peak meter release (1 {}- 126) + +peak meter hold (off, 200ms, 300ms, 500ms, 1, 2, 3, 4, 5, 6, 7, 8, + + 9, 10, 15, 20, 30, 1min) + +peak meter clip hold (on, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, + + + 45, 60, 90, 2min, 3min, 5min, 10min, 20min, + + 45min, 90min) + +peak meter busy (on, off) + +peak meter dbfs (on, off) (on = dbfs, off = linear) + +peak meter min (0 {}- 89) [dB] or (0 {}- 100) [\%] + +peak meter max (0 {}- 89) [dB] or (0 {}- 100) [\%] + +statusbar (on, off) + +scrollbar (on, off) + +volume display (graphic, numeric) + +battery display (graphic, numeric) + +time format (12hour, 24hour) + +font (/path/filename.fnt) + +invert (on, off) + +deep discharge (on, off) + +trickle charge (on, off) + +disk poweroff (on, off) + +rec quality (0 {}- 7) (0=smallest size, 7=highest quality) + +rec frequency (48, 44, 32, 24, 22, 16) [kHz] + +rec source (mic, line, spdif) + +rec channels (mono, stereo) + +rec mic gain (0 to 15) + +rec left gain (0 to 15) + +rec right gain (0 to 15) + +editable recordings (on,off) + +rec timesplit (off, 00:05, 00:10, 00:20, 00:30, 01:00, 01:12, \newline + 01:20, 02:00, 04:00, 06:00, 08:00, 16:00,\newline + 24:00) [hh:mm] + +pre{}-recording time (off, 1{}-30) [secs] + +rec directory (/recordings, current) + +{\bfseries +FM recorder specific settings} + +\textmd{force fm mono (on,off)} + +\textbf{Example File} + +volume: 70 + +bass: 11 + +treble: 12 + +balance: 0 + +time format: 12hour + +volume display: numeric + +show files: supported + +wps: /.rockbox/car.wps + +lang: /.rockbox/afrikaans.lng + +\section{\label{ref:PartISection1}Differences between binaries} +There are 3 different types of firmware binaries from Rockbox website. Current Version, Daily Builds and Bleeding Edge. + +\begin{itemize} +\item \begin{itemize} +\item The current version is the latest stable version developed by the +Rockbox Team. It's free of known critical bugs and works with Archos +Jukebox Player/Studio, Recorders and Ondio devices. It is available +from +\url{http://www.rockbox.org/download/}. +\item The Daily Build is a development version of Rockbox. It supports all new features and patches developed since last stable version. It may also contain bugs! This version is generated automatically every day and can be found at +\url{http://www.rockbox.org/daily.shtml}. +\item Bleeding edge builds are the same as the Daily build, but built +from the latest development code every 20 minutes. These builds are for +people who want to test the code that developers just checked in. +\end{itemize} +\end{itemize} +There are binaries for different Jukebox models: + +\begin{itemize} +\item \begin{itemize} +\item The Player version is suitable for Archos Jukebox 5000, 6000 and +all Studio models. +\end{itemize} +\end{itemize} +\begin{itemize} +\item \begin{itemize} +\item If you have a recorder with cylindrically rounded bumpers, you +need the ``regular'' recorder version. +\item FM Recorders are models with a FM radio. +\item The V2 recorder is a recorder in an FM Recorder form factor, but +without radio. +\item The 8mb version requires a hardware hack, where the RAM chips are +replaced. +\item The Ondio builds come with and without radio support, for the +Ondio FM and SP respectively. +\end{itemize} +\end{itemize} +If in doubt as to which version to use, the table on page +\pageref{ref:Jukeboxtypetable} may be of assistance. + +Note: All references in this manual to +``Recorder'' apply equally to the FM Recorder +unless otherwise specified. + +\section{\label{ref:FirmwareLoading}Firmware Loading} +When your Jukebox powers on, it loads the Archos firmware in ROM, which +automatically checks your Jukebox hard disk's root folder for a file +named \textbf{archos.mod} (on the player version) or +\textbf{ajbrec.ajz} (on the recorder version). Note that Archos +firmware can only read the first ten characters of each file name in +this process, so don't rename your old firmware files with names like +archos.mod.old and so on, because it's possible that the Jukebox will +load a file other than the one you intended. + +\section{\label{ref:PartISection4}Using ROLO (Rockbox loader)} +Rockbox is able to load and start another firmware file without +rebooting. You just press PLAY on an .ajz (Recorder, Ondio) or .mod +(Player) file. This can be used to test new firmware versions without +deleting your current version, or to load the original Archos firmware +(you have to download the appropriate file from +Archos' website). + +\section{\label{ref:Rockboxinflash}Rockbox in flash (Recorder, Ondio)} +\textbf{FLASHING ROCKBOX IS OPTIONAL!} It is not required for using +Rockbox on your Jukebox Recorder. Please read the whole section +thoroughly before flashing. + +\subsection{\label{ref:PartISection61}Introduction} +Flashing in the sense used here and elsewhere in regard to Rockbox means +reprogramming the flash memory of the Jukebox unit. Flash memory +(sometimes called ``Flash ROM'') is a type of +non{}-volatile memory that can be erased and reprogrammed in circuit. It is a variation of electrically erasable +programmable read{}-only memory (EEPROM). + +A from the factory Jukebox comes with the Archos firmware flashed. It is +possible to replace the built{}-in software with Rockbox. + +Terminology used in the following:\newline +\textbf{Firmware} means the flash ROM content as a whole.\newline +\textbf{Image} means one operating software started from there. + +By reprogramming the firmware, the Jukebox will boot much faster. The +Archos boot loader seems to take forever compared to the Rockbox +version. In fact, the Rockbox boot loader is so fast that it has to +wait for the disk to spin up. The flashing procedure is a bit involved +for the first time, updates are very simple later on. + +\subsection{\label{ref:Method}Method} +The replaced firmware will host a bootloader and 2 images. This is made +possible by compression. The first is the +``permanent'' backup. The second is the +default image to be started. The former is only used when you hold the +F1 key during start, and is the original Archos firmware, the second is +a current build of Rockbox. This second image is meant to be +reprogrammed whenever a Rockbox upgrade is performed. + +There are two programming tools supplied: + +\begin{itemize} +\item The first one is called \textbf{firmware\_flash.rock} and is used +to program the whole flash with new content. It can also be used to +revert back to the original firmware that is backed up as part of this +procedure. This tool will only be needed once, and can be viewed as +``formatting'' the flash with the desired image structure. +\item The second one is called \textbf{rockbox\_flash.rock }and is used +to reprogram only the second image. If the resulting programmed +firmware image is not operational, it is +possible to hold down the F1 key while booting to start the Jukebox +with the Archos firmware and Rockbox booted from disk to reinstall a +working firmware image. +\end{itemize} + +\subsubsection{\label{ref:PartISection63}Risks} +Well, is it dangerous? Yes, certainly, like programming a +mainboard BIOS, CD/DVD drive firmware, +mobile phone, etc. If the power fails, the chip malfunctions while +programming or particularly if the programming software malfunctions, +your Jukebox may stop functioning. The Rockbox team take no +responsibility of any kind {}- do this at your own risk. + +However, the code has been extensively tested and is known to work well. + The new firmware file is completely read before it starts programming, +there are a lot of sanity checks. If any fail, it will not program. +There is no reason why such low level code should behave differently on +your Jukebox. + +There's one ultimate safety net to bring back Jukeboxes +with even completely garbled flash content: the UART boot mod, which in +turn requires the serial mod. This can bring the dead back to life, +with that it's possible to reflash independently from the outside, even +if the flash is completely erased. It has been used during development, +else Rockbox in flash wouldn't have been possible. +Extensive development effort went into the development of the UART boot +mod. Mechanically adept users with good soldering skills can easily +perform these mods. Others may feel uncomfortable using the first tool +(\textbf{firmware\_flash.rock}) for reflashing the firmware. + +If you are starting with a known{}-good image, you are unlikely to +experience problems. The flash tools have been stable for quite a +while. Several users have used them extensively, even flashing while +playing! Although it worked, it's not the recommended +method. + +The flashing software is very paranoid about making sure that the +correct flash version is being installed. If the wrong file is used, +it will simply refuse to flash the Jukebox. + +About the safety of operation: Since the Rockbox boot code gives ``dual +boot'' capability, the Archos firmware is still there when you hold F1 +during startup. So even if you have problems with Rockbox from flash, you can still use +the Jukebox, reflash the second image with an updated Rockbox copy, +etc. + +The flash chip being used by Archos is specified for 100,000 cycles, so +it's very unlikely that flashing it will wear it out. + +\subsection{\label{ref:Requirements}Requirements} +You need two things: + +\begin{itemize} +\item The first is a Recorder or FM model, or an Ondio SP or FM. Be sure +you're using the correct package, they differ +depending on your precise hardware! The technology works for the Player +models, too. Players can also be flashed, but Rockbox does not run +cold{}-started on those, yet. +\item Second, you need an in{}-circuit programmable flash. Chances are +about 85\% that you have, but Archos also used an older flash chip +which can't do the trick. You can find out via Rockbox +debug menu, entry Hardware Info. If the flash info gives you question +marks, you're out of luck. The only option for +flashing if this is the case is to solder in the right chip +(SST39VF020), preferably with the firmware already in. If the chip is +blank, you'll need the UART boot mod as well. +\end{itemize} +\subsubsection{\label{ref:FlashingProcedure}Flashing Procedure} +Here are step{}-by{}-step instructions on how to flash and update to a +current build. It is assumed that you can install and operate Rockbox +the usual way. The flashing procedure has a lot of failsafes, and will +check for correct model, file, etc. {}- if something is incompatible it +just won't flash, that's all. + +Now here are the steps: + +\textbf{Preparation} + +Install (with all the files, not just the .ajz) and use the current +daily build you'd like to have. Enable any voice +features that are helpful throughout the process, such as menus and +filename spelling. Set the file view to show all files, with the menu +option \textbf{General Settings {}-{\textgreater} File View +{}-{\textgreater} Show Files} set to ``all''. +Have the Jukebox nicely charged to avoid +running out of power during the flash write. Keep the Jukebox plugged +into the charger until flashing is complete. + +{\bfseries +Backup } + +Backup the existing flash content. This is not an essential part of the +procedure, but is strongly recommended since you will need these files +if you wish to reverse the flashing procedure, or if you need to update +the bootloader (as opposed to the firmware) in the future. Keep them +safe! + +Access the main menu by pressing F1 then select \textbf{Info +{}-{\textgreater} Debug}. Select the first entry, \textbf{Dump ROM +contents}, by pressing Play one more time. The disk should start to +spin. Wait for it to settle down, then plug in the USB cable to copy +the dump file this has just been created to your PC. The main folder of +your Jukebox now should contain two strange .bin files. Copy the larger +one named +\textbf{internal\_rom\_2000000{}-203FFFF.bin} +to a safe place, then delete them both from the box. + +{\bfseries +Copy the new flash content file to your box } + +Depending on your model (recorder, FM, V2 recorder), download one of the +3 packages: + +\url{http://joerg.hohensohn.bei.t-online.de/archos/flash/flash_rec.zip} + +\url{http://joerg.hohensohn.bei.t-online.de/archos/flash/flash_fm.zip} + +\url{http://joerg.hohensohn.bei.t-online.de/archos/flash/flash_v2.zip} +\url{http://joerg.hohensohn.bei.t-online.de/archos/flash/flash_v2.zip} + +\url{http://joerg.hohensohn.bei.t-online.de/archos/flash/flash_v2.zip} + +\url{http://joerg.hohensohn.bei.t-online.de/archos/flash/flash_ondiosp.zip} + +\url{http://joerg.hohensohn.bei.t-online.de/archos/flash/flash_ondiofm.zip} + +The zip archives contain two .bin files each. Those firmware*.bin files +are all we want, copy them to the root directory of your box. The names +differ depending on the model, the flash +plugin will pick the right one, no way of +doing this wrong. + +{\bfseries +Install the Rockbox +Bootloader (``formatting'' the flash)} + +This procedure is only necessary the first time you flash Rockbox. +Unplug the USB cable again, then select \textbf{Browse +}\textbf{Plugins}\textbf{ } from the main menu (F1). Locate \textbf{firmware\_flash.rock}, and start it with PLAY. Rockbox now displays an info screen, press F1 to acknowledge it and start a file check. Again wait for the disk to +settle, then press F2 to proceed to a warning message (if the plugin +has exited, you don't have the proper file) and F3 to actually program +the file. This takes maybe 15 seconds, wait for the disk to settle +again. Then press a key to exit the plugin. + +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=3.609cm,height=2.062cm]{images/rockbox-manual-img75.png} + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=3.669cm,height=2.097cm]{images/rockbox-manual-img76.png} + \textmd{ } [Warning: Image ignored] +% Unhandled or unsupported graphics: +%\includegraphics[width=3.739cm,height=2.136cm]{images/rockbox-manual-img77.png} + \newline +Flashing boot loader in 3 easy steps +\par} + +{\bfseries +\label{ref:FlashingRockbox}Install the Rockbox binary in flash} + +All the above was necessary only once, although there will not be any +obvious difference (other than the Archos firmware loading a bit more quickly) +after the step above is complete. Next install the actual Rockbox firmware thatwill be used from ROM. This is how Rockbox will be updated when +installing a new release from now on. + +\begin{itemize} +\item Unpack the whole build that you are installing onto the Jukebox, +including plugins and support files. This can be done using the Windows setup program to install the new version onto the Jukebox. +\item Test the build you are going to flash by playing the .ajz file so +that ROLO loads it up. This puts the firmware in memory without +changing your flash, so you can check that everything is working. If +you have just installed the bootloader (see above) then this will happen automatically as the existing Archos firmware loads the .ajz that you have just installed. If upgrading ROMbox, this step \textbf{must }be carried out since Rockbox cannot overwrite the ROM while it is running from it. +\item Play the .ucl file, which is usually found in the +\textbf{/.rockbox} directory, this will kick off the +\textbf{rockbox\_flash.rock} plugin. It's a bit +similar to the other one, but it's made different to +make the user aware. It will check the file, available size, etc. With +F2 it begins programming, there is no need for warning this time. If it +goes wrong, you'll still have the permanent image. + +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=3.53cm,height=2.016cm]{images/rockbox-manual-img78.png} + \textmd{ } [Warning: Image ignored] +% Unhandled or unsupported graphics: +%\includegraphics[width=3.528cm,height=2.016cm]{images/rockbox-manual-img79.png} + \newline +Using rockbox\_flash to update your boot firmware +\par} +\item It is possible that you could get an ``Incompatible +Version'' error if the plugin interface has changed since +you last flashed Rockbox. This means you are running an +``old'' copy of Rockbox, but are trying to +execute a newer plugin, the one you just downloaded. The easiest +solution is to ROLO into this new version, +by playing the\textbf{ ajbrec.ajz }file. Then you are consistent and can play +\textbf{rockbox.ucl}. +\item When done, you can restart the box and hopefully your new Rockbox +image. +\end{itemize} +UCLs for the latest Recorder and FM firmware are included in Rockbox 2.4 +and also the daily builds. + +\subsection{\label{ref:KnownIssuesAndLimits}Known Issues and Limitations} +There are two variants as to how the Jukebox starts, which is why there +are normal and \_norom firmware files. The vast majority of Jukeboxes +all have the same boot ROM content, but some have different flash +content. Rockbox identifies this boot ROM with a CRC value of 0x222F in +the hardware info screen. Some recorders have the boot ROM disabled (it +might be unprogrammed) and start directly from a flash mirror at +address zero. They need the \_norom firmware, it has a slightly +different bootloader. Without a boot ROM there is no UART boot safety +net. To compensate for that as much as possible the MiniMon monitor is +included, and can be started by pressing F3+ON. Using this the box can +be reprogrammed via serial if the UART mod has been applied and the +first \~{}2000 bytes of the flash are OK. + +\subsubsection{ROMbox} +ROMbox is a flashable version of Rockbox that is +uncompressed and runs directly from the flash chip rather than being +copied into memory first. The advantage of this is that memory that +would normally be used for storing the Rockbox code can be used for +buffering MP3s instead, resulting in less disk +spin{}-ups and therefore longer battery life + Unfortunately being uncompressed, ROMbox requires more space in flash +than Rockbox and will therefore not fit in the space that is left on an +FM recorder. ROMbox therefore runs on the V1 and V2 recorder models +only. + +The procedure for flashing ROMbox is identical to the procedure for +flashing Rockbox as laid out on page \pageref{ref:FlashingRockbox}. +The only difference is that the file to install is called +\textbf{rombox.ucl}. ROMbox is included automatically with rockbox 2.4 +and all the current daily builds, so the procedure is identical +otherwise. + diff --git a/manual/configure_rockbox/main.tex b/manual/configure_rockbox/main.tex new file mode 100644 index 0000000000..7e984f4217 --- /dev/null +++ b/manual/configure_rockbox/main.tex @@ -0,0 +1,615 @@ +\chapter{Configuring Rockbox} +\newpage + +\section{Sound Settings} +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=2.371cm]{images/rockbox-manual-img32.png} + \textmd{ } [Warning: Image ignored] +% Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=1.951cm]{images/rockbox-manual-img33.png} + \newline +Recorder sound settings Player sound settings +\par} + +This menu offers a selection of sound properties you may change to +improve your sound experience. + +\begin{itemize} +\item \textbf{Volume} + +The sound volume your music is played at. Although settable range is +0{}-100\%, many units don't produce audible output +below 40\%. On Recorders, volume settings above 92\% will cause +distortion (clipping) and are not recommended. + +\item \textbf{Bass} +This emphasises or suppresses the lower +(bass) sounds in the track. 0 means that bass sounds are unaltered +(flat response). + +\item \textbf{Treble} +This emphasises or suppresses the higher +(treble) sounds in the track. 0 means that treble sounds are unaltered +(flat response). + +\item \textbf{Balance} +How much of the volume is generated by the left or right channel of the +sound. The default, 0, means that the left and right outputs are equal +in volume. Negative numbers increase the volume of the left channel +relative to the right, positive numbers increase the volume of the +right channel relative to the left. + +\item \textbf{Channels} + +This option controls the on{}-board mixing +facilities of the Jukebox. A stereo audio signal consists of two +channels, left and right. Available options are + +\begin{itemize} +\item \textbf{Mono Left: }Plays the left channel in both stereo channels. +\item \textbf{Mono Right:} Plays the right channel in both stereo channels. +\item \textbf{Mono:} Mix both channels down to mono and send the mixed signal +back to both. +\item \textbf{Stereo:} Do not mix the signal +\item \textbf{Stereo Narrow: }Mixes small amounts of the opposite channel into +the left and right channels, thus making the sound seem closer +together. +\item \textbf{Stereo Wide:} Elements of one channel that are present in the +opposite channel are removed from the latter. This results in the +sound seeming further apart. +\item \textbf{Karaoke:} Removes all sound that is the same in both channels. +Since most vocals are recorded in this way to make the artist sound +central, this often (but not always) has the effect of removing the +voice track from a song. +\end{itemize} + +\item \textbf{Loudness (Recorder only)} +Loudness is an effect which emphasises bass and treble. This makes the +track seem louder by amplifying the frequencies that the human ear +finds hard to hear. Frequencies in the vocal range are unaffected, +since the human ear picks these up very easily. + +\item \textbf{Auto Volume (Recorder only)} +Auto volume is a feature that automatically lowers the volume on loud +parts, and then slowly restores the volume to the previous level over a +time interval. That time interval is configurable here. Short values +like 20ms are useful for ensuring a constant volume for in car use and +other applications where background noise makes a constant loudness +desirable. A longer timeout means that the change in volume back to +the previous level will be smoother, so there will be less sharp +changes in volume level. + +\item \textbf{Super Bass (Recorder Only)} +This setting changes the threshold at which bass frequencies are +affected by the \textbf{Loudness} setting, making the sound of drums +and bass guitar louder in comparison to the rest of the track. This +setting only has an effect if \textbf{Loudness} is set to a value +larger than 0dB. + +\item \textbf{MDB {}- Micronas Dynamic Bass (Recorder Only)} +The rest of the parameters on this menu relate to the Micronas Dynamic +Bass (MDB) function. This is designed to enable the user to hear bass +notes that the headphones and/or speakers are not capable of +reproducing. Every tone has a fundamental frequency (the ``main tone'') and also several harmonics, which are related to that tone. The human brain has a +mechanism whereby it can actually infer the presence of bass notes from +the higher harmonics that they would generate.\\ + +The practical upshot of this is that MDB produces a more authentic +sounding bass by tricking the brain in believing it's +hearing tones that the headphones or speakers aren't +capable of reproducing. Try it and see what you think.\\ + +The MDB parameters are as follows. + +\begin{itemize} +\item \textbf{MDB enable: } This turns the MDB feature on or off. For many +users this will be the only setting they need, since Rockbox picks +sensible defaults for the other parameters. MDB is turned off by +default. +\item \textbf{MDB strength:} How loud the harmonics generated by the MDB will +be. +\item \textbf{MDB Harmonics}: The percentage of the low notes that is +converted into harmonics. If low notes are causing speaker distortion, +this can be set to 100\% to eliminate the fundamental completely and +only produce harmonics in the signal. If set to 0\% this is the same +as turning the MDB feature off. +\item \textbf{MDB Centre Frequency: }The cutoff frequency of your headphones or speakers. This is usually given in the specification for the headphones/speakers. +\item \textbf{MDB shape: }It is recommended that this parameter be set to 1.5 +times the centre frequency.\\ + +This is the frequency up to which harmonics are generated. Some of the +lower fundamentals near the cut{}-off range +will have their lower harmonics cut off, since they will be below the +range of the speakers. Fundamentals between the +cut{}-off frequency and the lower frequency will have their harmonics proportionally boosted to compensate and restore the 'loudness' of these +notes.\\ + +For most users, the defaults should provide an improvement in sound +quality and can be safely left as they are. For reference, the +defaults Rockbox uses are: + + +\begin{tabular}[c]{|p{4.5290003cm}|p{1.56cm}|} +\hline +{\centering\bfseries\itshape +Setting +\par} +& +{\centering\bfseries\itshape +Value +\par} +\\\hline +{\centering\upshape +MDB Strength +\par} +& +50dB +\\\hline +{\centering\upshape +MDB Harmonics +\par} +& +48\% +\\\hline +{\centering\upshape +MDB Centre Frequency +\par} +& +60Hz +\\\hline +{\centering\upshape +MDB Shape +\par} +& +90Hz +\\\hline +\end{tabular} + +\end{itemize} +\end{itemize} + +\section{\label{ref:GeneralSettings}General Settings} +{\centering\mdseries\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=3.822cm,height=2.184cm]{images/rockbox-manual-img34.png} + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.667cm,height=1.963cm]{images/rockbox-manual-img35.png} + \newline +Recorder general settings Player general settings +\par} + +\subsubsection{\label{ref:PlaybackOptions}Playback Options} +This menu is for configuring settings related to MP3 playback + +\begin{itemize} +\item \textbf{Shuffle} +Select shuffle ON/OFF. This alters how Rockbox will select which next +song to play. +\item \textbf{Repeat} +Repeat modes are Off/One/All. ``Off'' means no +repeat. ``One'' means repeat one track over +and over. ``All'' means repeat playlist/directory. +\item \item{Play Selected First } +This setting controls what happens when you press PLAY on a file in a +directory and shuffle mode is on. If this setting is Yes, the file you +selected will be played first. If this setting is No, a random file in +the directory will be played first. +\item \textbf{Resume} +Sets whether Rockbox will resume playing at the point where you shut +off. Options are: Ask/Yes/No/Ask once. +``Ask'' means it will ask at boot time. ``Yes'' means it will unconditionally try to resume. ``No'' means it will not resume. ``Ask once'' will erase the resume info if you answer no, and thus not ask you again. +\item \textbf{FFwd / Rewind} +Two options are available at this point + +\begin{itemize} +\item \textbf{FF/RW Min Step} +The smallest step, in seconds, you want to fast forward or rewind in a +track. +\item \textbf{FF/RW Accel} +How fast you want search (ffwd/rew) to accelerate when you hold +down the button. ``Off'' means no acceleration. ``2x/1s'' means double the +search speed once every second the button is held. ``2x/5s'' means double the search speed once every 5 seconds the button is held. +\end{itemize} + +\item \textbf{Anti{}-skip Buffer} +This setting is really ``extra anti{}-skip''. It lets you set +a timer for how many seconds earlier than normally necessary the disk +should spin up and start reading data. You don't need +this unless you shake and bump the unit a lot. Spinning up the disk +earlier than necessary naturally drains the batteries a little extra. +Most users will not need this setting. + +\item \textbf{Fade on Stop/Pause} +This setting enables and disables a fade effect when you pause +or stop playing a song. Fade is a progressive increase or reduction of +volume, from your set volume to 0, and vice versa. + +\item \textbf{ID3 tag priority} +ID3 tags in an MP3 file contain information about the artist, title, +album etc. of the track. This option controls whether Rockbox uses the information from ID3v2 tags in preference to that from ID3v1 tags when both types of tag are present. +\end{itemize} + +\subsection{File View} +This menu deals with options relating to how the file browser displays +files + +\begin{itemize} +\item \textbf{Sort Case Sensitive} +If this option is enabled files that start with a +lower case letter will appear after the files that start with an upper case letter have all been listed If disabled, then case will be ignored when sorting files. +\item \textbf{Sort Directories} +This option controls how Rockbox sorts folders. The default is to sort +them alphabetically. ``By date'' sorts them with the oldest folder +first. ``By newest date'' sorts them with the newest folder first. + +\item \textbf{Sort Files} +This option controls how Rockbox sorts files. In addition to the +options for directory sorting above, there is a ``By type'' option +which sorts files alphabetically by their type (such as .mp3) then +alphabetically within each type. + +\item \textbf{\label{ref:ShowFiles}Show Files} +Controls which files are displayed in the directory browser: + +\begin{itemize} +\item \textbf{Music: } +Only directories, .mp3, .mp2, .mpa and .m3u files +are shown. Extensions are strippe'd. Files anddirectories starting with . Or with the ``hidden'' flag set are hidden. +\item \textbf{Playlists:} +Only shows directories and playlists, for +simplified navigation. +\item \textbf{Supported:} +All directories and files Rockbox understands (see page \pageref{ref:Supportedfileformats}) are shown. Files and directories starting with . or with the +``hidden'' flag set are hidden. +\item \textbf{All:} +All files and directories are shown. Extensions are shown. No files or +directories arehidden +\end{itemize} + +\item \textbf{Follow Playlist} +If Follow Playlist is set to ``Yes'', you will find yourself in the same +directory as the currently playing file if you go to the Directory +Browser from the WPS. If set to ``No'', you will stay in the same directory as you were last in. + +\item \textbf{Show Icons} +This indicates whether Rockbox will display an icon representing what +type a file is on the left of the file in the browser. For details of +these icons, please see page \pageref{ref:Supportedfileformats}. +\end{itemize} + +\subsection{\label{ref:Displayoptions}Display Options} + +\begin{itemize} +\item \textbf{Browse fonts} +Browse the fonts that reside in your \textbf{/.rockbox} directory. +Selecting one will activate it. See page \pageref{ref:Loadingfonts} for further details about fonts. + +\item \textbf{Browse WPS files} +Opens the file browser in the \textbf{/.rockbox} directory and displays +all .wps files. Selecting one will activate it, stop will exit back to +the menu.\\ + +For further information about the WPS see page \pageref{ref:WPS}. For +information about editing a .wps file see page \pageref{ref:ConfiguringtheWPS}. + +\item \textbf{LCD Settings} + +%\begin{itemize} +This submenu contains settings that relate to the display of the +Jukebox. +\item \textbf{Backlight:} +How long the backlight shines after a key +press. Set to OFF to never light it, set to ON to never shut it off or +set a preferred timeout period. +\item \textbf{Backlight on WhenPlugged:} +This option turns the backlight on constantly while the charger cable is connected. +\item \textbf{Caption Backlight:} This option turns the backlight on for +25 seconds either side of the start of a new track so that the display +can be read to see song information. +\item \textbf{Contrast:} Changes the contrast of your LCD display. +Warning: Setting the contrast too dark or too light can make it hard to +find this menu option again! +\item \textbf{LCD Mode} (Recorder only): This setting lets you invert +the whole screen, so now you get a black background and green text +graphics. +\item \textbf{Upside Down: }Displays the screen so that the top of the +display is nearest the buttons. This is sometimes useful when carrying +the Recorder in a pocket for easy access to the headphone socket. +\item \textbf{Line Selector: }Select this option to have a bar of +inverted text (``Bar'' option) mark the current line in the File +Browser rather than the default arrow to the left (``Pointer'' option). + This gives slightly more room for filenames. +%\end{itemize} + +\item \textbf{Scrolling} +This feature controls how text will scroll in Rockbox. You can configure +the following parameters: + +\begin{itemize} +\item \textbf{Scroll Speed:} +Controls how many times per second the scrolling text moves a step. +\item \textbf{Scroll StartDelay:} +Controls how many milliseconds Rockbox should wait before a new text begins scrolling. +\item \textbf{Scroll Step Size:} +Controls how many pixels the text scroll should move for each step. (Recorder/Ondio only) +\item \textbf{Bidirectional Scroll Limit: } +Rockbox has two different scroll methods, always scrolling the text to the left, and when the line has ended, beginning again at the start, or moving to the +left until you can read the end of the line, and scroll right until you +see the beginning again. Rockbox chooses which method it should use, +depending of how much it has to scroll left. This setting lets you tell +Rockbox where that limit is, expressed in percentage of line length. +\end{itemize} + +\item \textbf{Status/Scrollbar (Recorder only)} +Settings related to on screen status display and the scrollbar. + +\begin{itemize} +\item \textbf{Scroll Bar: }Enables or disables the scroll bar at the +left. +\item \textbf{Status Bar: }Enables or disables the status bar +at the upper side. +\item \textbf{Button Bar:} Enables or disables the button bar prompts +for the F keys at the bottom of the screen. +\item \textbf{Volume Display:} Controls whether the volume is displayed +as a graphic or a numerical percentage value on the Status Bar. +\item \textbf{Battery Display: }Controls whether the battery charge +status is displayed as a graphic or numerical percentage value on the +Status Bar. +\end{itemize} + +\item \textbf{Peak Meter (Recorder only) } +The peak meter can be configured with a number of parameters. (For a description of the peak meter see page \pageref{ref:Peakmeter}.) + +\begin{itemize} +\item \textbf{Peak Release:} +This determines how fast the bar shrinks when the music becomes softer. +Lower values make the peak meter look smoother. +\item \textbf{Peak Hold Time:} +Specifies the time after which the peak indicator will reset. If you set this value e.g. to 5s then the peak indicator displays the loudest volume value +that occurred within the last 5 seconds. Big values are good if you +want to find the peak level of a song, which might be of interest when +copying music from the jukebox via the analogue output to some other +recording device. +\item \textbf{Clip Hold Time:} +How long the clipping indicator will be visible after clipping was detected +\item \textbf{Performance:} +In high performance mode, the peak meter is updated as often as possible. This reduces the chance of missing a peak value, making the peak meter more precise. In energy save mode the peak meter is updated just often enough to look fluid. +This reduces the load on the CPU and thus saves a little bit of energy. If you crave every second of runtime for your jukebox or simply use the peak meter as a screen effect, the use of energy save mode is recommended. If you want to use +the peak meter as a measuring instrument you'll want to use high performance mode. +\item \textbf{Scale:} +Select whether the peak meter displays linear or logarithmic values. In +``dB'' (decibel) scale the volume values are scaled logarithmically. +This very similar to the perception of loudness. The volume meters of +digital audio devices usually are scaled this way. If you are +interested in the power level that is applied to your headphones you +should choose ``linear'' display. Unfortunately this value +doesn't have real units like volts or watts since that +depends on the phones. So they can only be displayed as percentage +values. +\item \textbf{Minimum and maximum range:} These two options define the +full value range that the peak meter displays. Recommended values for +dbFs are {}-40 for min. and 0 for maximum. For linear display, use 0 +and 100\%. Note that {}-40 dbFs is approximately 1\% in linear value, +but if you change the minimum setting in linear mode slightly and then change to dbFs there will be a large change. You can use these values for +'zooming' into the peak meter. +\end{itemize} +\end{itemize} + +\subsubsection{\label{ref:SystemOptions}System Options} + +\begin{itemize} +\item \textbf{Battery} +Options relating to the batteries in the Jukebox unit. +\begin{itemize} +\item \textbf{Battery Capacity} can be used to tell the Jukebox what +capacity (in mAh) of battery is being used inside it. The default is +1500mAh for NiMH battery based units, and 2300mAh for LiOn battery +based units, which is the capacity value for the standard batteries +shipped with these units. This value is used for calculating remaining +battery life. +\item \textbf{Deep discharge (Non{}-FM recorder only)} +Set this to ON if you intend to keep your charger connected for a long +period of time. It lets the batteries go down to 10\% before starting +to charge again. Setting this to OFF will cause the charging to restart +on 95\%. +\item \textbf{Trickle Charge (Non{}-FM recorder only)} +The Jukebox cannot be turned off while the charger is connected. +Therefore, trickle charge is needed to keep the batteries full after +charging has completed. For more in depth information about charging +see Battery FAQ in your \textbf{/.rockbox/docs }directory. +\end{itemize} + +\item \textbf{Disk} +Options relating to the hard disk. + +\begin{itemize} +\item \textbf{DiskSpindown:} +Rockbox has a timer that makes it spin down the hard disk after being idle for acertain time. You can modify this timeout here. This idle time is only +affected by user activity, like navigating through file browser. When +the hard disk spins up to fill mp3 buffer, it automatically spins down +afterwards. +\item \textbf{Disk Poweroff:}(non v2/FM{}-recorder only) +Whether the disk is powered OFF or only set to ``sleep'' when spun +down. Power off uses less power but takes longer to spin{}-up. +\end{itemize} + +\item \textbf{Time and Date (Recorder Only)} +Time related menu options. + +\begin{itemize} +\item \textbf{Set Time/Date: } +Set current time and date. +\item \textbf{Time Format: } +Choose 12 or 24 Hour clock. +\end{itemize} + +\item \textbf{\label{ref:idlepoweroff}Idle Poweroff} +Rockbox can be configured to turn off power after the unit has been idle +for a defined number of minutes. The unit is idle when playback is +stopped or paused. It is not idle while the USB or charger is +connected, or while recording. + +\item \textbf{Sleep Timer} +This option lets you power off your jukebox after playing for a given +time. This setting is reset on boot. Using this option disables the +\textbf{Wake up alarm} (see below). + +\item \textbf{Wake up alarm (Recorder v2/FM only)} +This option turns the Jukebox off and then starts it up again at the +specified time. This is most useful when combined with the Resume +setting in the Playback options set to ``Yes'', so that the Jukebox +wakes up and immediately starts playing music. Use LEFT and RIGHT to +adjust the minutes setting, UP and DOWN to adjust the HOURS. PLAY +confirms the alarm and shuts your Jukebox down, and STOP cancels +setting an alarm. If the Jukebox is turned on again before the alarm +occurs the alarm will be canceled. Using this option disables the \textbf{Sleep Timer} (see above). + +\item \textbf{Limits} +This submenu relates to limits in the Rockbox operating system. + +\begin{itemize} +\item \textbf{Max files in dir browser: }Configurable limit of files in +the directory browser (file buffer size). You can configure the size to +be between 50 and 10000 files in steps of 50 files. The default is 400, +higher values will shorten the music buffer.\\ + +Note: the device must be rebooted for settings to take effect! +\item \textbf{Max playlist size: }Option to configure the maximum size +of a playlist. The playlist size can be between 1000 and 20000 files in +steps of 1000. By default it is 10000. Higher values will shorten the +music buffer.\\ + +Note: the device must be rebooted for settings to take effect! +\end{itemize} + +\item \textbf{Car Adapter Mode} +This option turns on and off the car ignition auto stop +function. + +When using the Jukebox in a car, car adapter mode automatically stops +playback on the Jukebox when power (i.e. from cigarette lighter power +adapter) to the external DC in jack is turned off. + +When the external power off condition is detected, the Car Adapter Mode +function only pauses the playback. In order to shut down the Jukebox +completely the \textbf{Idle Poweroff} function (see above) must also be +set. + +If power to the DC in jack is turned back on before the \textbf{Idle +Poweroff} function has shut the Jukebox off, playback will be resumed +5 seconds after the power is applied. This delay is to allow for the +time while the car engine is being started. Once the Jukebox is shut +off either manually, or automatically with the \textbf{Idle Poweroff +}function, it must be powered up manually to resume playback. + +\item \textbf{Line In (Player only)} +This option activates the line in port on Jukebox Player, which +is off by default. + +This is useful for such applications as: +\begin{itemize} +\item Game boy {}-{\textgreater} Jukebox {}-{\textgreater} human +\item laptop {}-{\textgreater} Jukebox {}-{\textgreater}human +\item LAN party computer {}-{\textgreater} Jukebox {}-{\textgreater} human +\end{itemize} + +\item \textbf{Manage settings} +This submenu deals with loading and saving settings. + +\begin{itemize} +\item \textbf{Browse .cfg Files: } +This displays a list of configuration +(.cfg) files stored in the \textbf{/.rockbox} system directory. This +is useful if the Jukebox is plugged into more than one different output +device (e.g. headphones, computer, car stereo, hi{}-fi) so that a settings file can be maintained for each. +\item \textbf{Browse Firmwares:} This displays a list of firmware (.mod +for Players and .ajz for Recorders) file in the \textbf{/.rockbox} system directory. Playing a firmware file loads it into memory. Thus it is possible to +run the original Archos firmware or a different version of Rockbox from +here assuming that you have the right files installed on your disk. +\item \textbf{Reset Settings: }This wipes the saved settings in the +Jukebox and resets all settings to their default values. +\item \textbf{Write .cfg file: }Saves the current settings into a .cfg +file for later use with \textbf{Browse .cfg Files} above. +\end{itemize} + +\end{itemize} + +\subsubsection{\label{ref:Bookmarkconfigactual}Bookmarking} + +\begin{itemize} +\item \textbf{Bookmark on Stop} +Write a bookmark to the disk whenever the stop key is pressed. If +playback is stopped it can be resumed easily at a later time. The +\textbf{Resume} function remembers your position in the most +recently accessed track regardless of this setting. +\item \textbf{Load Last Bookmark} +When this is on, Rockbox automatically returns to the position of the +last bookmark within a file when it is played. If set to Ask, Rockbox +will ask the user whether they want to start from the beginning or the +bookmark. When set to no, playback always starts from the beginning +and the Bookmark file must be played or \textbf{Load Bookmark} selected +from the \textbf{Bookmarks} submenu of the Main Menu while the file is +playing. +\item \textbf{Maintain a list of Recently Used Bookmarks} +If this option is turned on, Rockbox will store a list of Bookmarks that +have been accessed recently. This is then accessible from the +\textbf{Recent Bookmarks} option of the \textbf{Bookmarks} submenu of +the Main Menu. +\end{itemize} + +\subsection{\label{ref:Language}Language} +This setting controls the language of the Rockbox user interface. +Selecting a language will activate it. The language files must be in +the \textbf{/.rockbox/lang/} directory. + +See page \pageref{ref:Loadinglanguages} for further details about +languages. + +\subsection{Voice} + +\begin{itemize} +\item \textbf{Voice Menus} +This option turns on the Voice User Interface, which will read out menu items and settings as they are selected by the cursor. In order for this to work, a voice file must be present in the \textbf{/.rockbox/lang/} directory on the recorder. Voice files are large (1.5MB) and are not shipped with Rockbox by +default. + +The voice file is the name of the language for which it is made, +followed by the extension .voice. So for English, the file name would +be \textbf{english.voice}. + +This option is on by default. It will do nothing unless the appropriate +.voice file is installed in the correct place on the Jukebox. + +\begin{itemize} +\item \textbf{Limitations} +\begin{itemize} +\item Setting the Sound Option \textbf{Channels} to ``karaoke'' may +disable voice menus. +\item Plugins and the wake up alarm do not support voice features. +\end{itemize} + +\item \textbf{Voice Directories} +This option turns on the speaking of directory names. The Jukebox is +not powerful enough to produce these voices in real time, so a number of options are available. + +\begin{itemize} +\item \textbf{.talk mp3 clip: } +Use special pre{}-recorded MP3 files (\textbf{\_dirname.talk}) in each directory. These must be generated in advance, and are typically produced synthetically using a text to speech engine on a PC. If no such file exists, the output is as for the ``numbers'' option below. +\item \textbf{Spell: } +Speak the directory name by spelling it out letter +by letter. Support is provided only for the most common letters and +punctuation. +\item \textbf{Numbers: } +Each directory is assigned a number based upon its position in the file list. They are then announced as ``Directory 1'', ``Directory 2'' etc. +\item \textbf{Off: } +No attempt will be made to speak directory names. +\end{itemize} + +\item \textbf{Voice Filenames} +This option turns on the speaking of directory names. The options +provided are ``Spell'', ``Numbers'', and ``Off'' which function the same as for \textbf{Voice Directories} and ``.talk mp3 clip'', which functions as above except that the files are named with the same name as the music file (e.g. \textbf{Punkadiddle.mp3 } would require a file called \textbf{Punkadiddle.mp3.talk}). +\end{itemize} +\end{itemize} +See +\url{http://www.rockbox.org/twiki/bin/view/Main/VoiceHowto} for more details on configuring speech support in Rockbox. + diff --git a/manual/getting_started/archos_choice.tex b/manual/getting_started/archos_choice.tex new file mode 100644 index 0000000000..1c3944455b --- /dev/null +++ b/manual/getting_started/archos_choice.tex @@ -0,0 +1,139 @@ +\section{Before installation} + +Before you install Rockbox, you will need to know what model of Archos +Jukebox you own. Rockbox comes in different versions depending on the +model of your Jukebox. There are six different versions of the +software. The table below will help you to identify which version of +the software you need. + +The model name is printed on the case. The hard drive size is listed on +the serial number sticker on the back of the unit. + +\begin{minipage}{16.589cm} +\begin{center}\begin{tabular}{|p{1.846cm}|p{5.6280003cm}|p{6.053cm}|p{2.195cm}|} +\hline +{\centering\bfseries\itshape +\label{ref:Jukeboxtypetable}Picture +\par} +& +{\centering\bfseries\itshape +DISK size +\par} +& +{\centering\bfseries\itshape +Model Name +\par} +& +{\centering\bfseries\itshape +Version Name +\par} +\\\hline + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=2.117cm,height=2.858cm]{images/rockbox-manual-img2.jpg} + +& +{\centering +5GB, 6GB, 10GB, 20GB +\par} +& +{\centering +Jukebox 5000,\newline +Jukebox 6000,\newline +Jukebox Studio 10,\newline +Jukebox Studio 20 +\par} +& +{\centering +player +\par} +\\\hline + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=2.117cm,height=2.822cm]{images/rockbox-manual-img3.jpg} + +& +{\centering +6GB, 10GB, 15GB, 20GB +\par} +& +{\centering +Jukebox Recorder 6,\newline +Jukebox Recorder 10,\newline +Jukebox Recorder 15,\newline +Jukebox Recorder 20 +\par} +& +{\centering +recorder +\par} +\\\hline + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=2.117cm,height=2.893cm]{images/rockbox-manual-img4.jpg} + +& +{\centering +20GB +\par} +& +{\centering +Jukebox Recorder v2 +\par} +& +{\centering +recorderv2 +\par} +\\\hline + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=2.117cm,height=2.893cm]{images/rockbox-manual-img5.jpg} + +& +{\centering +20GB +\par} +& +{\centering +Jukebox Recorder FM +\par} +& +{\centering +fmrecorder +\par} +\\\hline + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=2.12cm,height=2.889cm]{images/rockbox-manual-img6.jpg} + +& +{\centering +128MB\newline +(flash) +\par} +& +{\centering +Ondio 128 SP +\par} +& +{\centering +ondiosp +\par} +\\\hline + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=2.117cm,height=2.893cm]{images/rockbox-manual-img7.jpg} + +& +{\centering +128MB\newline +(flash) +\par} +& +{\centering +Ondio 128 FM +\par} +& +{\centering +ondiofm +\par} +\\\hline +\end{tabular}\end{center} +\end{minipage}Please note that Rockbox does not run on the Archos +Jukebox Multimedia or any Archos MP3 player products other than those +mentioned here. + diff --git a/manual/getting_started/main.tex b/manual/getting_started/main.tex new file mode 100644 index 0000000000..276f2a87a1 --- /dev/null +++ b/manual/getting_started/main.tex @@ -0,0 +1,112 @@ +\chapter{Getting started} +\newpage +\section{Welcome} +This is the manual for Rockbox. Rockbox is a replacement firmware for the +Jukebox Studio, Recorder and Ondio players made by Archos, the H120/140 +players from iRiver and the Apple iPod Nano etc. It is a complete rewrite of +the software used to make the PDA play and record music, and contains many +features and enhancements not available in the original firmware supplied by +the manufacturer. Among the things that Rockbox has to offer are the +following: + +\begin{itemize} +\item Faster loading than the \playername firmware +\item Uninterrupted playing of MP3 files {--} skipping is very rare +\item More control over how your music is played +\item Built in viewers for several common file types +\item Sophisticated plugin system that allows the Jukebox to run games, +a calendar, a clock, and many other applications. +\item Totally removable. (Removal of Rockbox before returning the +Jukebox for repair under warranty is advised.) +\item Optional voice user interface for complete control without looking +at the screen +\end{itemize} +Rockbox is a complete from scratch rewrite of the \playername software and +uses no fragments of the original firmware. Not only is it free to +use, it's also released under the GNU public license, +which means that it will always remain free to both use and to change. + +\opt{OndioSP,OndioFM}{Although Rockbox also runs on the Archos Ondio series of +flash based MP3 players, this is a recent development, which is not covered +fully in this manual. Most of this manual will, however, apply equally to +Rockbox on the Ondio Jukeboxes. For more details on the Ondio port, please +see the web page: +\url{http://www.rockbox.org/twiki/bin/view/Main/ArchosOndio}.} + +\section{Getting more help} + +This manual is intended to be a comprehensive introduction to the Rockbox +software. There is, however, more help available. The Rockbox website at +\url{http://www.rockbox.org/}contains very extensive documentation and guides +written by members of the Rockbox community and this should be your first port +of call when looking for further help. + +\opt{Archos}{\input{chapter1/archos_choice}} + + +\section{Downloading Rockbox} + +The latest release of the Rockbox software will always be available from +\url{http://www.rockbox.org/download/}. + Windows users may wish to download the self{}-extracting Windows +installer, which works for all Jukebox models, but those wishing to +install manually or using a different operating system should choose +the .zip archive containing the firmware for their model of the +Jukebox. + +\section{Installing Rockbox} + +Using the Windows self installing executable to install Rockbox is the easiest +method of installing the software on your Jukebox. Simply follow the +on{}-screen instructions and select the appropriate drive letter and Jukebox +model when prompted. You can use ``Add / Remove Programs'' to uninstall the +software at a later date. + +For non{}-Windows users and those wishing to install manually from the archive +the procedure is still fairly simple. Connect your \playername to the computer +via USB as described in the manual that came with your \playername. On Windows, +the \playername drive will appear as a drive letter in your ``My Computer'' +folder. Take the file that you downloaded above, and unpack its contents to +your \playername drive. You can do this using a program such as +\url{http://www.info-zip.org/} or \url{http://www.winzip.org/}. + +You will need to unpack all of the files in the archive onto your hard +disk. If this has been done correctly, you will have a file called +\opt{PS}{\fname{archos.mod}} +\opt{Rec,Rec2,FMRec}{\fname{ajbrec.ajz}} +\opt{H120,H340}{\fname{rockbox.iriver}} +in the main folder of your \playername drive, and also a folder called +/\fname{.rockbox}, which contains a number of system files used by the +software. + +\section{Enabling Speech Support (optional)} + +If you wish to use speech support you will also need a language file, +available from +\url{http://www.rockbox.org/twiki/bin/view/Main/VoiceFiles/}. + For the English language, the file is called \fname{english.voice}. +When it has been downloaded, unpack this file and copy it into the +\fname{lang} folder which is inside the /\fname{.rockbox} folder on +your Jukebox. Voice menus are turned on by default. See page +\pageref{ref:Voiceconfiguration} for details on voice settings. + + +\section{Running Rockbox} + +Remove your Jukebox from the computer's USB port. +Unplug any connected power supply and turn the unit off. When you next +turn the unit on, the Jukebox firmware will start to load, and then it +will load Rockbox for you. When you see the Rockbox splash screen, +Rockbox is loaded and ready for use. + +\section{Uninstalling Rockbox} + +If you would like to go back to using the +original \playername software, then connect the \playername up to your computer, +and delete the +\opt{PS}{\fname{archos.mod}} +\opt{Rec,Rec2,FMRec}{\fname{ajbrec.ajz}} +\opt{H120,H340}{\fname{rockbox.iriver}} +If you wish to clean up your disk, you may also wish to delete the +\fname{.rockbox} folder and its contents. Turn the \playername off and on and +the normal \playername software will load. diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex new file mode 100644 index 0000000000..f02227a10d --- /dev/null +++ b/manual/main_menu/main.tex @@ -0,0 +1,492 @@ +\chapter{The Main Menu} +\newpage + +\section{Introducing the Main Menu} +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=2.371cm]{images/rockbox-manual-img24.png} + \textmd{ } [Warning: Image ignored] +% Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=1.951cm]{images/rockbox-manual-img25.png} + \newline +Recorder main menu Player main menu +\par} + +This is the screen from which the rest of the +Rockbox functions can be accessed. It is used for a variety of +functions, which are detailed below. You can access the Rockbox main +menu by pressing MENU (player/studio version) or F1 (recorder version) +key. All options in Rockbox can be controlled via this menu. Some of +them can also be found in the Quick Menus (recorder version only). + +All settings are persistently stored on the unit. However, Rockbox does +not spin up the disk solely for the purpose of saving settings, but +instead will save them when it spins up the disk the next time, for +example when refilling the MP3 buffer or navigating through the file +browser. Changes to settings may therefore not be saved unless the +Jukebox is shut down safely (see page \pageref{ref:Safeshutdown}). + +The two settings menus are covered in detail starting on page \pageref{ref:Part4}. + All the other options on the main menu are explained here. + +Navigating through the menu: + +\subsection{Recorder} + +\begin{tabular}[c]{|p{3.27cm}|p{13.318cm}|} +\hline +{\centering\bfseries\itshape +KEY +\par} +& +{\centering\bfseries\itshape +ACTION +\par} +\\\hline +{\centering +UP +\par} +& +Moves up in the menu. Inside a setting, increases the value or chooses +next option +\\\hline +{\centering +DOWN +\par} +& +Moves down in the menu. Inside a setting, decreases the value or chooses +previous option +\\\hline +{\centering +PLAY/RIGHT +\par} +& +Selects option +\\\hline +{\centering +OFF/LEFT +\par} +& +Exits menu, setting or moves to parent menu +\\\hline +\end{tabular} +\subsection{Player} + +\begin{tabular}[c]{|p{3.27cm}|p{13.317cm}|} +\hline +{\centering\bfseries\itshape +KEY +\par} +& +{\centering\bfseries\itshape +ACTION +\par} +\\\hline +{\centering +MINUS +\par} +& +Selects previous option in the menu. Inside an setting, decreases the +value or chooses previous option +\\\hline +{\centering +PLUS +\par} +& +Selects next option in the menu. Inside an setting increases the value +or chooses next option +\\\hline +{\centering +PLAY +\par} +& +Selects item +\\\hline +{\centering +STOP +\par} +& +Exit menu, setting or moves to parent menu. +\\\hline +\end{tabular} + +\section{\label{ref:Recording}Recording (Recorder, Ondio FM)} +\subsection{\label{ref:Whilerecordingscreen}While Recording Screen} +{\centering\itshape +Recording Screen Recording F2 screen Recording F3 screen +\par} + +\begin{center} + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=2.371cm]{images/rockbox-manual-img26.png} + +\end{center} +\begin{center} + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=2.371cm]{images/rockbox-manual-img27.png} + +\end{center} +\begin{center} + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=2.371cm]{images/rockbox-manual-img28.png} + +\end{center} +Entering the ``Recording'' option in the Main menu launches the +recording application. The screen shows the time elapsed and the size +of the file being recorded. A peak meter is present to allow you set +Gain correctly. The frequency, channels and quality settings are shown +on the last line. + +The controls for this screen are: + +\begin{tabular}[l]{|p{2.033cm}|p{14.603001cm}|} +\hline +{\centering\bfseries\itshape +BUTTON +\par} +& +{\centering\bfseries\itshape +FUNCTION +\par} +\\\hline +{\centering +LEFT +\par} +& +Decreases Gain +\\\hline +{\centering +RIGHT +\par} +& +Increases Gain +\\\hline +{\centering +PLAY +\par} +& +Starts recording. While recording, button closes the current file and +opens a new one\newline +(while recording) Pauses / restarts recording +\\\hline +{\centering +STOP +\par} +& +Exits Recording Screen\newline +(while recording) Stop recording +\\\hline +{\centering +F1 +\par} +& +Opens Recording Settings screen (see below) +\\\hline +{\centering +F2 +\par} +& +Quick menu for recording settings. A quick press will leave the screen +up (press F2 again to exit), while holding it will close the screen +when you release it. +\\\hline +{\centering +F3 +\par} +& +Quick menu for source setting. Quick/hold works as for F2.\newline +(while recording) Start a new recording file +\\\hline +\end{tabular} + + +\subsubsection{\label{ref:Recordingsettings}Recording Settings} +\begin{itemize} +\item \textbf{Quality} +Choose the quality here (0 to 7). Default is 5, best quality is 7, +smallest file size is 0. This setting effects how much your sound +sample will be compressed. Higher quality settings result in larger +MP3 files. + +The quality setting is just a way of selecting an average bit rate, or +number of bits per second, for a recording. When this setting is +lowered, recordings are compressed more (meaning worse sound quality), +and the average bitrate changes as follows. +\end{itemize} + +\begin{center}\begin{tabular}{|p{4.598cm}|p{8.051001cm}|} +\hline +{\centering\bfseries\itshape +FREQUENCY +\par} +& +{\centering\bfseries\itshape +BITRATE (Kbit/s) {}- quality 0{}-{\textgreater}7 +\par} +\\\hline +{\centering +44100Hz stereo: +\par} +& +75, 80, 90, 100, 120, 140, 160, 170 +\\\hline +{\centering +22050Hz stereo +\par} +& +39, 41, 45, 50, 60, 80, 110, 130 +\\\hline +{\centering +44100Hz mono +\par} +& +65, 68, 73, 80, 90, 105, 125, 140 +\\\hline +{\centering +22050Hz mono +\par} +& +35, 38, 40, 45, 50, 60, 75, 90 +\\\hline +\end{tabular}\end{center} + +\begin{itemize} +\item \textbf{Frequency} +Choose the recording frequency (sample rate) {}- 48kHz, 44.1kHz, +32kHz (MPEG version 1), and 24kHz, 22.05kHz, 16kHz (MPEG version 2) are +available. Higher sample rates use up more disk space, but give better +sound quality. This setting determines which frequency range can +accurately be reproduced during playback. Lower frequencies produce +smaller files, for two reasons. The amount of data to be compressed is +smaller and the data is easier to compress, since higher frequencies +are not present. The frequency setting also determines which version +of the MPEG standard sound is recorded using. + +\item \textbf{Source} +Choose the source of the recording. This can be microphone, line in, +or SPDIF (digital). For recording from the radio on the FM recorder, +see page \pageref{ref:FMradio} below. + +Note: you cannot change the sample rate for digital recordings. + +\item \textbf{Channels} +This allows you to select mono or stereo recording. Please note that +for mono recording, only the left channel is recorded. Mono recordings +are usually somewhat smaller than stereo. + +\item \textbf{Independent Frames} +The independent frames option tells the Jukebox to encode with the bit +reservoir disabled, so the frames are independent of each other. This +makes a file easier to edit. + +\item \textbf{Time Split} +This option is useful when timing recordings. If set to active it stops +a recording at a given interval and then starts recording again with a +new file., which is useful for long term recordings. + +The splits are seamless (frame accurate), no audio is lost at the split +point. The break between recordings is only the time required to stop +and restart the recording, on the order of 2{}-4 seconds. + +Options (hours:minutes between splits): off, 24:00, 18:00, 12:00, 10:00, +8:00, 6:00, 4:00, 2:00, 1:20 (80 minute CD), 1:14 (74 minute CD), +1:00, 00:30, 00:15, 00:10, 00:05. +\item \textbf{Prerecord Time} +This setting buffers a small amount of audio so that when the +record button is pressed, the recording will begin from that number of +seconds earlier. This is useful for ensuring that a recording begins +before a cue that is being waited for.\\ + +Options: Off, 1{}-30 seconds +\end{itemize} + +\section{\label{ref:FMradio}FM Radio (FM recorder Ondio FM)} +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=2.371cm]{images/rockbox-manual-img29.png} + \newline +FM radio screen +\par} + +This menu option switches to the radio screen. + +The keys are: + +\begin{tabular}[l]{|p{3.211cm}|p{13.424cm}|} +\hline +{\centering\bfseries\itshape +BUTTON +\par} +& +{\centering\bfseries\itshape +FUNCTION +\par} +\\\hline +{\centering +LEFT, RIGHT +\par} +& +Change frequency in 0.1 MHz steps. For automatic station seek, hold +LEFT/RIGHT for a little longer. +\\\hline +{\centering +UP, DOWN +\par} +& +Change volume +\\\hline +{\centering +PLAY +\par} +& +\textcolor{black}{(EXPERIMENTAL) } freezes all +screen updates, may enhance radio reception in some cases. +\\\hline +{\centering +ON +\par} +& +Leave the radio screen with the radio playing +\\\hline +{\centering +OFF +\par} +& +Back to main menu +\\\hline +\end{tabular} +The FM radio has the ability to record and to remember station frequency +settings (presets). + +\begin{itemize} + +\item \textbf{Saving a preset} +You can save your favourite stations in the 32 +presets. Press F1 to go to the menu, then select +``Save preset''. Enter the name (maximum number +of characters is 32). + +\item \textbf{Selecting a preset} +Press F2 to go to the preset list. Use UP and DOWN to move the cursor +and then press PLAY to select. Use LEFT to leave the preset without +selecting anything. + +\item \textbf{Removing a preset} +Press F1 to go to the menu, then select ``Remove preset''. + +\item \textbf{Recording} +Press F3 to start recording the currently playing station. Press OFF to +stop recording. Press PLAY again to seamlessly start recording to a new +file. The settings for the recording can be changed in the F1 menu +before starting the recording. See page \pageref{ref:Recordingsettings} +for details of recording settings. + +Note: The radio will turn off when playing an MP3. +\end{itemize} + +\section{\label{ref:Bookmarkconfig}\label{ref:Bookmarkmenu}Bookmarks} +The bookmarks menu allows you to create and manage bookmark files. + +\begin{itemize} + +\item \textbf{Create Bookmark} +While playing a track, use this option to save your current position +within the track so that you can return to it at a later time. +Bookmarks are saved on a per folder basis i.e. all of the files in the +same folder have their bookmarks stored together. You can store +multiple bookmarks for the same track. + +\item \textbf{List Bookmarks} + +% Unhandled or unsupported graphics: +%\includegraphics[width=4.098cm,height=2.341cm]{images/rockbox-manual-img30.png}% Unhandled or unsupported graphics: +%\includegraphics[width=4.669cm,height=2.006cm]{images/rockbox-manual-img31.png} +Recorder bookmark browser Player bookmark browser + +While playing a track, use this option to return to any bookmark in the current folder. The bookmark browser +screen (shown above) is now displayed. Use the UP and DOWN keys +(recorder) or MINUS and PLUS keys (player) to navigate between +bookmarks. Press PLAY to jump to a bookmark, ON+PLAY to delete a +bookmark or STOP/OFF to exit the browser. + +\item \textbf {Recent bookmarks} +If the ``save a list of recently created bookmarks'' option is enabled +then you can view a list of several recent bookmarks here and select +one to jump straight to that track. This option is off by default. +See page \pageref{ref:Bookmarkconfigactual} for more details on +configuring bookmarking in Rockbox. + +\end{itemize} + +\section{\label{ref:playlistoptions}Playlist Options} +This menu allows you to work with playlists. +Playlists can either be created automatically by playing a file in +a directory directly, which will cause all of the files in that +directory to be placed in the playlist, or they can be created by hand +using the File Menu (see page \pageref{ref:Filemenu}) +or using the Playlist Options menu. Both automatic and manually +created playlists can be edited using this menu. + +\begin{itemize} +\item \textbf{Create Playlist} +Rockbox will create a playlist with all tracks in the current directory and all subdirectories. The playlist will be created one folder level ``up'' from +where you currently are. + +\item \textbf{View Current Playlist} +Displays the contents of the playlist currently stored in memory. + +\item \textbf{Save Current Playlist} +Saves the current dynamic playlist, excluding queued tracks, to the +specified file. If no path is provided then playlist is saved to +current directory (see page \pageref{ref:Playlistsubmenu}). + +\item \textbf{Recursively Insert Directories} +If set to ON then when you insert/queue a directory in Dynamic Playlist, +all subdirectories will also be inserted. If set to ASK then you are +prompted about recursive insertion when inserting a directory. +\end{itemize} + +\section{Browse Plugins} +With this option you can load and run various plugins that have been +written for Rockbox.\\ + +A detailed description of the different plugins begins on page \pageref{ref:Part5}. + +\section{\label{ref:Info}Info} +This option shows MP3 ram buffer size, battery voltage level and +estimated time remaining, disk total space and disk free space. + +On players use the MINUS and PLUS keys to step through several pages of +information. + +\begin{itemize} + +\item \textbf{Show ID3 info} +This is an alternative way to access the ID3 viewer. See page +\pageref{ref:ID3viewer} for details on the ID3 viewer. + +\item \textbf{Rockbox Info} +Displays some basic system information. This is, from top to bottom, +the amount of memory Rockbox has available for storing music (the +buffer), battery status, hard disk size and the amount of free space on +the disk. + +\item \textbf{Version} +Software version and credits display. + +\item \textbf{Debug (Keep Out!)} +This submenu is intended to be used only by Rockbox developers. It shows +hardware, disk, battery status and a lot of other information. It is +not recommended that users access this menu unless instructed to do so +in the course of fixing a problem with Rockbox. In particular the +``Dump ROM Contents'', ``View/clear RTC RAM'' and +``Screenshot'' and ``Sound test'' functions +should be treated with care. +\end{itemize} + +\section{Shutdown (Player)} +This menu option saves the Rockbox configuration and turns off the hard +drive before shutting down the machine. For maximum safety this +procedure is recommended when turning off the Jukebox. (There is a +very small risk of hard disk corruption otherwise.) See page +\pageref{ref:Safeshutdown} for more details. diff --git a/manual/rockbox.tex b/manual/rockbox.tex index d038b21f68..8f3b654fe0 100644 --- a/manual/rockbox.tex +++ b/manual/rockbox.tex @@ -12,12 +12,12 @@ \pagestyle{fancy} -\input{chapter1/getting_started.tex} -\input{chapter2/rockbox_interface.tex} -\input{chapter3/main_menu.tex} -\input{chapter4/configure_rockbox.tex} +\input{getting_started/main.tex} +\input{rockbox_interface/main.tex} +\input{main_menu/main.tex} +\input{configure_rockbox/main.tex} \input{chapter5/plugins.tex} -\input{chapter6/advanced_topics.tex} +\input{advanced_topics/main.tex} %\input{appendix.tex} %\appendix diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex new file mode 100644 index 0000000000..3e8e4de0d4 --- /dev/null +++ b/manual/rockbox_interface/main.tex @@ -0,0 +1,804 @@ +\chapter{\label{ref:PARTII}The Rockbox interface} +\clearpage +\section{Your Jukebox} +\begin{minipage}{16.554cm} +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=7.904cm,height=10.723cm]{images/rockbox-manual-img8.jpg} + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=7.87cm,height=10.703cm]{images/rockbox-manual-img9.jpg} + \newline +Jukebox Player Jukebox Recorder +\par} + +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=7.87cm,height=10.7cm]{images/rockbox-manual-img10.jpg} + \newline +Ondio 128 +\par} +\end{minipage} + +Throughout this manual, the buttons on the Jukebox are labelled +according to the pictures above. There are minor cosmetic differences +between Jukebox models, but the buttons are in approximately the same +position as on the picture.\\ + +To turn on a Jukebox containing Rockbox, hold down the ON key +for 2{}-3 seconds. (Flashed Jukeboxes only require a tap of the ON key +{--} see page \textup{\pageref{ref:FlashingRockboxReal}} for more +information about flashing Rockbox.) +\label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings and turns off the hard drive safely. To tell Rockbox to shut the Jukebox down, do the following: + +\begin{center}\begin{tabular}{|p{5.905cm}|p{10.558001cm}|} +\hline +{\centering\bfseries\itshape +model +\par} +& +{\centering\bfseries\itshape +POWER OFF +\par} +\\\hline +{\centering +V2 / FM RECORDER/ ONDIO +\par} +& +Hold the OFF key for 2{}-3 seconds +\\\hline +{\centering +V1 RECORDER +\par} +& +Double{}-tap the OFF key when playback is stopped +\\\hline +{\centering +PLAYER +\par} +& +From the Rockbox Main Menu select \textbf{Shutdown} +\\\hline +\end{tabular}\end{center} + +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.\\ + +For further details about connecting, charging and caring for your +Jukebox, please see the Archos manual that came with it. + +\section{\label{ref:PartIIFB}File Browser} +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=2.35cm]{images/rockbox-manual-img11.png} + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=1.981cm]{images/rockbox-manual-img12.png} + \newline +Recorder file browser Player file browser +\par} +The file browser helps you navigate through the files on your Jukebox, +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}). + +\subsection{\label{ref:PartIISectionCtrls}Controls} +\opt{Rec}{ +\begin{center}\begin{tabular}{|p{4cm}|p{10cm}|} +\hline +\tabelth{KEY} & \tabelth{FUNCTION} \\ \hline +% +\tabeltc{UP/DOWN} & +Go to previous/next item in list. If you are on the first/last entry, +the cursor will wrap to the last/first entry. \\ \hline +% +\tabeltc{ON+UP/DOWN} & +Move one page up/down on the list.\\ \hline +% +\tabeltc{LEFT} & Go to the parent directory. \\ \hline +% +\tabeltc{PLAY/RIGHT} & +Executes an action. Depending on the file type, that action may vary. +(See page \pageref{ref:Filemenu}) \\ \hline +% +\tabeltc{centering} & +If there is a MP3 playing, returns to the While Playing Screen (WPS) +without stopping playback. \\ \hline +% +\tabeltc{ON+PLAY/HOLD PLAY} & Enters the File Menu \\ \hline +% +\tabeltc{F1} & Switches to the Main Menu \\ \hline +% +\tabeltc{F2} & Switches to the Browse/Play Quick Menu \\ \hline +% +\tabeltc{F3} & Switches to the Display Quick Menu \\ \hline +% +\end{tabular}\end{center} +} +% +\opt{PS}{ +\begin{tabular}[c]{|p{4.314cm}|p{12.288cm}|} +\hline +{\centering\bfseries\itshape +KEY +\par} +& +{\centering\bfseries\itshape +FUNCTION +\par} +\\\hline +{\centering +MINUS/PLUS +\par} +& +Go to previous/next item in list. If you are on the first/last entry, +the cursor will wrap to the last/first entry. +\\\hline +{\centering +STOP +\par} +& +Go to the parent directory. +\\\hline +{\centering +PLAY +\par} +& +Executes an action. Depending on the file type, that action may vary. +(See page \pageref{ref:Filemenu}) +\\\hline +{\centering +ON +\par} +& +If there is a MP3 playing, returns to the While Playing Screen (WPS) +without stopping playback. +\\\hline +{\centering +ON+PLAY/HOLD PLAY +\par} +& +Enters the File Menu +\\\hline +{\centering +Menu +\par} +& +Switches to the Main Menu +\\\hline +\end{tabular} +The functions of the F keys are also summarised on the button bar at the +bottom of the screen. +} + + +\subsection{\label{ref:Filemenu}\label{ref:PartIISectionFM}File Menu} +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=2.35cm]{images/rockbox-manual-img13.png} + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=1.951cm]{images/rockbox-manual-img14.png} + \newline +Recorder file menu Player file menu +\par} + +This menu operates on the file that was selected in the browser at the +time ON+PLAY was pressed to enter it. It can also be accessed by +holding down the PLAY key for a short while. It offers the following +options: + +\begin{itemize} +\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 run the VBRfix plugin to recreate the +Xing header for an MP3 file, which can fix problems such as +fast{}-forward and rewind not working correctly on a particular MP3 file or the play time of a track being listed incorrectly. +\item \textbf{Playlist:} Change to the Playlist submenu (see below). +\item \textbf{Rename:} This function lets the user modify a file name. +\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. +\item \textbf{Delete Directory: }Deletes the folder pointed to by the cursor and all the files and folders contained in it. Use with caution. +\item \textbf{Create Directory:} Makes a new folder in the current folder on +the disk. +\end{itemize} + + +\subsection{\label{ref:Playlistsubmenu}Playlist Submenu} +If 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. + +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=2.35cm]{images/rockbox-manual-img15.png} + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=1.951cm]{images/rockbox-manual-img16.png} + \newline + Recorder playlist submenu Player playlist submenu +\par} + +This menu provides the following options: + +\begin{itemize} +\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. +\item \textbf{Insert next: }Add track(s) immediately after current playing +track, no matter what else has been inserted. +\item \textbf{Insert last: }Add track(s) to end of playlist. +\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}). +\item \textbf{Queue next:} Queue track(s) immediately after current playing +track. +\item \textbf{Queue last: }Queue track(s) at end of playlist. +\end{itemize} + +You 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. + +Note: The dynamic playlist is saved so resume will restore it exactly as +before shutdown. Stopped playlists can be resumed from File Browser by +pressing ON. + + + + +\subsection{Virtual Keyboard} +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.165cm,height=2.177cm]{images/rockbox-manual-img17.png} + \textmd{ } [Warning: Image ignored] +% Unhandled or unsupported graphics: +%\includegraphics[width=4.598cm,height=2.071cm]{images/rockbox-manual-img18.png} + \newline + Recorder keyboard Player Keyboard +\par} + +This is the virtual keyboard that is used when entering file names in +Rockbox. + +\opt{Rec}{ + +\begin{tabular}[c]{|p{3.8799999cm}|p{12.653cm}|} +\hline +{\centering\bfseries\itshape +KEY +\par} +& +{\centering\bfseries\itshape +FUNCTION +\par} +\\\hline +{\centering +ARROW KEYS +\par} +& +Move about the virtual keyboard (moves the solid cursor) +\\\hline +{\centering +ON+LEFT/RIGHT +\par} +& +Move about within the current file name (moves the line cursor) +\\\hline +{\centering +PLAY +\par} +& +Inserts the currently selected keyboard letter at the current filename +cursor position +\\\hline +{\centering +STOP +\par} +& +Exits the virtual keyboard without saving any changes +\\\hline +{\centering +ON +\par} +& +No action +\\\hline +{\centering +F1 +\par} +& +SHIFT: Shifts between the upper case, lower case and accented keyboards +\\\hline +{\centering +F2 +\par} +& +OK: Exits the virtual keyboard and saves any changer +\\\hline +{\centering +F3 +\par} +& +DEL: Deletes the character before the current filename cursor +\\\hline +\end{tabular} +} + + +\opt{PS}{ +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. + +\begin{center}\begin{tabular}{|p{3.86cm}|p{12.708cm}|} +\hline +{\centering\bfseries\itshape +KEY +\par} +& +{\centering\bfseries\itshape +FUNCTION +\par} +\\\hline +{\centering +MINUS/PLUS +\par} +& +Moves the arrow to/from the filename and changes between the character +bar and BACKSPACE, DELETE, ACCEPT and ABORT. +\\\hline +{\centering +PLAY/STOP +\par} +& +Varies (see below) +\\\hline +{\centering +ON +\par} +& +Nothing +\\\hline +{\centering +Menu +\par} +& +Shift. When the character selection bar is selected this changes +between upper case, lower case, and accented letters. +\\\hline +\end{tabular}\end{center} +The function of the PLAY and STOP buttons depends on what the arrow is +pointing to, as follows. + +\begin{center}\begin{tabular}{|p{4.243cm}|p{12.359cm}|} +\hline +{\centering\bfseries\itshape +SELECTED OPTION +\par} +& +{\centering\bfseries\itshape +PLAY/STOP FUNCTION +\par} +\\\hline +{\centering +filename +\par} +& +Moves the cursor left (STOP) or right (PLAY) within the filename +\\\hline +{\centering +character bar +\par} +& +Moves the character bar to the next (PLAY) or previous (STOP) character. +\\\hline +{\centering +BACKSPACE +\par} +& +PLAY deletes the character before the current cursor position +\\\hline +{\centering +DELETE +\par} +& +PLAY deletes the character at the current cursor position +\\\hline +{\centering +ACCEPT +\par} +& +PLAY exits the virtual keyboard and saves any changes +\\\hline +{\centering +ABORT +\par} +& +PLAY exits the virtual keyboard and discards any changes +\\\hline +\end{tabular}\end{center} +} + +\section{\label{ref:WPS}\label{ref:PartIISectionWPS}While Playing +Screen} +The While Playing Screen (WPS) displays various pieces of information +about the currently playing MP3 file: +% +\opt{Rec}{ +\begin{itemize} +\item Status bar: Battery level, charger status, volume, play mode, repeat +mode, shuffle mode and clock. +\item Scrolling path+filename of the current song. +\item The ID3 track name. +\item The ID3 album name. +\item The ID3 artist name. +\item Bit rate. VBR files display average bitrate and ``(avg)'' +\item Elapsed and total time. +\item A slidebar progress meter representing where in the song you are. +\item Peak meter. +\end{itemize} + +Notes: + +\begin{itemize} +\item The number of lines shown depends on the size of the font used. +\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. +\end{itemize} +} +% +\opt{PS}{ +\begin{itemize} +\item Playlist index/Playlist size: Artist {}- Title. +\item Current{}-time Progress{}-indicator Left. +\end{itemize} + +See page \textmd{\pageref{ref:ConfiguringtheWPS}} for +details of customising your WPS (While Playing Screen). +} + +\subsection{\label{ref:PartIISectionWPSCtrls}WPS Key Controls} + +\opt{Rec}{ +\begin{flushleft}\begin{tabular}{|p{3.407cm}|p{13.093cm}|} +\hline +{\centering\bfseries\itshape +KEY +\par} +& +{\centering\bfseries\itshape +ACTION +\par} +\\\hline +{\centering +UP/DOWN +\par} +& +Volume up/down +\\\hline +{\centering +LEFT +\par} +& +(quick press) Go to beginning of track, or if pressed while in the first +seconds of a track, go to previous track +\\\hline +{\centering +LEFT (hold) +\par} +& +Rewind in track +\\\hline +{\centering +RIGHT +\par} +& +(quick press) Go to next track. +\\\hline +{\centering +RIGHT (hold) +\par} +& +Fast forward in track. +\\\hline +{\centering +PLAY +\par} +& +Toggle play/pause +\\\hline +{\centering +ON +\par} +& +(quick press) Go to file browser +\\\hline +{\centering +ON (hold) +\par} +& +Show pitch setting screen +\\\hline +{\centering +STOP +\par} +& +Stop playback +\\\hline +{\centering +F1 +\par} +& +Go to Main menu +\\\hline +{\centering +F2 +\par} +& +Toggles Play/browse quick menu +\\\hline +{\centering +F3 +\par} +& +Toggles Display quick menu +\\\hline +{\centering +F1+DOWN +\par} +& +Key lock on/off +\\\hline +{\centering +F1+PLAY +\par} +& +Mute on/off +\\\hline +{\centering +F1+ON +\par} +& +Enter ID3 viewer +\\\hline +\end{tabular}\end{flushleft} +} +% +\opt{PS}{ +\begin{center}\begin{tabular}{|p{3.27cm}|p{13.29cm}|} +\hline +{\centering\bfseries\itshape +KEY +\par} +& +{\centering\bfseries\itshape +ACTION +\par} +\\\hline +{\centering +MENU+PLUS +\par} +& +Increases volume +\\\hline +{\centering +MENU+MINUS +\par} +& +Decreases volume +\\\hline +{\centering +MINUS +\par} +& +(quick press) Go to beginning of track, or if pressed while in the first +seconds of a track, go to previous track. +\\\hline +{\centering +MINUS (hold) +\par} +& +Rewind in track +\\\hline +{\centering +PLUS +\par} +& +(quick press) Go to next track. +\\\hline +{\centering +PLUS (hold) +\par} +& +Fast{}-forward in track. +\\\hline +{\centering +PLAY +\par} +& +Toggle play/pause +\\\hline +{\centering +ON +\par} +& +Quick press = Go to file browser +\\\hline +{\centering +OFF +\par} +& +Stop playback +\\\hline +{\centering +MENU +\par} +& +Go to Main menu +\\\hline +{\centering +MENU+STOP +\par} +& +Key lock on/off +\\\hline +{\centering +MENU+PLAY +\par} +& +Mute on/off +\\\hline +{\centering +MENU+ON +\par} +& +Enter ID3 viewer +\\\hline +\end{tabular}\end{center} +} + +\opt{Rec,Rec2,FMRec,OndioSP,OndioFM,H120}{ +\subsection{Peak Meter} +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}. + +\begin{itemize} +\item \textbf{The bar: }This is the wide horizontal bar. It represents the +current volume value. +\item \textbf{The peak indicator:} This is a little vertical line at the right +end of the bar. It indicates the peak volume value that occurred +recently. +\item \textbf{The clip indicator: }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. +\item \textbf{The scale: }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. +\end{itemize} +} + +\subsection{\label{ref:ID3viewer}ID3 Viewer} +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=3.833cm,height=2.191cm]{images/rockbox-manual-img21.png} + \newline +The ID3 viewer +\par} + +This screen is accessible from the WPS screen by pressing F1+ON (recorder) or MENU+ON (player). It provides a detailed view of all the identity information about the current track that is stored in an MP3 file. Use the LEFT and RIGHT (recorder) or PLUS and MINUS (player) keys to move through the information and the STOP key to exit the viewer. + + +\opt{Rec,Rec2,FMRec,H120}{ +\section{\label{ref:QuickScreenMenus}Quick Screen Menus} + +{\centering\itshape + [Warning: Image ignored] % Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=2.35cm]{images/rockbox-manual-img22.png} + \textmd{ } [Warning: Image ignored] +% Unhandled or unsupported graphics: +%\includegraphics[width=4.15cm,height=2.35cm]{images/rockbox-manual-img23.png} + \newline +F2 Quick Screen Menu F3 Quick Screen Menu +\par} + +Rockbox handles function buttons in a different way to the Archos +software. F1 is always bound to the menu function, while F2 and F3 +enable two quick menus. + +F2 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 + +Shuffle mode plays each track in the currently playing list in a random +order rather than in the order shown in the browser. + +Repeat mode repeats either a single track (One) or the entire playlist +(All). + +Show 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). + +See page \pageref{ref:PlaybackOptions} for more information about these +settings. + +\begin{center}\begin{tabular}{|p{2.852cm}|p{8.387cm}|} +\hline +{\centering\bfseries\itshape +KEY +\par} +& +{\centering\bfseries\itshape +ACTION +\par} +\\\hline +{\centering +LEFT +\par} +& +Controls Shuffle mode setting +\\\hline +{\centering +RIGHT +\par} +& +Controls Repeat mode setting +\\\hline +{\centering +DOWN +\par} +& +Controls Show file setting +\\\hline +\end{tabular}\end{center} +F3 controls frequently used display options. + +Scroll bar turns the display of the Scroll bar on the left of the screen +on or off. + +Status 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 +Jukebox in a pocket. Key assignments swap over with the display +orientation where it is logical for them to do so. + +See page \pageref{ref:Displayoptions} for more information about these +settings. + +\begin{tabular}[c]{|p{2.852cm}|p{8.387cm}|} +\hline +{\centering\bfseries\itshape +KEY +\par} +& +{\centering\bfseries\itshape +ACTION +\par} +\\\hline +{\centering +LEFT +\par} +& +Controls scroll bar display +\\\hline +{\centering +RIGHT +\par} +& +Controls status bar display +\\\hline +{\centering +DOWN +\par} +& +Controls upside down screen setting +\\\hline +\end{tabular} +} -- cgit v1.2.3