diff options
| author | Marc Guay <marcguay@rockbox.org> | 2008-06-24 06:02:00 +0000 |
|---|---|---|
| committer | Marc Guay <marcguay@rockbox.org> | 2008-06-24 06:02:00 +0000 |
| commit | 38fb1aa5cb6fe436bca4630de2981a2b41283984 (patch) | |
| tree | cc3bfcf55df07f370318539437e99fc45ba1c2ae | |
| parent | 65f3634cc8062a06f39804cc2e6ecb09c046a5ca (diff) | |
| download | rockbox-38fb1aa5cb6fe436bca4630de2981a2b41283984.zip rockbox-38fb1aa5cb6fe436bca4630de2981a2b41283984.tar.gz rockbox-38fb1aa5cb6fe436bca4630de2981a2b41283984.tar.bz2 rockbox-38fb1aa5cb6fe436bca4630de2981a2b41283984.tar.xz | |
Add 'Putting music on your player' section to the Quick Start chapter. Bow to Bascule. Although not specifically a Rockbox point, we do get a lot of questions about it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17778 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/rockbox_interface/main.tex | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index a7b1a7e..d20e398 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex @@ -1,6 +1,6 @@ % $Id$ % \chapter{\label{ref:rockbox_interface}Quick Start} -\section{Basic overview} +\section{Basic Overview} \subsection{The \daps{} controls} \begin{center} @@ -243,7 +243,7 @@ paragraph. buttons. These are the \ButtonUp{}, \ButtonDown{}, \ButtonLeft{} and \ButtonRight{} buttons. Inside the wheel is the \ButtonSelect{} button. Turning the wheel to the right activates the \ButtonScrollFwd{} function, and to the - left, the \ButtonScrollFwd{} function. + left, the \ButtonScrollBack{} function. On the right of the unit is a slot for inserting flash cards. On the bottom is the connector for the USB cable. On the left is the \ButtonRec{} button, and @@ -419,6 +419,13 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: } } +\subsection{Putting music on your \dap{}} + +With the \dap{} connected to the computer as an MSC/UMS device (like a +USB Drive), music files can be put on the player via any standard file +transfer method that you would use to copy files between drives (e.g. Drag 'n' Drop). + The default directory structure that is assumed by some parts of Rockbox + (album art searching, WPS missing-tag fallback) is: /ArtistName/AlbumName/*.ext. \subsection{The first contact} @@ -486,7 +493,7 @@ Also, if you downloaded additional themes from the Internet make sure you have the needed fonts installed as otherwise the theme may get displayed garbled.} -\section{Menu overview} +\section{Menu Overview} \fixme{include an overview of the menu structure here} %\input{rockbox_interface/menu_structure.tex} |