summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-08 22:38:44 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-08 22:38:44 +0000
commit4f18d5e91366c2938406e136a17ee0464ac5e090 (patch)
treefc76ffe7efa55656db70bc8c5a7350289d040d04
parent1f6f82f04df4110611ccf73a6d99148a48fde7c9 (diff)
downloadrockbox-4f18d5e91366c2938406e136a17ee0464ac5e090.zip
rockbox-4f18d5e91366c2938406e136a17ee0464ac5e090.tar.gz
rockbox-4f18d5e91366c2938406e136a17ee0464ac5e090.tar.bz2
rockbox-4f18d5e91366c2938406e136a17ee0464ac5e090.tar.xz
Updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1629 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/manual/play-boot.t2
-rw-r--r--www/manual/rec-boot.t2
-rw-r--r--www/manual/rec-dir.pngbin1271 -> 579 bytes
-rw-r--r--www/manual/rec-dir.t10
-rw-r--r--www/manual/rec-wps.t19
5 files changed, 22 insertions, 11 deletions
diff --git a/www/manual/play-boot.t b/www/manual/play-boot.t
index 8885853..6a87d0b 100644
--- a/www/manual/play-boot.t
+++ b/www/manual/play-boot.t
@@ -6,7 +6,7 @@ When Rockbox boots up, it'll display the text "Rockbox" for a short time, and
then it'll jump right into the <a href="play-dir.html">dir browser</a> showing
the root (toplevel) directory of your Archos.
<p>
-[screen dump of boot]
+<img src="play-boot.png">
<p>
[screen dump of toplevel dir]
diff --git a/www/manual/rec-boot.t b/www/manual/rec-boot.t
index d17cca5..5dffb25 100644
--- a/www/manual/rec-boot.t
+++ b/www/manual/rec-boot.t
@@ -6,5 +6,5 @@ When Rockbox boots up, it'll display the Rockbox logo for a short time, and
then it'll jump right into the <a href="rec-dir.html">dir browser</a> showing
the root (toplevel) directory of your Archos.
<p>
-<img src="rec-logo.png" width=120 height=70 alt="Rockbox Logo">
+<img src="rec-boot.png" width=120 height=70 alt="Rockbox Logo">
diff --git a/www/manual/rec-dir.png b/www/manual/rec-dir.png
index f021c78..65c8e29 100644
--- a/www/manual/rec-dir.png
+++ b/www/manual/rec-dir.png
Binary files differ
diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t
index d54087d..b735af4 100644
--- a/www/manual/rec-dir.t
+++ b/www/manual/rec-dir.t
@@ -17,16 +17,16 @@ side of each entry that shows what kind of entry it is.
<table>
<tr>
- <td> <img src="rec-mp3.png" width=32 height=40 alt="mp3 icon"></td>
- <td>mp3 file </td>
+ <td> <img src="rec-folder.png" width=33 height=42 alt="folder icon"></td>
+ <td>folder</td>
</tr>
<tr>
<td> <img src="rec-m3u.png" width=35 height=45 alt="m3u icon"></td>
- <td>m3u file</td>
+ <td>playlist</td>
</tr>
<tr>
- <td> <img src="rec-folder.png" width=33 height=42 alt="folder icon"></td>
- <td>folder</td>
+ <td> <img src="rec-mp3.png" width=32 height=40 alt="mp3 icon"></td>
+ <td>mp3 file </td>
</tr>
</table>
diff --git a/www/manual/rec-wps.t b/www/manual/rec-wps.t
index 65583e3..21fce85 100644
--- a/www/manual/rec-wps.t
+++ b/www/manual/rec-wps.t
@@ -5,13 +5,23 @@
The While Playing Screen shows info about what is currently played and can
only be seen while there is actual music playback.
<p>
-[screen dump]
+<img src="rec-wps.png">
<p>
-[explain screen info]
+The screen lines contain the following information:
+<ol>
+<li>Status bar: Battery level, volume, play mode, repeat mode, shuffle mode and time (time not shown in screenshot)
+<li>Scrolling path+filename of the current song.
+<li>The ID3 track name
+<li>The ID3 album name
+<li>The ID3 artist namn
+<li>Bit rate and sample frequency. VBR files display average bitrate.
+<li>Elapsed and total time
+<li>A slider bar representing where in the song you are
+</ol>
<p>
<table>
-<tr><td> F1 + DOWN </td><td> Toggle key lock ON/OFF </td></tr>
+<tr><th> Key </th><th> Function </th></tr>
<tr><td> UP</td><td> Increase volume </td></tr>
<tr><td> DOWN </td><td> Decrease volume </td></tr>
<tr><td> LEFT </td><td> Move to previous song</td></tr>
@@ -19,9 +29,10 @@ only be seen while there is actual music playback.
<tr><td> PLAY </td><td> Toggle PAUSE/PLAY </td></tr>
<tr><td> ON </td><td> Switch to the <a href="rec-dir.html">dir browser</a> </td></tr>
<tr><td>OFF</td><td> Stop playback </td></tr>
-<tr><td>F1</td><td> Switches to the <a href="rec-menu.html">main menu</a></td></tr>
+<tr><td>F1</td><td> Switch to the <a href="rec-menu.html">main menu</a></td></tr>
<tr><td>F2</td></tr>
<tr><td>F3</td></tr>
+<tr><td> F1 + DOWN </td><td> Toggle key lock ON/OFF </td></tr>
</table>
#include "foot.t"