Specifications
Appendix B. Theme Tags 90
B.6. Playlist/Song Info
Tag Description
%pb Progress Bar. This will display a one character “cup” that
empties as the time progresses.
%pf Full-line progress bar & time display
%px Percentage played in song
%pc Current time in song
%pe Total number of playlist entries
%pn Playlist name (without path or extension)
%pp Playlist position
%pr Remaining time in song
%ps “s” if shuffle mode is enabled
%pt Total track time
%pv Current volume (in dB). Can also be used in a conditional:
%?pv<Mute|...|0 dB|Above 0 dB>
Mute is 0% volume, . . . is the values between Mute and max,
0 dB is max volume, and Above 0 dB is amplified volume
%pS Track is starting. An optional number gives how many seconds
the tag remains true for after the start of the track. The de-
fault is 10 seconds if no number is specified. %?pS(7)<in the
first 7 seconds of track|in the rest of the track>
%pE Track is ending. An optional number gives how many seconds
before the end of the track the tag becomes true. The default
is 10 seconds if no number is specified. %?pE(7)<in the last
7 seconds of track|in the rest of the track>
%Sp Current playback pitch
B.7. Playlist Viewer
Tag Description
%Vp(start,code to
render)
Display the playlist viewer in the current viewport.
• ‘start’ is the offset relative to the currently playing track for the playlist to display
from (0 the current track, 1 is the next track, etc.).
• ‘code to render’ is a line of skin code which will be displayed for each line in the
viewer. All text tags are supported (including conditionals and sublines)
The entire viewport will be used, so don’t expect other tags in the same viewport to
work well. Supported tags are %pp, all tags starting with %i, most tags starting with
The Rockbox manual (version rUnversioned directory-150516) Archos Studio/Player