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}.
|
\setting{While Playing Screen}.
|
||||||
}
|
}
|
||||||
|
|
||||||
\nopt{archos}{%
|
\nopt{archos,mrobe100}{%
|
||||||
\subsection{\label{ref:LoadingBackdrops}Loading Backdrops}
|
\subsection{\label{ref:LoadingBackdrops}Loading Backdrops}
|
||||||
Rockbox supports showing an image as a backdrop in the \setting{File Browser}
|
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
|
and the menus. The backdrop image must be a \fname{.bmp} file of the exact
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
\section{\label{ref:Bookmarkconfigactual}Bookmarking}
|
\section{\label{ref:Bookmarkconfigactual}Bookmarking}
|
||||||
Bookmarks allow you to save your current position within a track so that
|
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
|
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.
|
You can store multiple bookmarks for the same track.
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item [Bookmark on Stop. ]This option controls whether Rockbox writes a
|
\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
|
\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
|
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
|
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
|
the MRB list. \setting{Unique Only} behaves like the \setting{Yes} setting
|
||||||
track from the MRB list and replace it with the new one if a bookmark in the
|
but in addition all older entries for the current (dynamic) playlist will
|
||||||
MRB list already existed. Otherwise this will behave like the
|
be removed from the MRB whenever a new entry is added.
|
||||||
\setting{Yes} setting.
|
|
||||||
\fixme{The above information was obtained by reading the source code, but my C is rather rusty...}
|
|
||||||
\end{description}
|
\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{}.
|
\ButtonA{} and \ButtonRight{}.
|
||||||
To reset the markers hold \ButtonA{} and press \ButtonSelect{}.
|
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{
|
\fixme{
|
||||||
--- Sets Start Point (A)\\
|
--- Sets Start Point (A)\\
|
||||||
--- Sets End Point (B)\\
|
--- 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{PLAYER_PAD}{\ButtonStop}%
|
||||||
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}%
|
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}%
|
||||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}%
|
\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\\
|
& Exit\ /\ Abort\\
|
||||||
\end{btnmap}
|
\end{btnmap}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,7 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
|
||||||
\end{table}
|
\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}
|
\textbf{Picker area}
|
||||||
\begin{table}
|
\begin{table}
|
||||||
\begin{btnmap}{}{}
|
\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}{%
|
\opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{%
|
||||||
\ActionWpsIdThreeScreen & Enter \setting{ID3 Viewer}.\\%
|
\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.\\%
|
\ActionWpsAbSetBNextDir & Skip to the next directory.\\%
|
||||||
\ActionWpsAbSetAPrevDir & Skip to the previous directory.\\%
|
\ActionWpsAbSetAPrevDir & Skip to the previous directory.\\%
|
||||||
}%
|
}%
|
||||||
|
|
|
||||||