summaryrefslogtreecommitdiff
path: root/www/manual/wps.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/manual/wps.t')
-rw-r--r--www/manual/wps.t78
1 files changed, 0 insertions, 78 deletions
diff --git a/www/manual/wps.t b/www/manual/wps.t
deleted file mode 100644
index 4ae73c8afc..0000000000
--- a/www/manual/wps.t
+++ /dev/null
@@ -1,78 +0,0 @@
1#define _PAGE_ Manual - While Playing Screen
2#include "head.t"
3#include "manual.t"
4<p>
5<img src="rec-wps.png">
6<br><small>Recorder screenshot</small>
7
8<p>
9The While Playing Screen shows info about what is currently played and can
10only be seen while there is actual music playback.
11
12<h2>Screen contents</h2>
13
14<p>
15The screen lines by default contain the following information:
16
17<h3>Recorder</h3>
18<ol>
19<li>Status bar: Battery level, charger status, volume, play mode, repeat mode, shuffle mode and clock
20<li>Scrolling path+filename of the current song.
21<li>The ID3 track name
22<li>The ID3 album name
23<li>The ID3 artist namn
24<li>Bit rate. VBR files display average bitrate and "(avg)".
25<li>Elapsed and total time
26<li>A slidebar progress meter representing where in the song you are
27<li>Peak meter
28</ol>
29
30<p>Notes:
31<li>The number of lines shown depends on the size of the font used.
32<li>The peak meter is normally only visible if you turn off the status bar.
33
34<h3>Player</h3>
35<ol>
36<li> Playlist index/Playlist size: Artist - Title
37<li> Current-time Progress-indicator Left
38</ol>
39
40<h2>Configuration</h2>
41
42<p>You can configure the WPS contents by creating a .wps file and "playing" it.
43The <a href="/docs/custom_wps_format.html">custom wps format</a> supports a wide variety of configurations.
44
45<h2>Button bindings</h2>
46
47<p>
48<table class=buttontable>
49<tr><th>Key</th><th>Function</th></tr>
50<tr><td nowrap> UP (r) <br>MENU + RIGHT (p)</td>
51<td> Increase volume </td></tr>
52<tr><td> DOWN (r) <br>MENU + LEFT (p)</td>
53<td> Decrease volume </td></tr>
54
55<tr><td> LEFT </td><td> Quick press = Go to beginning of track, or if
56pressed while in the first seconds of a track, go to previous track.<br>
57Hold = Rewind in track. </td></tr>
58
59<tr><td> RIGHT </td><td> Quick press = Go to next track. <br>
60Hold = Fast-forward in track. </td></tr>
61<tr><td> PLAY </td><td> Toggle play/pause.</td></tr>
62<tr><td>ON</td>
63<td> Quick press = Go to <a href="dir.html">dir browser</a> <br>
64(Recorder only:) Hold = Show pitch setting screen </td></tr>
65<tr><td>OFF (r) <br>STOP (p)</td><td> Stop playback </td></tr>
66<tr><td>F1 (r) <br>MENU (p)</td>
67<td> Go to <a href="menu.html">main menu</a></td></tr>
68<tr><td nowrap>F1 + DOWN (r) <br>MENU + DOWN (p)</td>
69<td> Key lock on/off </td></tr>
70<tr><td nowrap>F1 + PLAY (r) <br>MENU + PLAY (p)</td>
71<td> Mute on/off </td></tr>
72<tr><td nowrap>F1 + ON (r) <br>MENU + ON (p)</td>
73<td> Enter ID3 viewer </td></tr>
74<tr><td>F2 (r)</td><td>(Recorder only:) Show browse/play settings screen</td></tr>
75<tr><td>F3 (r)</td><td>(Recorder only:) Show display settings screen</td></tr>
76</table>
77
78#include "foot.t"