User Tools

Site Tools


columns_ui:config:playlist_switcher_titleformatting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
columns_ui:config:playlist_switcher_titleformatting [2006/05/01 18:12] – old revision restored musicmusiccolumns_ui:config:playlist_switcher_titleformatting [2012/10/05 19:44] (current) – restored 116.15.33.204
Line 1: Line 1:
 +====== Playlist switcher panel titleformatting reference ======
 +The playlist swicher panel has a feature to use [[ha>Foobar2000:Titleformat Introduction|titleformatting]] for playlist titles. This feature supports colour codes, and tab character columns.
  
 +===== Available fields =====
 +^ 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 |
 +
 +==== Notation ====
 +  * [[wp>iff]]