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-08-08 22:38:44 +00:00
The screen lines contain the following information:
<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
<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>
2002-08-06 11:38:06 +00:00
<p>
<table>
2002-08-08 22:38:44 +00:00
<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
<tr> <td> LEFT </td> <td> Quick press: moves to the beginning of the song , or if
pressed while in the beginning of a song it moves to the previous
song . Keep the button pressed to rewind the song . </td> </tr>
<tr> <td> RIGHT </td> <td> Quick press: moves to next song . Keep the button pressed to fast - forward the song . </td> </tr>
2002-08-29 10:11:35 +00:00
<tr> <td> PLAY </td> <td> Toggle PAUSE /PLAY. If 'resume' is enabled, pressing PAUSE will make it store a "resume point" where it can start again from later. </ td > </tr>
<tr> <td> ON </td> <td> Switch to the < a href = "rec-dir.html" > dir browser </a> </td> </tr>
2002-08-06 14:24:29 +00:00
<tr> <td> OFF </td> <td> Stop playback </td> </tr>
2002-08-08 22:38:44 +00:00
<tr> <td> F1 </td> <td> Switch to the < a href = "rec-menu.html" > main menu </a> </td> </tr>
2002-08-06 14:24:29 +00:00
<tr> <td> F2 </td> </tr>
2002-08-29 10:11:35 +00:00
<tr> <td> F3 </td> <td> Toggle status bar ON /OFF</ td > </tr>
2002-08-08 22:38:44 +00:00
<tr> <td> F1 + DOWN </td> <td> Toggle key lock ON /OFF </ td > </tr>
2002-08-06 11:38:06 +00:00
</table>
#include "foot.t"
2002-08-06 11:18:18 +00:00