Recommended Posts

Hey all

I am using the v0.9 beta 5 of foobar I like it a lot but it seems they took out the feature where you could highlight a song and it would then play that song after it was done playing the current one. Is this a bug did they take it out or am I just missing how to turn it on, does anyone know how. Thanks

Hey all

I am using the v0.9 beta 5 of foobar I like it a lot but it seems they took out the feature where you could highlight a song and it would then play that song after it was done playing the current one. Is this a bug did they take it out or am I just missing how to turn it on, does anyone know how. Thanks

586159516[/snapback]

No, they just disabled it by default.

Playback > Playback follows cursor

Yes

586162521[/snapback]

Alright, open your foobar options and put this in globals (under playlist view, globals tab)

textcolor|selected-textcolor|$if($strcmp($mod(%_playlist_number%,2),0),Alternating color1,Alternating color2)|selected background color

hope that makes sense, ask if it doesn't

Which parts of that code do i have to substitute my own colors in for?

Edit: i tried it and it only gives me a gray backgorund ont he song that's currently playing. Do i put this in the color or variable tab under the global tab?

Edited by j.nudd
fooby2is.th.png

586159445[/snapback]

It's "Navigator-Suite"? I'm using that too, so could you post your custom colour codes?

Which parts of that code do i have to substitute my own colors in for?

Edit: i tried it and it only gives me a gray backgorund ont he song that's currently playing. Do i put this in the color or variable tab under the global tab?

586163352[/snapback]

color tab. and the strings will be like this :

000000|00ffff|$if($strcmp($mod(%_playlist_number%,2),0),ffffff,eeeeee)|
800000|800000

Edited by miscellanea
It's "Navigator-Suite"? I'm using that too, so could you post your custom colour codes?

586164309[/snapback]

:)

// is your custom-theme a dark-theme? (0=no, 1=yes)
$puts(theme_dark,1)

// foreground colors
$puts(standard_color,$rgb(146,146,146))
$puts(special_color,$rgb(233,202,148))
$puts(playing_color,$rgb(57,64,82))
$puts(borders_color,$rgb(87,88,100))

// background colors
$puts(bg_color,$rgb(34,42,61))
$puts(bg_color2,$rgb(37,43,66))

// various symbols used in display
$puts(symbol_rating,● )

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.