%< : Display a '<'
%| : Display a '|'
%> : Display a '>'
%s : Indicate that the line should scroll. Can occur anywhere in a line (given that
the text is displayed; see conditionals above). You can specify up to 10 scrolling
lines. Scrolling lines can not contain dynamic content such as timers, peak meters
or progress bars.
Example File
%s%pp/%pe: %?it<%it|%fn> - %?ia<%ia|%d2> - %?id<%id|%d1>
%pb%pc/%pt
That is, "tracknum - title [artist, album]", where most fields are only displayed if
available. Could also be rendered as "filename" or "tracknum - title [artist]".
Default
If you haven't selected a .wps file in the /.rockbox directory, you get the hard coded
wps layout. The default WPS screen is for player:
%s%pp/%pe: %?it<%it|%fn> - %?ia<%ia|%d2> - %?id<%id|%d1>
%pc%?ps<*|/>%pt
And for recorder:
%s%?it<%?in<%in. |>%it|%fn>
%s%?ia<%ia|%?d2<%d2|(root)>>
%s%?id<%id|%?d1<%d1|(root)>> %?iy<(%iy)|>
%pc/%pt [%pp:%pe]
%fbkBit %?fv<avg|> %?iv<(id3v%iv)|(no id3)>
%pb
%pm
3 MAKING YOUR OWN SETTINGS FILE
A .cfg file is used to load settings from a plain text file. A .cfg file may reside anywhere
on the hard disk. The only restriction is that the filename must end in .cfg
Hint: Use the "Write .cfg file" feature (Main Menu-> General Settings) to save the
current settings, then use a text editor to customize the settings file.
Format Rules
Format: setting: value
Each setting must be on a separate line.
Lines starting with # are ignored.
Settings (allowed values) [unit]
volume (0 - 100)
bass (-15 - 15)
treble (-15 - 15)
Rockbox User Manual