m:robe 100 manual work - it is now in a state comparable to the gigabeat one
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16695 a1c6a512-1295-4272-9138-f99709370657
|
@ -47,7 +47,7 @@ file find the instructions on the Rockbox website:
|
|||
\setting{While Playing Screen}.
|
||||
}
|
||||
|
||||
\nopt{archos}{%
|
||||
\nopt{archos,mrobe100}{%
|
||||
\subsection{\label{ref:LoadingBackdrops}Loading Backdrops}
|
||||
Rockbox supports showing an image as a backdrop in the \setting{File Browser}
|
||||
and the menus. The backdrop image must be a \fname{.bmp} file of the exact
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
\section{\label{ref:Bookmarkconfigactual}Bookmarking}
|
||||
Bookmarks allow you to save your current position within a track so that
|
||||
you can return to it at a later time. Bookmarks are saved on a per directory
|
||||
basis, they are stored in the same directory as the files they reference.
|
||||
basis (for dynamic playlists) or for individual (saved) playlists. They are
|
||||
stored next to the directory/playlist they reference.
|
||||
You can store multiple bookmarks for the same track.
|
||||
\begin{description}
|
||||
\item [Bookmark on Stop. ]This option controls whether Rockbox writes a
|
||||
|
@ -54,9 +55,7 @@
|
|||
\setting{Recent Bookmarks} option of the \setting{Bookmarks} sub menu of the
|
||||
Main Menu. When set to \setting{Yes} each new bookmark will be added to the
|
||||
MRB list. Setting this to \setting{No} disables the addition of bookmarks to
|
||||
the MRB list. \setting{Unique Only} will remove an old bookmark for the current
|
||||
track from the MRB list and replace it with the new one if a bookmark in the
|
||||
MRB list already existed. Otherwise this will behave like the
|
||||
\setting{Yes} setting.
|
||||
\fixme{The above information was obtained by reading the source code, but my C is rather rusty...}
|
||||
the MRB list. \setting{Unique Only} behaves like the \setting{Yes} setting
|
||||
but in addition all older entries for the current (dynamic) playlist will
|
||||
be removed from the MRB whenever a new entry is added.
|
||||
\end{description}
|
||||
|
|
BIN
manual/configure_rockbox/images/ss-equalizer-160x128x1.png
Normal file
After Width: | Height: | Size: 751 B |
After Width: | Height: | Size: 1 KiB |
BIN
manual/configure_rockbox/images/ss-sound-settings-160x128x1.png
Normal file
After Width: | Height: | Size: 1 KiB |
|
@ -70,7 +70,13 @@ related to audio playback.
|
|||
\ButtonA{} and \ButtonRight{}.
|
||||
To reset the markers hold \ButtonA{} and press \ButtonSelect{}.
|
||||
}
|
||||
\nopt{h1xx,h300,h10,h10_5gb,ipod,x5,e200,gigabeat,RECORDER_PAD}{
|
||||
\opt{MROBE100_PAD}{
|
||||
To set the Start Point (A) hold \ButtonDisplay{} and press \ButtonLeft{}.
|
||||
Setting the End Point (B) is done accordingly using
|
||||
\ButtonDisplay{} and \ButtonRight{}.
|
||||
To reset the markers hold \ButtonDisplay{} and press \ButtonSelect{}.
|
||||
}
|
||||
\nopt{h1xx,h300,h10,h10_5gb,ipod,x5,e200,gigabeat,RECORDER_PAD,MROBE100_PAD}{
|
||||
\fixme{
|
||||
--- Sets Start Point (A)\\
|
||||
--- Sets End Point (B)\\
|
||||
|
|
BIN
manual/main_menu/images/ss-list-bookmarks-160x128x1.png
Normal file
After Width: | Height: | Size: 595 B |
BIN
manual/main_menu/images/ss-main-menu-160x128x1.png
Normal file
After Width: | Height: | Size: 973 B |
|
@ -17,7 +17,7 @@
|
|||
\opt{PLAYER_PAD}{\ButtonStop}%
|
||||
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}%
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}%
|
||||
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower}%
|
||||
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}%
|
||||
& Exit\ /\ Abort\\
|
||||
\end{btnmap}
|
||||
\end{table}
|
||||
|
|
|
@ -200,7 +200,7 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
|
|||
\end{table}
|
||||
}
|
||||
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,MROBE100_PAD}{
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{
|
||||
\textbf{Picker area}
|
||||
\begin{table}
|
||||
\begin{btnmap}{}{}
|
||||
|
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 36 KiB |
|
@ -104,7 +104,7 @@ your WPS (While Playing Screen).
|
|||
\opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{%
|
||||
\ActionWpsIdThreeScreen & Enter \setting{ID3 Viewer}.\\%
|
||||
}%
|
||||
\opt{h1xx,h300,e200,gigabeat,h10,h10_5gb,RECORDER_PAD}{%
|
||||
\opt{h1xx,h300,e200,gigabeat,h10,h10_5gb,RECORDER_PAD,MROBE100_PAD}{%
|
||||
\ActionWpsAbSetBNextDir & Skip to the next directory.\\%
|
||||
\ActionWpsAbSetAPrevDir & Skip to the previous directory.\\%
|
||||
}%
|
||||
|
|