The playlist swicher panel has a feature to use titleformatting for playlist titles. This feature supports colour codes, and tab character columns.
| Field | Text value | Truth value |
|---|---|---|
| %title% | The title of the playlist. | True |
| %is_locked% | 1 if the playlist is locked, empty otherwise. | True iff the playlist is locked |
| %lock_name% | The name of the playlist locked, if the playlist is locked. Otherwise empty. | True iff the playlist is locked |
| %size% | The number of items in the playlist. | True |
| %length% | The total length of the items in the playlist. | True |
| %filesize% | The sum of the known filesizes of the items in the playlist. | True |
| %filesize_raw% | The sum of the known filesizes of the items in the playlist in bytes. | True |
| %is_active% | 1 if the playlist is the active playlist, empty otherwise. | True iff the playlist is the active playlist |
| %is_playing% | 1 if the playlist is the playing playlist, empty otherwise. | True iff the playlist is currently playing |