Foobar2000 Customization Topic


Recommended Posts

Haven't posted here in a while, and the thread seems kind of dead...

Decided to start with a clean foobar, and make a new pui from scratch. This is based off of the "Banshee" media player, and is still very much WIP:

Funny.... just worked a bit on my old Aero foobar. Banshee influenced me as well, obviously ;)

bansheeaeroes8.th.jpg

Link to comment
Share on other sites

Funny.... just worked a bit on my old Aero foobar. Banshee influenced me as well, obviously ;)

bansheeaeroes8.th.jpg

Looks great,

I wish there was a better "album list" type panel/plugin to use than foo_uie_album_list. It really hasn't got enough options.

I like what you've done with your banshee style layout, I need to think of a good scpl for mine. :)

Link to comment
Share on other sites

Oh hey there apul.

I'll share my config once I've ironed out and tested it a little more tomorrow.

I only started working on it yesterday evening and haven't done much today, so its pretty much my quickest config yet :)

Link to comment
Share on other sites

i don't suppose any of you cool foobar users could help me with a problem....

i have a microsoft multimedia keyboard with play/pause, stop, previous, and next buttons for the media player i set as default. i got it all working fine with foobar by adding the keys and all, but i like foobar minimised to my taskbar. it would be cool if, say, when i push the play/pause button, foobar would play or pause without opening up the main window, which it is doing now as a response to those keys.

anyone have any ideas? :D

Link to comment
Share on other sites

Hi, I'm working a config for myself, but I've run into some problems with switching panels

In particular,I'm having some trouble switching between panels using pvars

I want to be able to switch between three different panels using $select, but I can't get it to work. I know that the panels display properly by themselves, but when I try to have them switch they don't display

I'm not sure if the buttons aren't working, or the pvar isn't being handled correctly or its some silly little syntax/logic error

my code:

$setpvar(display,0)

$button2(10,$eval(%_height%-175),0,0,50,20
	,'$font(Calibri,10,,155-155-155)Track'
	,'$font(Calibri,10,bold underline,155-155-155)Track'
	,'PVAR:SET:display:0',)
$button2(10,$eval(%_height%-150),0,0,50,20
	,'$font(Calibri,10,,155-155-155)Lyrics'
	,'$font(Calibri,10,bold underline,155-155-155)Lyrics'
	,'PVAR:SET:display:1',)
$button2(10,$eval(%_height%-125),0,0,50,20
	,'$font(Calibri,10,,155-155-155)Viz'
	,'$font(Calibri,10,bold underline,155-155-155)Viz'
	,'PVAR:SET:display:2',)

$select($getpvar(display)
	,$panel(Option1,Track Display,$eval(%_width%/2),$eval(%_height%-175),$eval(%_width%/2),150,),
	,$panel(Option2,Lyrics panel,$eval(%_width%/2),$eval(%_height%-175),$eval(%_width%/2),150,),
	,$panel(Option3,Spectrum analyser,$eval(%_width%/2),$eval(%_height%-175),$eval(%_width%/2),150,),
)

This is all in the // PerTrack section of my config btw

Any help would be greatly appreciated

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.