summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface/main.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-09-03 16:02:05 +0000
committerNils Wallménius <nils@rockbox.org>2006-09-03 16:02:05 +0000
commit6ae43305882e71ec2d3c63406314363cdab4d861 (patch)
treef46b68f2781a446a3a47208b78542bcefcb44513 /manual/rockbox_interface/main.tex
parente69e9cd817e030d196378b5c319cccb0dbde4662 (diff)
downloadrockbox-6ae43305882e71ec2d3c63406314363cdab4d861.tar.gz
rockbox-6ae43305882e71ec2d3c63406314363cdab4d861.zip
make a little more use of the setting macro
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10870 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/rockbox_interface/main.tex')
-rw-r--r--manual/rockbox_interface/main.tex25
1 files changed, 13 insertions, 12 deletions
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index ebc081ed3e..dbae6e0a49 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -215,12 +215,13 @@ To turn on your Rockbox enabled \dap{} use the following keys:
215} 215}
216\subsection{The first contact} 216\subsection{The first contact}
217 217
218After you have first started the \dap{} you'll be presented by the File 218After you have first started the \dap{} you'll be presented by the
219Browser. With the default settings only supported files are shown. Rockbox' 219\setting{File Browser}. With the default settings only supported files are
220default view is the file browser, similar to Windows' Explorer. If you don't 220shown. Rockbox' default view is the \setting{File Browser}, similar to Windows'
221have audio files on your \dap{}, or created folders you will only see a blank 221Explorer. If you don't have audio files on your \dap{}, or created folders you
222screen with the statusbar at the top. If this is your case, now is a good time 222will only see a blank screen with the statusbar at the top. If this is your
223to connect your \dap{} to a computer and transfer some audio files to it. 223case, now is a good time to connect your \dap{} to a computer and transfer some
224audio files to it.
224 225
225When you have files on your \dap{} you'll see the supported ones now. Of 226When you have files on your \dap{} you'll see the supported ones now. Of
226course you can change this view later. You can also completely switch to 227course you can change this view later. You can also completely switch to
@@ -241,20 +242,20 @@ dynamic playlist gets replaced with the contents of the current folder. This
241way you can easily treat folders as playlists. The created dynamic playlist can 242way you can easily treat folders as playlists. The created dynamic playlist can
242be extended or modified while playing. This is also known as 243be extended or modified while playing. This is also known as
243``on-the-fly playlist''. 244``on-the-fly playlist''.
244To go back to the file browser stop the playback with the \ActionWpsStop{} 245To go back to the \setting{File Browser} stop the playback with the
245button or return to the file browser while keeping playback running using 246\ActionWpsStop{} button or return to the file browser while keeping playback
246\ActionWpsBrowse{}. 247running using \ActionWpsBrowse{}.
247In list views you can go back one step with \ActionStdCancel{}. The file 248In list views you can go back one step with \ActionStdCancel{}. The file
248browser is a bit different in this case as pressing \ActionWpsStop{} 249browser is a bit different in this case as pressing \ActionWpsStop{}
249stops the playback instead of going up a level. 250stops the playback instead of going up a level.
250 251
251\subsection{Basic concepts} 252\subsection{Basic concepts}
252\subsubsection{Main Screen} 253\subsubsection{Main Screen}
253Rockbox' main screen is the file browser. This is pretty different to most 254Rockbox' main screen is the \setting{File Browser}. This is pretty different to
254other players that use the ``While Playing Screen'' as their main screen. 255most other players that use the ``While Playing Screen'' as their main screen.
255In Rockbox' view this doesn't make any sense as when you are not playing a 256In Rockbox' view this doesn't make any sense as when you are not playing a
256file, information about the currently playing file isn't available and therfore 257file, information about the currently playing file isn't available and therfore
257useless. Because of this the \dap{} switches to the file browser when 258useless. Because of this the \dap{} switches to the \setting{File Browser} when
258playback gets stopped. There is no point showing the WPS when playback is 259playback gets stopped. There is no point showing the WPS when playback is
259stopped, so this is not and will not be possible. 260stopped, so this is not and will not be possible.
260 261