Foobar2000:Preferences:Columns UI/Appearance

From Hydrogenaudio Knowledgebase
Revision as of 07:08, 11 May 2006 by Jan (talk | contribs) (Appearance moved to Foobar2000:Preferences:Columns UI/Appearance: Needs to be in foobar name space and shown to belong to columnUI)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This is really a Columns UI kinda thing...

Public Columns UI setups


Now Playing Animations

These are strings that use %playback_time_seconds% (%_time_elapsed_seconds%) to do some work.

Note: The following may not view correctly because of wiki formatting and user fonts.

Examples

Color
Fade to a new color $blend($rgb(0,0,0),$rgb(255,255,255),%playback_time_seconds%,%length_seconds%)
Rotate between different levels of blue $blend($rgb(0,0,255),$rgb(255,255,255),$mod(%playback_time_seconds%,5),16))
Text
Basic $select($add($mod(%playback_time_seconds%,4),1), | , ∕ ,─, \)

Text

'/////','\\\\','///','\\','/','\\','///','\\\\'
●••••,•●•••,••●••,•••●•,••••●,•••●•,••●••,•●•••
●••••,●●•••,●●●••,●●●●•,●●●●●,•●●●●,••●●●,•••●●,••••●,•••••[1]
▓████,▓▓███,▓▓▓██,▓▓▓▓█,▓▓▓▓▓,█▓▓▓▓,██▓▓▓,███▓▓,████▓,█████[2]
♪♬♩♫,♫♪♬♩,♩♫♪♬,♬♩♫♪[3]

Usage: replace the $mod parameter by the number of frames, and $select with a row of the table. Some animations will only work with certain fonts, some can be improved by changing fonts. Note: We add 1 to the $mod because $select counts from 1 while $mod counts from 0.

Additional Reading