User Tools

Site Tools


columns_ui:tips_and_tricks

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
Last revisionBoth sides next revision
columns_ui:tips_and_tricks [2005/02/09 16:01] – added some info on titleformatting musicmusiccolumns_ui:tips_and_tricks [2012/10/05 05:17] – zYMJkMEDRyGXnxst 188.143.232.12
Line 1: Line 1:
-====== Tips and tricks ====== +That kind of thiknnig shows you're an expert
- +
-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. The language used in titleformatting is tagz; an overview of it is available in the titleformat_help.html file in your foobar2000 directory. Several useful function were also added after that document was last updated. These include: +
-  * $codec()\\ returns codec tech info field if available, or file extension otherwise +
-  * $tracknumber([x])\\ returns tracknumber if available, zero paddded to x digits. +
-  * $channels\\ returns a number of channels, word description if stereo or mono +
-  * %_filesize%\\ filesize of file in bytes +
-Square brackets denote an optional field +
-==== Filesize in MB ==== +
-<code tagz>$div(%_filesize%,1048576).$num($muldiv($mod(%_filesize%,1048576),100,1048576),2) MB</code> +
-==== Alternating track colours ==== +
-In your colour string, use this code for the colour you wish to alternate: +
-<code tagz>$ifequal($mod(%_playlist_number%,2),0,<colour a>,<colour b>)</code>replacing <colour a> and <colour b> with your desired colours.+
columns_ui/tips_and_tricks.txt · Last modified: 2012/10/07 03:55 by 98.248.89.12