[Foobar] Foo AvA by dawxxx666


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
Link to comment
Share on other sites

(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
Link to comment
Share on other sites

This is awesome!! two thumbs up for the great work man. keep it up!

avarockskg2.jpg

Months back, I never dreamed of foobar2000 looking this good!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

..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
Link to comment
Share on other sites

This is awesome!! two thumbs up for the great work man. keep it up!

avarockskg2.jpg

Months back, I never dreamed of foobar2000 looking this good!

how did you get the play count underneath the title of song like that? looks really nice.

Link to comment
Share on other sites

@ 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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

Looks good. Hmm, I'll think about your problem and PM you later.

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

Link to comment
Share on other sites

Actual background came from FofR's configuration (thx to him). I need new images, so if someone have interesting backgrounds - PM!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

    • No registered users viewing this page.