summaryrefslogtreecommitdiff
path: root/www/manual
diff options
context:
space:
mode:
Diffstat (limited to 'www/manual')
-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 8885853782..6a87d0bd45 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
6then it'll jump right into the <a href="play-dir.html">dir browser</a> showing 6then it'll jump right into the <a href="play-dir.html">dir browser</a> showing
7the root (toplevel) directory of your Archos. 7the root (toplevel) directory of your Archos.
8<p> 8<p>
9[screen dump of boot] 9<img src="play-boot.png">
10<p> 10<p>
11[screen dump of toplevel dir] 11[screen dump of toplevel dir]
12 12
diff --git a/www/manual/rec-boot.t b/www/manual/rec-boot.t
index d17cca5dd2..5dffb25acc 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
6then it'll jump right into the <a href="rec-dir.html">dir browser</a> showing 6then it'll jump right into the <a href="rec-dir.html">dir browser</a> showing
7the root (toplevel) directory of your Archos. 7the root (toplevel) directory of your Archos.
8<p> 8<p>
9<img src="rec-logo.png" width=120 height=70 alt="Rockbox Logo"> 9<img src="rec-boot.png" width=120 height=70 alt="Rockbox Logo">
10 10
diff --git a/www/manual/rec-dir.png b/www/manual/rec-dir.png
index f021c78c26..65c8e29549 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 d54087d193..b735af494e 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.
17<table> 17<table>
18 18
19<tr> 19<tr>
20 <td> <img src="rec-mp3.png" width=32 height=40 alt="mp3 icon"></td> 20 <td> <img src="rec-folder.png" width=33 height=42 alt="folder icon"></td>
21 <td>mp3 file </td> 21 <td>folder</td>
22</tr> 22</tr>
23<tr> 23<tr>
24 <td> <img src="rec-m3u.png" width=35 height=45 alt="m3u icon"></td> 24 <td> <img src="rec-m3u.png" width=35 height=45 alt="m3u icon"></td>
25 <td>m3u file</td> 25 <td>playlist</td>
26</tr> 26</tr>
27<tr> 27<tr>
28 <td> <img src="rec-folder.png" width=33 height=42 alt="folder icon"></td> 28 <td> <img src="rec-mp3.png" width=32 height=40 alt="mp3 icon"></td>
29 <td>folder</td> 29 <td>mp3 file </td>
30</tr> 30</tr>
31</table> 31</table>
32 32
diff --git a/www/manual/rec-wps.t b/www/manual/rec-wps.t
index 65583e3dea..21fce856c6 100644
--- a/www/manual/rec-wps.t
+++ b/www/manual/rec-wps.t
@@ -5,13 +5,23 @@
5The While Playing Screen shows info about what is currently played and can 5The While Playing Screen shows info about what is currently played and can
6only be seen while there is actual music playback. 6only be seen while there is actual music playback.
7<p> 7<p>
8[screen dump] 8<img src="rec-wps.png">
9<p> 9<p>
10[explain screen info] 10The screen lines contain the following information:
11<ol>
12<li>Status bar: Battery level, volume, play mode, repeat mode, shuffle mode and time (time not shown in screenshot)
13<li>Scrolling path+filename of the current song.
14<li>The ID3 track name
15<li>The ID3 album name
16<li>The ID3 artist namn
17<li>Bit rate and sample frequency. VBR files display average bitrate.
18<li>Elapsed and total time
19<li>A slider bar representing where in the song you are
20</ol>
11<p> 21<p>
12<table> 22<table>
13 23
14<tr><td> F1 + DOWN </td><td> Toggle key lock ON/OFF </td></tr> 24<tr><th> Key </th><th> Function </th></tr>
15<tr><td> UP</td><td> Increase volume </td></tr> 25<tr><td> UP</td><td> Increase volume </td></tr>
16<tr><td> DOWN </td><td> Decrease volume </td></tr> 26<tr><td> DOWN </td><td> Decrease volume </td></tr>
17<tr><td> LEFT </td><td> Move to previous song</td></tr> 27<tr><td> LEFT </td><td> Move to previous song</td></tr>
@@ -19,9 +29,10 @@ only be seen while there is actual music playback.
19<tr><td> PLAY </td><td> Toggle PAUSE/PLAY </td></tr> 29<tr><td> PLAY </td><td> Toggle PAUSE/PLAY </td></tr>
20<tr><td> ON </td><td> Switch to the <a href="rec-dir.html">dir browser</a> </td></tr> 30<tr><td> ON </td><td> Switch to the <a href="rec-dir.html">dir browser</a> </td></tr>
21<tr><td>OFF</td><td> Stop playback </td></tr> 31<tr><td>OFF</td><td> Stop playback </td></tr>
22<tr><td>F1</td><td> Switches to the <a href="rec-menu.html">main menu</a></td></tr> 32<tr><td>F1</td><td> Switch to the <a href="rec-menu.html">main menu</a></td></tr>
23<tr><td>F2</td></tr> 33<tr><td>F2</td></tr>
24<tr><td>F3</td></tr> 34<tr><td>F3</td></tr>
35<tr><td> F1 + DOWN </td><td> Toggle key lock ON/OFF </td></tr>
25</table> 36</table>
26 37
27#include "foot.t" 38#include "foot.t"