Recommended Posts

Two questions:

1) How to make the foobar head replace the EQ button?

2) How do I make my bitrate dynamically change for VBR?

1 right click on the eq button, settings, find (end of the config)

// Foo button
$ifequal($getpvar(showpanel),2,
,
$ifequal($getpvar(blue),1,
$button2(10,$sub(%_height%,57),0,0,20,21,
'$font($get(fontAVA),$get(fontAVAsize_2),,240-240-240) EQ ',
'$font($get(fontAVA),$get(fontAVAsize_2),glow-140-210-220 glowexpand-1 glowalpha-120,0-200-255) EQ ',Equalizer,TOOLTIP:Equalizer)
,
$button2(10,$sub(%_height%,57),0,0,20,21,
'$font($get(fontAVA),$get(fontAVAsize_2),,240-240-240) EQ ',
'$font($get(fontAVA),$get(fontAVAsize_2),glow-255-50-50 glowexpand-1 glowalpha-120,240-240-240) EQ ',Equalizer,TOOLTIP:Equalizer)))

and change it to:

// Foo button

$ifequal($getpvar(showpanel),2,
,
$button2(10,$sub(%_height%,57),0,0,16,16,
'$imageabs2(,,,,,,0,0,/images\pure3\f2k.png,)',
'$imageabs2(,,,,0,,0,0,/images\pure3\f2k_2.png,)',
Equalizer,TOOLTIP:Equalizer))

2

find in //PerSecond (end of the config)

$if(%__bitrate%,$get(spacer)%__bitrate%' kb/s',)

and change it to:

$if2($info(bitrate_dynamic)' Kbps',$info(bitrate)' Kbps')

Edited by morgoth86

(windowsxp)

This is weird. I downloaded version Foo AvA_DX6 1.02 when it was out. That worked fine. I modified it a little to my own tastes.

Today when i upgraded it to Foo AvA_DX6 1.02d. Everything is SLOW. lagging.

At first I just dropped the new files into place (as I usually do.)

Then I did a clean install in addition to the necessary components listed.

Still slow.

I don't think it's the new PanelsUI version, as the old version 1.02 works fine with it. Just not with version 1.02d.

ColumnsUI also works fine. I've even tried toggling the album art setting as mentioned before, still slow.

And some weird [unknown Function] in upper left.

untitled1rv9.th.jpg

Something in the pui settings is buggy for me. Anyone else? Any ideas?

Edited by stripedphantom
And some weird [unknown Function] in upper left.

Something in the pui settings is buggy for me. Anyone else? Any ideas?

Same here. My foobar gets messed up with the config also. Like I get the Unknown Function things and the double minimize, maximize and close buttons. Would love to know what's messing it up.

1 right click on the eq button, settings, find (end of the config)
// Foo button
$ifequal($getpvar(showpanel),2,
,
$ifequal($getpvar(blue),1,
$button2(10,$sub(%_height%,57),0,0,20,21,
'$font($get(fontAVA),$get(fontAVAsize_2),,240-240-240) EQ ',
'$font($get(fontAVA),$get(fontAVAsize_2),glow-140-210-220 glowexpand-1 glowalpha-120,0-200-255) EQ ',Equalizer,TOOLTIP:Equalizer)
,
$button2(10,$sub(%_height%,57),0,0,20,21,
'$font($get(fontAVA),$get(fontAVAsize_2),,240-240-240) EQ ',
'$font($get(fontAVA),$get(fontAVAsize_2),glow-255-50-50 glowexpand-1 glowalpha-120,240-240-240) EQ ',Equalizer,TOOLTIP:Equalizer)))

and change it to:

// Foo button

$ifequal($getpvar(showpanel),2,
,
$button2(10,$sub(%_height%,57),0,0,16,16,
'$imageabs2(,,,,,,0,0,/images\pure3\f2k.png,)',
'$imageabs2(,,,,0,,0,0,/images\pure3\f2k_2.png,)',
Equalizer,TOOLTIP:Equalizer))

2

find in //PerSecond (end of the config)

$if(%__bitrate%,$get(spacer)%__bitrate%' kb/s',)

and change it to:

$if2($info(bitrate_dynamic)' Kbps',$info(bitrate)' Kbps')

Thanks a lot for aiding to my laziness.

any tutorial on how to install this?

any help is appreciated

well, it depends on the depth of help you need. do you need help extracting files from an archive or... to what extent do you need help?

The main thing you have to do, really, is to extract files from ZIP files.

Do you have AIM or some other chat client? PM me, I will assist you when we have coinciding time.

Same here. My foobar gets messed up with the config also. Like I get the Unknown Function things and the double minimize, maximize and close buttons. Would love to know what's messing it up.

Unknown function relates to a missing component. For example, I didn't install "playlist dropdown" and it showed "unknown function" in the placeholder.

Make sure you have all the components.

where do i go to add %play_count% right before the ratings in the playlist?

Insert in item display:

$alignabs($sub(%_width%,55,$add($get(rating_w),)),3,$sub($get(rating_w),6),13,right,top)
$font($get(fontAVA),7,,$if(%_isplaying%,255-255-255,150-150-150))
%play_count% play$if($strcmp(%play_count%,1),,s)

(windowsxp)

This is weird. I downloaded version Foo AvA_DX6 1.02 when it was out. That worked fine. I modified it a little to my own tastes.

Today when i upgraded it to Foo AvA_DX6 1.02d. Everything is SLOW. lagging.

At first I just dropped the new files into place (as I usually do.)

Then I did a clean install in addition to the necessary components listed.

Still slow.

I don't think it's the new PanelsUI version, as the old version 1.02 works fine with it. Just not with version 1.02d.

ColumnsUI also works fine. I've even tried toggling the album art setting as mentioned before, still slow.

And some weird [unknown Function] in upper left.

untitled1rv9.th.jpg

Something in the pui settings is buggy for me. Anyone else? Any ideas?

Install PanelsUI 0.13.8 from http://panels.fooblog2000.com/

I've inserted some functions which are not compatible with older PanelsUI

hi is there a reason the window screen size doesnt save sometimes? its really weird sometimes it will save my resized version, but sometimes it defaults to some fixed size, any ideas where this is stored?

thanks

Edited by nFHQ|MaTrIx
hi is there a reason the window screen size doesnt save sometimes? its really weird sometimes it will save my resized version, but sometimes it defaults to some fixed size, any ideas where this is stored?

thanks

Change in code:

$ifgreater(%_width%,[b]700[/b],
$button2($sub(%_width%,71),3,0,0,25,16,
'$imageabs2(,,,,0,,0,0,/images\pure3\bar\max1$ifequal($getpvar(buttons),1,,_).png,)',
'$imageabs2(,,,,0,,0,0,/images\pure3\bar\max$ifequal($getpvar(blue),1,2,3).png,)',
WINDOWSIZE:'[b]700[/b]':'[b]550[/b]':LEFT:TOP,TOOLTIP:"Change window size")
,
$button2($sub(%_width%,71),3,0,0,25,16,
'$imageabs2(,,,,0,,0,0,/images\pure3\bar\max1$ifequal($getpvar(buttons),1,,_).png,)',
'$imageabs2(,,,,0,,0,0,/images\pure3\bar\max$ifequal($getpvar(blue),1,2,3).png,)',
WINDOWSIZE:'900':'650':LEFT:TOP,TOOLTIP:"Change window size")
)

..double minimize, maximize and close buttons. Would love to know what's messing it up.

You'll need to check "Hide Titlebar" in the settings

Install PanelsUI 0.13.8 from http://panels.fooblog2000.com/

I've inserted some functions which are not compatible with older PanelsUI

Now I have 0.13.8beta. It solved The "Unknown Function" problems, but Foobar still runs slow.

your component folder should look something like this *attached*

I have most of that (minus the 'single column playlist' and 'trackinfomod' as they're part of PanelsUI now,right?)

Foobar still slow for some odd reason..

Does that mean I'm missing something or have something in excess?

Everyone, thanks for your help thus far.

Edited by stripedphantom

@ stripedphantom

Try to reinstall foobar2000 and download my config once again. Do you have UPDATED version of all components?

I have most of that (minus the 'single column playlist' and 'trackinfomod' as they're part of PanelsUI now,right?)

Right

Clean installed Foobar 0.9.4.3.

Dropped in Foo_ava dx6 1.02d.

Added updated necessary components listed in your Deviantart page.

Still slow for every action :(

Please check if I'm missing something important.

untitled1px1.th.jpg

untitled2sp8.th.jpg

Here's my whole Foobar folder with the above components.

http://www.sendspace.com/file/qr6dj2

Edited by stripedphantom
Btw: Other screen from 1.03. Added some images in playlist:

-vinyl (album recorded before 1981, I use some "old" effect on covers too)

-cd (after 1981)

35517037zw3.png

Thx to Br3tt

Wow wow wow, that's "style" dude. :cool:

R E L E A S E please!!! :woot:

BTW: How that white theme goes :whistle: ?

Regards

Clean installed Foobar 0.9.4.3.

Dropped in Foo_ava dx6 1.02d.

Added updated necessary components listed in your Deviantart page.

Still slow for every action :(

Please check if I'm missing something important.

untitled1px1.th.jpg

untitled2sp8.th.jpg

Here's my whole Foobar folder with the above components.

http://www.sendspace.com/file/qr6dj2

http://www.sendspace.com/file/9hcmr9

There's my folder minus the components you told me were already included in the new version of PanelsUI - Thanks!

I'm on windows xp, btw

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

    • No registered users viewing this page.
  • Posts

    • Surprise! We still can't get it right. With the current state of AI, the crappy software, the huge mega-corporations that back all of these idiot things, I think we are a very long way away from SAE Level 5. I, for one, will never get in one.
    • Nice. September/October GA?! I'll keep following it, but won't install any preview or beta versions.
    • Wow, that could have been dangerous, certainly not ready for these things. They have to be 100% or pretty well close to it. Not that I will see one i doubt, never mind ride in one, they may have them in London, but I doubt they will come to where I live.
    • Nothing kills CMF Phone 2 Pro's successor due to rising memory prices by Hamid Ganji Storage and RAM prices have been rising over the past year, leading to a significant increase in the cost of electronics for customers around the world. Many companies are now revising their plans for upcoming devices due to higher component costs and overall production expenses. CMF is the latest company to cancel the successor to one of its best-selling phones due to rising memory prices. CMF is a sub-brand of Nothing and focuses on making budget smartphones for growing markets. The brand launched the CMF Phone 2 Pro last year with some eye-catching specifications and an affordable price. While many customers may have been waiting for a successor this year, one of the company’s executives has announced that CMF will not release a new smartphone this year. And AI is to blame. As Nothing co-founder Akis Evangelidis announced on X, the company has been working on a successor to the CMF Phone 2 Pro, but with current memory prices, it cannot “build a phone that feels like a genuine step forward at a price that makes sense for CMF.” So, no new CMF phone will be launched this year. Meanwhile, Evangelidis said the company still has several new products in the pipeline, including some in entirely new categories. He added that the Nothing brand will also continue launching new products through 2026. Budget smartphones are among the first victims of the surge in RAM and memory prices, as they have become more expensive to build. The sharp increase in memory costs could also reshape the traditional price ranges associated with budget phones. Apple CEO Tim Cook also recently said that price increases for some of the company’s products are unavoidable because RAM and memory have become significantly more expensive this year. Analysts estimate that the base price of the upcoming iPhone 18 Pro could rise to $1,399 due to current market shortages.
    • Nudge me when they bring back hardware audio acceleration so I can get my EAX 5 back. We've evolved graphics to real-time path tracing, but regressed audio some 15 years back in time with this stupid software audio stack.
  • Recent Achievements

    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • One Year In
      Skeet Campbell earned a badge
      One Year In
    • One Month Later
      Sharbel earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      541
    2. 2
      +Edouard
      187
    3. 3
      Michael Scrip
      77
    4. 4
      PsYcHoKiLLa
      75
    5. 5
      Steven P.
      71
  • Tell a friend

    Love Neowin? Tell a friend!