Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Highlight the current played song (Read 2396 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Highlight the current played song

Hi there,
first of all sorry for my bad english.
iam using foobar 0.9.2 and ui_columns and i would like to have the song colored that is currently played.
that option was available in the normal interface options, and it was this one

[a href="http://img481.imageshack.us/img481/6681/foo15ly.jpg" target="_blank"]
is something like this even possible with columns ui enabeld? can somebody help with that?

moderation: please refrain from inlining images larger than roughly 800x600 and 80KB. please use thumbnails and/or links for large pictures instead.

Highlight the current played song

Reply #1
Insert this into Globals - Style:
Code: [Select]
$if(%isplaying%,$set_style(back,$rgb(255,255,192),$rgb(255,255,192)))

$set_style reference

You can change the color, of course.

 

Highlight the current played song

Reply #2
wow big thanks for your fast help!
it works for me