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

    • Yeah, this is absolutely nothing new and EA have done it before. Burnout Paradise, released in 2008, had dynamic advertising billboards that were updated via the internet and targeted people based on location and what EA knew about them from their profile. It was particularly notable for the fact that the Obama presidential campaign ran ads in the game, in an attempt to reach a younger audience who didn't watch broadcast TV any more. It was by no means the first though. Battlefield 2142 from 2006 had the same thing. In fact, Neowin wrote a story about it back then. https://www.neowin.net/news/ba...-in-game-ads-clarification/
    • This is obviously aimed at the education where Apple has lost so much ground to Chromebooks in the last few years, but unless they come up with a comparable management system for education why would anyone switch back?
    • Here's how we arrived at that claim: Note that this is just Play Store downloads. The app is also available on the Galaxy App Store
    • Google Play states the app had more than 50 million downloads. What other metric do you suggest should be used?
    • MSN defined our generation in some ways, kind of like Snapchat and TikTok have done for future generations. I have great memories of the MSN era in the late 90s / early 2000s. In the UK everyone seemed to come home from School and go on MSN for the evening. We didn't really have mobile phones then, so other than going and knocking on your friends door it was a totally new way of interacting with people. I also loved how I could talk to people I’d met playing online games from around the world. Inviting people to NetMeeting and messing about with the shared white board and webcams was pretty fun, even if webcams only ran at a couple of fps over dial-up. All the random things you could do with MsgPlus! were really fun - I suspect that made a few people jump with /shello randomly blasting Mr Hankey out their speakers! Maybe I’m just nostalgic, however I do feel the internet and computers were more fun back then.
  • Recent Achievements

    • One Year In
      Console General earned a badge
      One Year In
    • One Year In
      Twozo Technologies earned a badge
      One Year In
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • Veteran
      branfont went up a rank
      Veteran
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      +Edouard
      200
    3. 3
      PsYcHoKiLLa
      131
    4. 4
      Steven P.
      89
    5. 5
      neufuse
      76
  • Tell a friend

    Love Neowin? Tell a friend!