Foobar2000 Customization Topic


Recommended Posts

Molgen I solved your problem with the BottomPanel.png not displaying unless you resize, it's the location.

If you move the images folder into the panelsui folder and remove all instances of the prefix ".." in the config it loads the moment you start foobar.

Link to comment
Share on other sites

Molgen I solved your problem with the BottomPanel.png not displaying unless you resize, it's the location.

If you move the images folder into the panelsui folder and remove all instances of the prefix ".." in the config it loads the moment you start foobar.

It's okay, i've since changed to using no images for the bottom part of the config..

this is getting crazy now, i'm using a mod of dawxxx666's mod of my mod of his config :)

fuu0.png

Link to comment
Share on other sites

Very nice!

I like the list on the left but I just can't fit it into my current config without it throwing off the whole feel.

Link to comment
Share on other sites

post-151171-1180253895_thumb.png

My Foobar, simple and very elegant yet easy to use and navigate. I won't change it for a long time though I need to settle a few album art issues :p . Most of it was from my ideas though Apul helped quite a bit with the track display.

Scirwode

Link to comment
Share on other sites

I can't find PanelsUI anywhere T.T

nXqd

Google and Google one more time... or PM :D

Edited by dawxxx666
Link to comment
Share on other sites

I'm lovin' the new config. But a few problems.

75740705mc7.jpg

- It doesn't have the track/volume bar.

- How do I make the font all caps? Even though I tag all my songs in lower caps.

- The ratings bar looks all cram up.

BTW, you two did an amazing job. Thanks for everything, otherwise I'd be one confused FB2K user right now.

Edited by Lqv2015
Link to comment
Share on other sites

I'm lovin' the new config. But a few problems.

75740705mc7.jpg

- It doesn't have the track/volume bar.

- How do I make the font all caps? Even though I tag all my songs in lower caps.

- The ratings bar looks all cram up.

BTW, you two did an amazing job. Thanks for everything, otherwise I'd be one confused FB2K user right now.

1) You should install Column UI and WSH panel. It should works, but if not, try to change:

$puts(wshseek,1)
$puts(wshvol,1)

to:

$puts(wshseek,0)
$puts(wshvol,0)

2) I use hooge 05_53 (it have only caps)

3) Those ratings buttons are "|" symbol on your keyboard. Size and shape depends on font which you using so change:

$font(,,bold,100-100-100)$repeat('|',%rating%)
$font(,,bold,200-200-200)$repeat('|',$sub(5,%rating%))

to e.g.

$font(hooge 05_53,6,bold,100-100-100)$repeat('|',%rating%)
$font(hooge 05_53,6,bold,200-200-200)$repeat('|',$sub(5,%rating%))

You can choose other font and size

Link to comment
Share on other sites

OK D, I got the bars to show, but it doesn't look like yours. Looks like your old version. How do I have the fill bars?

Second, I'm totally lost on the font & rating stats. Can't get em to work. But I was wondering if I can get rid of the ratings all together. Looks cleaner.

Thanks for you help D.

Link to comment
Share on other sites

OK D, I got the bars to show, but it doesn't look like yours. Looks like your old version. How do I have the fill bars?

Second, I'm totally lost on the font & rating stats. Can't get em to work. But I was wondering if I can get rid of the ratings all together. Looks cleaner.

Thanks for you help D.

If you want my bars you need WSH panel components and

$puts(wshseek,1)
$puts(wshvol,1)

If you want to delete rating sys just find:

$puts(ratingsys,1)
//Rating
$puts(write_tags,%rating%)
 $if($get(write_tags),$puts(rating,%rating%),$puts(rating,$cinfo(RATING)))
$alignabs($sub(%_width%,6,$add($get(rating_w),)),0,$sub($get(rating_w),6),11,right,top)
$font(hooge 05_53,,bold,100-100-100)$repeat('|',%rating%)
$font(,,bold,200-200-200)$repeat('|',$sub(5,%rating%))
// rating buttons
  $button2($sub(%_width%,47),$eval(%_height%-$get(offset-bot)-$get(lgy-botswapper)+4),0,0,9,19,,,$ifequal($get(write_tags),1,TAG:SET:Rating:,TAG:SET:Rating:1),$ifequal($get(write_tags),
1,TOOLTIP:"Remove Rating",TOOLTIP:"****"))
 $button2($sub(%_width%,40),$eval(%_height%-$get(offset-bot)-$get(lgy-botswapper)+4),0,0,9,19,,,$if($get(write_tags),TAG:SET:Rating:2,'Heart 2'),TOOLTIP:"Not Bad")
 $button2($sub(%_width%,33),$eval(%_height%-$get(offset-bot)-$get(lgy-botswapper)+4),0,0,9,19,,,$if($get(write_tags),TAG:SET:Rating:3,'Heart 3'),TOOLTIP:"Very Good")
 $button2($sub(%_width%,26),$eval(%_height%-$get(offset-bot)-$get(lgy-botswapper)+4),0,0,9,19,,,$if($get(write_tags),TAG:SET:Rating:4,'Heart 4'),TOOLTIP:"Excellent")
 $button2($sub(%_width%,19),$eval(%_height%-$get(offset-bot)-$get(lgy-botswapper)+4),0,0,9,19,,,$if($get(write_tags),TAG:SET:Rating:5,'Heart 5'),TOOLTIP:"Mega Hit!")
// ------------------------------------------------------------------------------ --------------------------------------------------

in track display and:

//Rating
$alignabs($sub(%_width%,25,$add($get(rating_w),)),3,$sub($get(rating_w),6),13,right,top)
$font(,,bold,100-100-100)$repeat('|',%rating%)
$font(,,bold,200-200-200)$repeat('|',$sub(5,%rating%))

and delete'em all :D

Link to comment
Share on other sites

I got the seek to look like yours D. Thanks.

Those 2 to delete, are they on the top, middle, or bottom of the list? Can't find the 1st one, I think I got the 2nd delete.

Link to comment
Share on other sites

I got the seek to look like yours D. Thanks.

Those 2 to delete, are they on the top, middle, or bottom of the list? Can't find the 1st one, I think I got the 2nd delete.

RMB on cover->settings

Link to comment
Share on other sites

Thanks a mil for the help D.

Now I found the first big one, but not the second. Thought I did but I was wrong. It's still visible. Can you post a screenshot of where it is?

Link to comment
Share on other sites

Thanks a mil for the help D.

Now I found the first big one, but not the second. Thought I did but I was wrong. It's still visible. Can you post a screenshot of where it is?

RMB on playlist->Settings->Item display

Link to comment
Share on other sites

This topic is now closed to further replies.