summaryrefslogtreecommitdiff
path: root/www/manual/rec-wps.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/manual/rec-wps.t')
-rw-r--r--www/manual/rec-wps.t49
1 files changed, 0 insertions, 49 deletions
diff --git a/www/manual/rec-wps.t b/www/manual/rec-wps.t
deleted file mode 100644
index 0949fd256a..0000000000
--- a/www/manual/rec-wps.t
+++ /dev/null
@@ -1,49 +0,0 @@
1#define _PAGE_ Rockbox WPS
2#include "head.t"
3#include "manual.t"
4<p>
5The While Playing Screen shows info about what is currently played and can
6only be seen while there is actual music playback.
7<p>
8<img src="rec-wps.png">
9<p>
10The screen lines by default contain the following information:
11<ol>
12<li>Status bar: Battery level, charger status, volume, play mode, repeat mode, shuffle mode and clock
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. VBR files display average bitrate and "(avg)".
18<li>Elapsed and total time
19<li>A slidebar representing where in the song you are
20</ol>
21
22<p>You can configure the WPS contents by creating a .wps file and "playing" it.
23The <a href="/docs/custom_wps_format.html">custom wps format</a> supports a wide variety of configurations.
24
25<p>
26<table class=buttontable>
27<tr><th>Key</th><th>Function</th></tr>
28<tr><td> UP</td><td> Increase volume </td></tr>
29<tr><td> DOWN </td><td> Decrease volume </td></tr>
30
31<tr><td> LEFT </td><td> Quick press = Go to beginning of track, or if
32pressed while in the first second of a track, go to previous track.<br>
33Hold = Rewind in track. </td></tr>
34
35<tr><td> RIGHT </td><td> Quick press = Go to next track. <br>
36Hold = Fast-forward in track. </td></tr>
37<tr><td> PLAY </td><td> Toggle play/pause.</td></tr>
38<tr><td>ON</td><td> Quick press: Go to <a href="rec-dir.html">dir browser</a> <br>
39Hold: Show pitch setting screen </td></tr>
40<tr><td>OFF</td><td> Stop playback </td></tr>
41<tr><td>F1</td><td> Go to <a href="rec-menu.html">main menu</a></td></tr>
42<tr><td nowrap>F1 + DOWN</td><td> Key lock on/off </td></tr>
43<tr><td nowrap>F1 + PLAY</td><td> Mute on/off </td></tr>
44<tr><td nowrap>F1 + ON</td><td> Enter ID3 viewer </td></tr>
45<tr><td>F2</td><td>Show browse/play settings screen</td></tr>
46<tr><td>F3</td><td>Show display settings screen</td></tr>
47</table>
48
49#include "foot.t"