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.
  • Posts

    • I think they still believe it but are realizing that those statements created massive backlash and impacted adoption. I personally think AI, if used regularly will give you back about 30% of your time if you are an “information” worker.
    • I don't have a problem with adverts, I not fond of the tracking. My main problem is when you have to keep clicking close to remove them before you can see anything On the site. The ones that keep updating and moving stuff around as they are different sizes are as bad. Neowin is not too bad with Adverts, but ones that keeps updating or have animation can be distracting when reading something, like the one showing now, about how much should I walk to lose weight. I realise sites need adverts to survive, but stop changing them every few seconds.
    • SQL Server Management Studio 22.7 brings "What's New" page, T-SQL formatting, and lots more by Usama Jawad SQL Server Management Studio (SSMS) is the tool of choice for most developers working with SQL infrastructure and data. Microsoft recently released SSMS version 22, and in the past few months, it has been steadily releasing point upgrades to refine the integrated development environment (IDE). Now, it has released SSMS version 22.7.0 with a bunch of new features and interfaces. For starters, SSMS 22.7 has netted a native "What's New" page, which highlights the top features and bug fixes present in the latest release. However, Microsoft says that this page won't annoy you much as it will only show up each time you update SSMS, and once you dismiss it, it won't be shown again to you until the next release. Secondly, Microsoft has finally introduced T-SQL formatting inside SSMS. The good thing about this is that it does not require installing any additional components, as it is built into the native experience. All you have to do is right-click the query editor window and select Format SQL from the context menu. Additionally, you also have several customization options at your disposal, such as the ability to automatically place semicolons at the end of a statement, split clauses across multiple lines, and more. However, this capability is only in preview for now. Additionally, Microsoft has introduced a preview of Agent Mode, which allows the AI model to automatically perform complex workflows on your behalf. Furthermore, Agent Mode will operate in read-only mode by default, so that you don't have to worry about the AI model accidentally deleting your data. On a related note, Microsoft is finally allowing users to configure the execution context of GitHub Copilot. This can be controlled per database using the CONSTITUTION.md file, where you specify the user details for the agentic executor. You can find details about this and additional bugfixes in Microsoft's blog post here.
    • I only use 3 extensions in Zen. I don't need or want a ton of stuff in my browser i don't use.
    • I prefer to choose my own ad bockers, not what the browser seems to think I need. i remember the days when a browser was just that, now they try and be everything and add stuff in that not all of us want. I bet Brave is full of AI rubbish? I will stick with Zen, not perfect, but better than others.
  • Recent Achievements

    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      PsYcHoKiLLa
      230
    3. 3
      +Edouard
      144
    4. 4
      ATLien_0
      86
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!