User Tools

Site Tools


columns_ui:tips_and_tricks

This is an old revision of the document!


New user tips

You may never see the light of day if you try and read the entire Columns UI thread, so this most of the useful information for new users will slowly be filled in here.

Formatting tips

Understanding titleformatting

Rather than blindly using someone elses config, it is best to get a grasp of the titleformatting language, so you can create personalised configs yourself. The language used in titleformatting is tagz; for more information see the articles below:

Filesize in MB

$div(%_filesize%,1048576).$num($div($mul($mod(%_filesize%,1048576),100),1048576),2) MB

Filesize in KB

$ifgreater($div(%_filesize%,1024,1024),1,$div(%_filesize%,1024,1024)',',)$right($div(%_filesize%,1024),3)' KB'

Alternating track colours

In your colour string, use this code for the colour you wish to alternate:

$ifequal($mod(%_playlist_number%,2),0,<colour a>,<colour b>)

replacing <colour a> and <colour b> with your desired colours.

columns_ui/tips_and_tricks.1188082685.txt.gz · Last modified: 2008/03/21 01:31 (external edit)