2006-04-09 11:04:43 +00:00
|
|
|
% $Id$ %
|
|
|
|
\section{\label{ref:WPS}While Playing Screen}
|
|
|
|
The While Playing Screen (WPS) displays various pieces of information about the
|
|
|
|
currently playing audio file.
|
|
|
|
%
|
|
|
|
\opt{HAVE_LCD_BITMAP}{%
|
2006-10-17 12:18:51 +00:00
|
|
|
The appearance of the WPS can be configured using WPS configuration files.
|
2006-04-09 11:04:43 +00:00
|
|
|
The items shown depend on your configuration -- all item can be turned on
|
2006-08-01 11:57:38 +00:00
|
|
|
or off independently. Refer to \reference{ref:wps_tags} for details on how
|
2006-04-09 11:04:43 +00:00
|
|
|
to change the display of the WPS.
|
|
|
|
\begin{itemize}
|
2006-08-27 15:00:50 +00:00
|
|
|
\nopt{ondio}{
|
|
|
|
\item Status bar: The Status bar shows Battery level, charger status,
|
|
|
|
volume, play mode, repeat mode, shuffle mode\opt{CONFIG_RTC}{ and clock}.
|
|
|
|
In contrast to all other items, the status bar is always at the top of
|
|
|
|
the screen.
|
|
|
|
}
|
|
|
|
\opt{ondio}{
|
|
|
|
\item Status bar: The Status bar shows Battery level, USB power mode, key
|
|
|
|
lock status, memory access indicator. In contrast to all other items, the
|
|
|
|
status bar is always at the top of the screen.
|
|
|
|
}
|
2006-04-09 11:04:43 +00:00
|
|
|
\item (Scrolling) path and 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}
|
|
|
|
}
|
|
|
|
\opt{recorder,recorderv2fm,ondio}{
|
|
|
|
\note{
|
|
|
|
\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{player}{
|
|
|
|
\note{
|
|
|
|
\begin{itemize}
|
|
|
|
\item Playlist index/Playlist size: Artist {}- Title.
|
|
|
|
\item Current{}-time Progress{}-indicator Left.
|
|
|
|
\end{itemize}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2006-08-01 11:57:38 +00:00
|
|
|
See \reference{ref:ConfiguringtheWPS} for details of customising
|
2006-04-09 11:04:43 +00:00
|
|
|
your WPS (While Playing Screen).
|
|
|
|
|
|
|
|
|
|
|
|
\subsection{\label{ref:WPS_Key_Controls}WPS Key Controls}
|
|
|
|
|
|
|
|
\begin{table}
|
|
|
|
\begin{btnmap}{}{}
|
2006-12-01 13:11:19 +00:00
|
|
|
\ActionWpsVolUp{} / \ActionWpsVolDown & Volume up/down.\\
|
2006-04-09 11:04:43 +00:00
|
|
|
%
|
2006-09-09 10:06:05 +00:00
|
|
|
\ActionWpsSkipPrev & Go to beginning of track, or if pressed while in the
|
|
|
|
first seconds of a track, go to previous track.\\
|
2006-04-09 11:04:43 +00:00
|
|
|
%
|
2006-09-09 10:06:05 +00:00
|
|
|
\ActionWpsSeekBack & Rewind in track.\\
|
2006-04-09 11:04:43 +00:00
|
|
|
%
|
2006-09-09 10:06:05 +00:00
|
|
|
\ActionWpsSkipNext & Go to next track.\\
|
2006-04-09 11:04:43 +00:00
|
|
|
%
|
2006-09-09 10:06:05 +00:00
|
|
|
\ActionWpsSeekFwd & Fast forward in track.\\
|
2006-04-09 11:04:43 +00:00
|
|
|
%
|
2006-09-09 10:06:05 +00:00
|
|
|
\ActionWpsPlay & Toggle play/pause.\\
|
2006-04-09 11:04:43 +00:00
|
|
|
%
|
2006-09-09 10:06:05 +00:00
|
|
|
\ActionWpsStop & Stop playback.\\
|
2006-04-09 11:04:43 +00:00
|
|
|
%
|
2006-11-03 17:23:38 +00:00
|
|
|
\ActionWpsBrowse & Return to the \setting{File Browser}.\\%
|
2006-04-09 11:04:43 +00:00
|
|
|
%
|
2006-11-03 17:23:38 +00:00
|
|
|
\nopt{PLAYER_PAD}{\ActionWpsContext & Enter \setting{WPS Context Menu}.\\}%
|
2006-04-09 11:04:43 +00:00
|
|
|
%
|
2006-09-09 10:06:05 +00:00
|
|
|
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{%
|
|
|
|
\ActionWpsPitchScreen & Show pitch setting screen.\\}%
|
2006-04-09 11:04:43 +00:00
|
|
|
%
|
2006-12-01 13:11:19 +00:00
|
|
|
\opt{ONDIO_PAD}{\ActionWpsContext{} twice}%
|
2006-09-09 10:06:05 +00:00
|
|
|
\nopt{ONDIO_PAD}{\ActionWpsMenu}%
|
2006-12-01 02:27:30 +00:00
|
|
|
& Enter \setting{Main Menu}%
|
|
|
|
\opt{ONDIO_PAD}{ via the \setting{WPS Context Menu}}.\\%
|
2006-11-03 17:23:38 +00:00
|
|
|
%
|
|
|
|
\nopt{PLAYER_PAD,ONDIO_PAD}{%
|
|
|
|
\ActionWpsQuickScreen & Enter \setting{Quick Screen}.\\}%
|
2006-04-09 11:04:43 +00:00
|
|
|
%
|
|
|
|
%These actions need definitions for the other targets
|
2006-11-03 17:23:38 +00:00
|
|
|
\opt{RECORDER_PAD}{%
|
2006-12-01 02:27:30 +00:00
|
|
|
\ButtonFThree & Toggles Display quick menu.\\%
|
|
|
|
\ButtonFOne+\ButtonDown & Key lock on/off.\\%
|
|
|
|
\ButtonFOne+\ButtonPlay & Mute on/off.\\%
|
2006-11-03 17:23:38 +00:00
|
|
|
}%
|
|
|
|
\opt{PLAYER_PAD}{%
|
2006-12-01 02:27:30 +00:00
|
|
|
\ButtonMenu+\ButtonStop & Key lock on/off.\\%
|
|
|
|
\ButtonMenu+\ButtonPlay & Mute on/off.\\%
|
2006-11-03 17:23:38 +00:00
|
|
|
}%
|
|
|
|
\opt{ONDIO_PAD}{%
|
2006-12-01 02:27:30 +00:00
|
|
|
Hold \ButtonMenu+\ButtonDown & Key lock on/off.\\%
|
2006-11-03 17:23:38 +00:00
|
|
|
}%
|
2006-12-01 02:27:30 +00:00
|
|
|
\opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{%
|
|
|
|
\ActionWpsIdThreeScreen & Enter \setting{ID3 Viewer}.\\%
|
2006-11-03 17:23:38 +00:00
|
|
|
}%
|
|
|
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{%
|
2006-12-01 02:27:30 +00:00
|
|
|
\ActionWpsAbSetBNextDir & Skip to the next directory.\\%
|
|
|
|
\ActionWpsAbSetAPrevDir & Skip to the previous directory.\\%
|
2006-11-03 17:23:38 +00:00
|
|
|
}%
|
2006-04-09 11:04:43 +00:00
|
|
|
\end{btnmap}
|
|
|
|
\end{table}
|
|
|
|
|
|
|
|
|
|
|
|
\opt{HAVE_LCD_BITMAP}{
|
|
|
|
\subsection{\label{ref:peak_meter}Peak Meter}
|
|
|
|
The peak meter can be displayed on the While Playing Screen and consists of
|
2006-10-17 11:28:36 +00:00
|
|
|
several indicators.
|
|
|
|
\opt{HAVE_RECORDING}{
|
|
|
|
For a picture of the peak meter, please see the While
|
|
|
|
Recording Screen in \reference{ref:while_recording_screen}.
|
|
|
|
}
|
2006-04-09 11:04:43 +00:00
|
|
|
|
|
|
|
\begin{description}
|
|
|
|
\item [The bar:]
|
|
|
|
This is the wide horizontal bar. It represents the current volume value.
|
|
|
|
\item [The peak indicator:]
|
2006-08-23 09:47:24 +00:00
|
|
|
This is a little vertical line at the right end of the bar. It indicates
|
|
|
|
the peak volume value that occurred recently.
|
2006-04-09 11:04:43 +00:00
|
|
|
\item [The clip indicator:]
|
|
|
|
This is a little black block that is displayed at the very right of the
|
2006-05-12 16:56:21 +00:00
|
|
|
scale when an overflow occurs. It usually does not show up during normal
|
2006-04-09 11:04:43 +00:00
|
|
|
playback unless you play an audio file that is distorted heavily. If you
|
2006-05-12 16:56:21 +00:00
|
|
|
encounter clipping while recording, your recording will sound distorted. You
|
|
|
|
should lower the gain.
|
|
|
|
\note{Note that the clip detection is not very precise.
|
|
|
|
Clipping might occur without being indicated.}
|
2006-04-09 11:04:43 +00:00
|
|
|
\item [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{description}
|
|
|
|
}
|
2006-05-18 18:32:44 +00:00
|
|
|
\subsection{\label{sec:contextmenu}The WPS Context Menu}
|
2006-10-17 11:00:28 +00:00
|
|
|
Like the context menu for the \setting{File Browser}, the \setting{WPS Context Menu}
|
|
|
|
allows you quick access to some often used functions:
|
2006-04-09 11:04:43 +00:00
|
|
|
|
2006-10-17 11:00:28 +00:00
|
|
|
\subsubsection{Sound Settings}
|
|
|
|
This is a shortcut to the \setting{Sound Settings Menu}, where you can configure volume,
|
|
|
|
bass, treble, and other settings affecting the sound of your music.
|
|
|
|
See \reference{ref:configure_rockbox_sound} for more information.
|
|
|
|
|
|
|
|
\subsubsection{Playlist}
|
|
|
|
The \setting{Playlist} submenu allows you to view, save, search and
|
|
|
|
reshuffle the current playlist. To change settings for the
|
|
|
|
\setting{Playlist Viewer} press \ActionStdMenu{} while viewing the playlist
|
|
|
|
to bring up the \setting{Playlist Viewer Menu}.
|
2006-09-09 17:59:51 +00:00
|
|
|
|
|
|
|
\subsubsection{Playlist catalog}
|
|
|
|
\fixme{Add description of Playlist catalog}
|
|
|
|
\begin{description}
|
|
|
|
\item [View catalog]
|
|
|
|
\item [Add to playlist]
|
|
|
|
\item [Add to new playlist]
|
|
|
|
\end{description}
|
2006-10-17 11:00:28 +00:00
|
|
|
\subsubsection{Bookmarks}
|
|
|
|
This allows you to create a bookmark in the currently-playing track.
|
2006-04-09 11:04:43 +00:00
|
|
|
|
2006-10-17 11:00:28 +00:00
|
|
|
\subsubsection{\label{ref:ID3viewer}Show ID3 info}
|
|
|
|
\screenshot{rockbox_interface/images/ss-id3-viewer}{The ID3 viewer}{}
|
|
|
|
This screen is accessible from the WPS screen, and provides a detailed view of
|
|
|
|
all the identity information about the current track. This info is known as
|
|
|
|
meta data and is stored in audio file formats to keep information on artist,
|
|
|
|
album etc. To access this screen, %
|
|
|
|
\opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{
|
|
|
|
press \ActionWpsIdThreeScreen. }%
|
|
|
|
\opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{press \ActionWpsContext{}
|
|
|
|
to access the \setting{WPS Context Menu} and select
|
|
|
|
\setting{Show ID3 info}. }%
|
|
|
|
\opt{RECORDER_PAD,PLAYER_PAD,ONDIO_PAD}{Use \ButtonLeft\ and \ButtonRight\
|
|
|
|
to move through the information.}%
|
|
|
|
\subsubsection{Open With...}
|
|
|
|
This \setting{Open With} function is the same as the \setting{Open With}
|
|
|
|
function in the \setting{File Context Menu}.
|
|
|
|
|
2006-10-17 17:14:08 +00:00
|
|
|
\nopt{player}{
|
|
|
|
\subsubsection{\label{sec:pitchscreen}Pitch}
|
2006-12-01 13:11:19 +00:00
|
|
|
|
2006-12-02 11:25:48 +00:00
|
|
|
The Pitch Screen allows you to change the pitch and (at the same time) the
|
|
|
|
playback speed of your \dap. The pitch value can be adjusted between 50\% and
|
|
|
|
200\%. 50\% means half the normal playback speed and the pitch that's an
|
|
|
|
octave lower than the normal pitch. 200\% means double playback speed and the
|
|
|
|
pitch that's an octave higher than the normal pitch. It's not possible to
|
|
|
|
change the pitch without changing the playback speed and vice versa. Changing
|
|
|
|
the pitch can be done in two modes: procentual and semitone. Initially (after
|
|
|
|
the \dap{} is switched on), procentual mode is active.
|
2006-12-01 13:11:19 +00:00
|
|
|
|
2006-10-17 17:14:08 +00:00
|
|
|
\begin{table}
|
|
|
|
\begin{btnmap}{}{}
|
2006-12-01 13:11:19 +00:00
|
|
|
\ActionPsToggleMode
|
|
|
|
& Toggle pitch changing mode \\
|
|
|
|
%
|
|
|
|
\ActionPsIncSmall{} / \ActionPsDecSmall
|
|
|
|
& Increase / Decrease pitch by 0.1\% (in procentual mode) or a semitone
|
|
|
|
(in semitone mode)\\
|
2006-10-17 17:14:08 +00:00
|
|
|
%
|
2006-12-01 13:11:19 +00:00
|
|
|
\ActionPsIncBig{} / \ActionPsDecBig
|
|
|
|
& Increase / Decrease pitch by 1\% (only in procentual mode)\\
|
2006-10-17 17:14:08 +00:00
|
|
|
%
|
2006-12-01 13:11:19 +00:00
|
|
|
\ActionPsNudgeRight{} / \ActionPsNudgeLeft
|
2006-12-02 11:25:48 +00:00
|
|
|
& Temporarily increase / decrease pitch by 2.0\% \\
|
2006-10-17 17:14:08 +00:00
|
|
|
%
|
|
|
|
\ActionPsReset
|
2006-12-01 13:11:19 +00:00
|
|
|
& Reset pitch to 100\% \\
|
2006-10-17 17:14:08 +00:00
|
|
|
%
|
|
|
|
\ActionPsExit
|
2006-12-01 13:11:19 +00:00
|
|
|
& Leave the Pitch Screen \\
|
2006-10-17 17:14:08 +00:00
|
|
|
%
|
|
|
|
\end{btnmap}
|
|
|
|
\end{table}
|
|
|
|
}
|
2006-10-17 11:00:28 +00:00
|
|
|
\opt{RECORDER_PAD,ONDIO_PAD}{
|
|
|
|
\warn{Changing the pitch can cause audible 'Artifacts' or 'Dropouts'.}
|
|
|
|
}
|
|
|
|
\opt{SWCODEC}{
|
|
|
|
\subsubsection{Graphical EQ}
|
|
|
|
This is a shortcut to the \setting{Equalizer}. See \reference{ref:EQ}.
|
|
|
|
|
|
|
|
\subsubsection{Browse EQ Presets}
|
|
|
|
Browse presets for the \setting{Equalizer}.
|
|
|
|
}
|
2006-04-09 11:04:43 +00:00
|
|
|
|
|
|
|
%********************QUICKSCREENS***********************************************
|
|
|
|
\opt{RECORDER_PAD}{
|
|
|
|
\section{\label{ref:QuickScreenMenus}Quick Screen Menus}
|
|
|
|
\screenshot{rockbox_interface/images/ss-quick-screen-112x64x1.png}{The quick screen}{}
|
|
|
|
\screenshot{rockbox_interface/images/ss-quick-screen2-112x64x1.png}{The quick screen}{}
|
|
|
|
Rockbox handles function buttons in a different way to the Archos software.
|
|
|
|
\ButtonFOne\ is always bound to the menu function, while \ButtonFTwo\ and
|
|
|
|
\ButtonFThree\ enable two quick menus.
|
|
|
|
|
|
|
|
\ButtonFTwo\ displays some browse and play settings which are likely to be
|
|
|
|
changed frequently. This settings are Shuffle mode, Repeat mode and the Show
|
|
|
|
files options
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
2006-08-01 11:57:38 +00:00
|
|
|
See \reference{ref:PlaybackOptions} for more information about these
|
2006-04-09 11:04:43 +00:00
|
|
|
settings.
|
|
|
|
|
|
|
|
\begin{table}
|
2006-10-17 11:00:28 +00:00
|
|
|
\begin{btnmap}{}{}
|
|
|
|
\ButtonLeft & Controls Shuffle mode setting \\
|
|
|
|
\ButtonRight & Controls Repeat mode setting \\
|
|
|
|
\ButtonDown & Controls Show file setting \\
|
|
|
|
\end{btnmap}
|
2006-04-09 11:04:43 +00:00
|
|
|
\end{table}
|
|
|
|
|
|
|
|
\ButtonFThree\ controls frequently used display options.
|
|
|
|
|
|
|
|
Scroll bar turns the display of the Scroll bar on the left of the screen on
|
|
|
|
or off.
|
|
|
|
|
2006-08-27 15:00:50 +00:00
|
|
|
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 \dap\ in a pocket.
|
|
|
|
Key assignments swap over with the display orientation where it is logical
|
|
|
|
for them to do so.
|
2006-04-09 11:04:43 +00:00
|
|
|
|
2006-08-01 11:57:38 +00:00
|
|
|
See \reference{ref:Displayoptions} for more information about these
|
2006-04-09 11:04:43 +00:00
|
|
|
settings.
|
|
|
|
|
|
|
|
\begin{table}
|
|
|
|
\begin{btnmap}{}{}
|
|
|
|
\ButtonLeft & Controls scroll bar display \\
|
|
|
|
\ButtonRight & Controls status bar display \\
|
|
|
|
\ButtonDown & Controls upside down screen setting \\
|
|
|
|
\end{btnmap}
|
|
|
|
\end{table}
|
|
|
|
}
|