Foobar2000:Preferences:Columns UI/Appearance
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.
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 | $puts(anisep,$select($add($mod(%playback_time_seconds%,4),1),| , ∕ ,─, \ ,)) |
Text
Additional Reading
- Forum Discussion Thread
- Adding Now Playing Animation by Brother John