(http://img4.imageshack.us/img4/5807/capturecsl.jpg) (http://img4.imageshack.us/i/capturecsl.jpg/)
Does anyone know what the pattern is for this column so I can put that little playing arrow in a column with a different name?
Thanks in advance!
There is no pattern. Hardcoded columns are not necessarily made using title formatting.
Does anyone know what the pattern is for this column so I can put that little playing arrow in a column with a different name?
$if(%ispaused%,||,$if(%isplaying%,>))
here is a real playback pointer
$if(%isplaying%,$char(9654))
Thanks broceratops. I combined what both of you have done and now I just need to find a better pause symbol because the two pipes looks kind of retarded. If you guys know the char code for a good pause symbol please PIF.
wiki is always a good start
http://wiki.hydrogenaudio.org/index.php?ti...#.24char.28x.29 (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Titleformat_Reference#.24char.28x.29)
In case anyone else was looking for a solution to this as well this is what I ended up with:
Paused
(http://img121.imageshack.us/img121/9913/paused.jpg)
Playing
(http://img36.imageshack.us/img36/4580/playing.jpg)
$if(%ispaused%,$char(9655),$if(%isplaying%,$char(9654)))