Recommended Posts

2nd Try this Week :)

question: the panel on the right side to display your music library I believe, what is it? Where can I get it? Thanks :)

Edit: Also, could I get the code that you used for your progress bar in the bottom right? I have some code from someone else, but I would like to see yours as well so I have something else to cut through to code one for myself. Thanks :)

Edited by pawky

Here is my current config:

currentfoobarsetup9rw.png

I'm still playing around with it, so it isn't finished :p

The now playing bar looks weird but that's because it's set to scroll :)

How did you customize folder icons? I've read this but still can't figure it out. :huh:

Could you provide a sample bitmap?

I enabled Windows bitmaps.

Copied the folder icon from the silk folder to X:\Program Files\foobar2000\icons (X is the drive where foobar is installed)

You'll have to restart foobar so that the settings take effect.

I hope that helps. :)

:Edit:

options0il.jpg

That's how I did it. :)

Edited by Capric0rn

custom buttons:

ok, so I right clicked on the buttons and clicked on customise... I changed the stop button first off to see if it would work. I changed both normal and hot image. After clicking ok and all it ended up showing a blank button. The buttons I am trying to use are .png w/ transparent background. Anyone know what the problem might be?

I also haven't been able to figure out how to add song ratings...

question: the panel on the right side to display your music library I believe, what is it? Where can I get it? Thanks :)

Edit: Also, could I get the code that you used for your progress bar in the bottom right? I have some code from someone else, but I would like to see yours as well so I have something else to cut through to code one for myself. Thanks :)

The panel on the right is foo_uie_explorer 1.04.6a

The progress bar is someone elses creation that I have incorporated I think this is the relevant code -->

$puts(grey,8A8A8A)

$puts(bright,FFFFFF)

$puts(pblength,20)

$puts(pbchar, I)

$tab()$tab()$get(bright)$if(%ispaused%,Paused ,Progress )$progress2(%_time_elapsed_seconds%,%_time_total_seconds%,$get(pblength),$get(ctext)$get(pbchar),$get(grey)$get(pbchar))$char(10)

The panel on the right is foo_uie_explorer 1.04.6a

The progress bar is someone elses creation that I have incorporated I think this is the relevant code -->

$puts(grey,8A8A8A)

$puts(bright,FFFFFF)

$puts(pblength,20)

$puts(pbchar, I)

$tab()$tab()$get(bright)$if(%ispaused%,Paused ,Progress )$progress2(%_time_elapsed_seconds%,%_time_total_seconds%,$get(pblength),$get(ctext)$get(pbchar),$get(grey)$get(pbchar))$char(10)

cool, I will look into that. Also, where can I dl foo_uie_explorer 1.04.6a? Thank you

My explorer like Foobar UI. I think it looks pretty cool. :)

That looks almost like mine ;)

Also which search plugin do you use for the upper right search?

Edited by Capric0rn

Hello again guys. Things are going well w/ working on designing it when I get a chance. I am having a hard time finding how to do two things still.

First, I still am un-sure how I can add a rating to the songs.

I was also wondering how I add vertical and horizontal lines in the album list. I understand how to color the lines and make everyother line a different color (I think so at least ;P) but can't find out how I add that border (vert. & hor.)

One other thing I was wondering though it doesnt have to do w/ foobar design, but you may know anyways. If a song has both album gain and track gain which does it use since they are both different normally. Thank you guys and gals :D

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

    • No registered users viewing this page.