Foobar2000 Customization Topic


Recommended Posts

Only been messing around with it for half an hour, how do i make the highlight colour in main window black also.

foobar1if.png

Edited by Suscept
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

I still can't figure out how to make the alternating colors backgrounds. Can anyone help me out?

586161778[/snapback]

Are you using columns UI?

Link to comment
Share on other sites

That's crazy, neotool, config or whatever you did please.  :p

586161882[/snapback]

Here you go. I always use the same config but I change the colors to match my vs, so just modify it with whatever colors you want.

neotool.zip

Link to comment
Share on other sites

Here you go. I always use the same config but I change the colors to match my vs, so just modify it with whatever colors you want.

586162156[/snapback]

Thanks, neotool! It look's super nice with Windows Classic. :woot:

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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,● )

Link to comment
Share on other sites

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

    • No registered users viewing this page.