#define _PAGE_ Rockbox WPS #include "head.t" #include "manual.t"

The While Playing Screen shows info about what is currently played and can only be seen while there is actual music playback.

The screen lines by default contain the following information:

  1. Status bar: Battery level, charger status, volume, play mode, repeat mode, shuffle mode and clock
  2. Scrolling path+filename of the current song.
  3. The ID3 track name
  4. The ID3 album name
  5. The ID3 artist namn
  6. Bit rate. VBR files display average bitrate and "(avg)".
  7. Elapsed and total time
  8. A slidebar representing where in the song you are

You can configure the WPS contents by creating a .wps file and "playing" it. The custom wps format supports a wide variety of configurations.

KeyFunction
UP Increase volume
DOWN Decrease volume
LEFT Quick press = Go to beginning of track, or if pressed while in the first second of a track, go to previous track.
Hold = Rewind in track.
RIGHT Quick press = Go to next track.
Hold = Fast-forward in track.
PLAY Toggle play/pause.
ON Quick press: Go to dir browser
Hold: Show pitch setting screen
OFF Stop playback
F1 Go to main menu
F1 + DOWN Key lock on/off
F1 + PLAY Mute on/off
F1 + ON Enter ID3 viewer
F2Show browse/play settings screen
F3Show display settings screen
#include "foot.t"