Status Display Format
The format for the player's status display.
Notes
The format may contain special placeholders for the following
tag attributes:
- artist
- album
- title
- year
- comment
- track
- total
- genre
- bitrate
- length
For Example: To create a status display like Band
- Album - 1 - Title [02:34] you would use the
format %(artist)s - %(album)s - %(track)s - %(title)s [%(length)s].
There are also decimal placeholders for the track number
and total number of tracks available:
For Example: To align the track numbers by filling with
leading zeros, you could use the following format: %(trackNum)02d.
|