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.

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

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

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
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

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.

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

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

    • No registered users viewing this page.