2002-08-06 11:38:06 +00:00
|
|
|
#define _PAGE_ Rockbox WPS
|
|
|
|
#include "head.t"
|
2002-08-06 14:24:29 +00:00
|
|
|
#include "manual.t"
|
2002-08-06 11:38:06 +00:00
|
|
|
<p>
|
2002-08-06 11:18:18 +00:00
|
|
|
The While Playing Screen shows info about what is currently played and can
|
|
|
|
only be seen while there is actual music playback.
|
2002-08-06 11:38:06 +00:00
|
|
|
<p>
|
2002-08-08 22:38:44 +00:00
|
|
|
<img src="rec-wps.png">
|
2002-08-06 11:38:06 +00:00
|
|
|
<p>
|
2002-09-18 12:16:32 +00:00
|
|
|
The screen lines by default contain the following information:
|
2002-08-08 22:38:44 +00:00
|
|
|
<ol>
|
2002-08-08 22:44:47 +00:00
|
|
|
<li>Status bar: Battery level, charger status, volume, play mode, repeat mode, shuffle mode and clock
|
2002-08-08 22:38:44 +00:00
|
|
|
<li>Scrolling path+filename of the current song.
|
|
|
|
<li>The ID3 track name
|
|
|
|
<li>The ID3 album name
|
|
|
|
<li>The ID3 artist namn
|
2002-09-18 12:16:32 +00:00
|
|
|
<li>Bit rate. VBR files display average bitrate and "(avg)".
|
2002-08-08 22:38:44 +00:00
|
|
|
<li>Elapsed and total time
|
2002-09-18 12:16:32 +00:00
|
|
|
<li>A slidebar representing where in the song you are
|
2002-08-08 22:38:44 +00:00
|
|
|
</ol>
|
2002-08-06 11:38:06 +00:00
|
|
|
|
2002-09-18 12:16:32 +00:00
|
|
|
<p>You can configure the WPS contents by creating a .wps file and "playing" it.
|
|
|
|
The <a href="/docs/custom_wps_format.html">custom wps format</a> supports a wide variety of configurations.
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<table class=buttontable>
|
|
|
|
<tr><th>Key</th><th>Function</th></tr>
|
2002-08-06 11:38:06 +00:00
|
|
|
<tr><td> UP</td><td> Increase volume </td></tr>
|
|
|
|
<tr><td> DOWN </td><td> Decrease volume </td></tr>
|
2002-08-29 11:46:47 +00:00
|
|
|
|
2002-09-18 12:16:32 +00:00
|
|
|
<tr><td> LEFT </td><td> Quick press = Go to beginning of track, or if
|
|
|
|
pressed while in the first second of a track, go to previous track.<br>
|
|
|
|
Hold = Rewind in track. </td></tr>
|
2002-08-29 11:46:47 +00:00
|
|
|
|
2002-09-18 12:16:32 +00:00
|
|
|
<tr><td> RIGHT </td><td> Quick press = Go to next track. <br>
|
|
|
|
Hold = Fast-forward in track. </td></tr>
|
|
|
|
<tr><td> PLAY </td><td> Toggle play/pause.</td></tr>
|
|
|
|
<tr><td>ON</td><td> Quick press: Go to <a href="rec-dir.html">dir browser</a> <br>
|
|
|
|
Hold: Show pitch setting screen </td></tr>
|
2002-08-06 14:24:29 +00:00
|
|
|
<tr><td>OFF</td><td> Stop playback </td></tr>
|
2002-09-18 12:16:32 +00:00
|
|
|
<tr><td>F1</td><td> Go to <a href="rec-menu.html">main menu</a></td></tr>
|
|
|
|
<tr><td nowrap>F1 + DOWN</td><td> Key lock on/off </td></tr>
|
|
|
|
<tr><td nowrap>F1 + PLAY</td><td> Mute on/off </td></tr>
|
|
|
|
<tr><td nowrap>F1 + ON</td><td> Enter ID3 viewer </td></tr>
|
|
|
|
<tr><td>F2</td><td>Show browse/play settings screen</td></tr>
|
|
|
|
<tr><td>F3</td><td>Show display settings screen</td></tr>
|
2002-08-06 11:38:06 +00:00
|
|
|
</table>
|
|
|
|
|
|
|
|
#include "foot.t"
|