
Click on New. Then enter the properties of this column. It's quite important to do things properly.
You can use Up,Down, Insert,Copy to move copy or delete your columns, they will appear from the left to the right according to their position from the top to the bottom.
It's your turn to do the job. But usually people use columns for (the code given is an example of the code that may be used):
if the file is playing or paused, it displays the " $char(9835)" character where $char(9835) stands for an extra character (I can't display those characters in an HTML page..) See here ). Moreover if the file is playing or paused : It uses the function $mod applied to the time elapsed to compute a number between 0 and 3 then it uses $add to have a number between 1 and 4 and finally the function $select to know what to display else it displays the playlist number

$If the album has various artists, It displays the title (or the filename) and the current artist, else I display only the title (or the filename).
July 14 2008 15:32:12.