Foobar2000 Customization Topic


Recommended Posts

Hello :) This is my first post and my config.

My question is kind of silly and simple :unsure:

I can't figure out how to change the colour of % counter on the right of the progress bar ( track info panel ) . Thank You for future help.

I've learned a lot from this topic ;) Thanks everyone!

post-81929-1100966633_thumb.jpg

Link to comment
Share on other sites

Well it's the normal sidebar with some plugins:

foo_uie_albumart_v0_034 ( must have msvcp71.dll installed in the foobar dir )

and foo_uie_trackinfo

Everything I done is based on this very topic and links to the hydrogenaudio.org forum ( links were posted a few pages ago here also )

Usefull links:

http://www.hydrogenaudio.org/forums/index....opic=29383&st=0

for the album art

and

http://www.hydrogenaudio.org/forums/index....showtopic=29363

for the track info panel

But this topic will give you every necessary info of how to do it .

Link to comment
Share on other sites

acedriver superb mod:) That green progressbar on the bottom is skinned by windowsblinds or sth or you can change its colour in the foobar options? If so can you explain how?

Thanks:)

Edited by Dorian
Link to comment
Share on other sites

the progress bar is based on the config I found in this thread

// set color for progress bar
$puts(col_progbar_symb1,008000)
$puts(col_progbar_symb2,000000)

// set variables
$puts(spacer_symb,' ')
$puts(spacer_width,2)
$puts(progbar_symb1,'█')
$puts(progbar_symb2,'█')
$puts(progbar_length,16)

// add colors and formatting
$puts(spacer,$repeat($get(spacer_symb),$get(spacer_width)))
$puts(progbar_symb1,$get(col_progbar_symb1)$get(progbar_symb1))
$puts(progbar_symb2,$get(col_progbar_symb2)$get(progbar_symb2))

// progress bar (checking total because of streaming)
$puts(progress_bar,
$if(%_time_total_seconds%,
$get(spacer)$get(spacer)
$progress2(%_time_elapsed_seconds%,%_time_total_seconds%,$get(progbar_length),$get(progbar_symb1),$get(progbar_symb2))
)
)

$codec()' '
[%__bitrate%kbps ]['('%__bitrate_dynamic%kbps')' ][%__samplerate%Hz]' '
$channels()
[ %__extrainfo%]'   ?   '
$if(%_time_total%,[%_time_elapsed%]' / '[%_time_total%],[%_time_elapsed%])

$tab()$get(progress_bar)

put it in Title Formatting > Status Bar

Link to comment
Share on other sites

latest.. started playing with side panel

584960398[/snapback]

Hey nice setup!!

I have just begone playing a little with the Side Panel aswell!

This is how my config looks at the moment!

--

neksus

Link to comment
Share on other sites

It looks great Neksus. I've got a question thou. I just can't find the option... how to change the inside colour of the side panel..I mean that when it's displaying such words as seekbar, trackinfo etc. That colour which in your config is yellow f.e. under the buttons.

I want to change the colour to match my windows blinds skin. And my setup is on the previous page (59) ...that should give you an idea of what I meant if I couldn't explain correctly.

Thank you for future answer.

P.S. Fab music you have there. This new Illdisposed is damn good.:)

Edited by Dorian
Link to comment
Share on other sites

It looks great Neksus. I've got a question thou. I just can't find the option... how to change the inside colour of the side panel..I mean that when it's displaying such words as seekbar, trackinfo etc. That colour which in your config is yellow  f.e. under the buttons.

I want to change the colour to match my windows blinds skin. And my setup is on the previous page (59) ...that should give you an idea of what I meant if I couldn't explain correctly.

Thank you for future answer.

P.S.  Fab music you have there. This new Illdisposed is damn good.:)

584964407[/snapback]

I like to know that as well.

Also, how have you guys changed the seekbar and volume indicator graphics?

Link to comment
Share on other sites

@Dorian

Thanks! It as already changed! See my new setup attachment!

About your question:

You can't they get their color from your skin!

And yes the new illdisposed kicks ass, I am going to see them live this saturday!

--

neksus

Link to comment
Share on other sites

It's been a while since I posted a foobar shot. Here we go... just to show off the bicubic interpolation in the album art :laugh: . I'll release the new version of the component once I have some time to figure out some bugs with the new wildcard matching in sources (oddities with special characters).

post-22844-1101109480_thumb.jpg

Link to comment
Share on other sites

How do you go about changing the slider button graphic for the seekbar and volume? I can't find anywhere to change it. Is it a hack of the foobar executable?

584967099[/snapback]

The graphics for those depend on the skin you are using.

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.