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

    • 26H2 absolutely will support ARM Windows just not on devices that came with 26H1. This is evident by the fact I am running 26H2, which on my MacBook Neo and Surface Pro 12 (inch), within a VM.
    • Mp3tag 3.35 by Razvan Serea Mp3tag is a powerful and yet easy-to-use tool to edit metadata (ID3, Vorbis Comments and APE) of common audio formats. It can rename files based on the tag information, replace characters or words from tags and filenames, import/export tag information, create playlists and more. The program supports online freedb database lookups for selected files, allowing you to automatically gather proper tag information for select files or CDs. Mp3tag supports the following audio formats: Advanced Audio Coding (aac) Free Lossless Audio Codec (flac) Monkeys Audio (ape) Mpeg Layer 3 (mp3) MPEG-4 (mp4 / m4a / m4b / iTunes compatible) Musepack (mpc) Ogg Vorbis (ogg) OptimFROG (ofr) OptimFROG DualStream (ofs) Speex (spx) Toms Audio Kompressor (tak) True Audio (tta) Windows Media Audio (wma) WavPack (wv) Mp3tag 3.35 changelog: This version introduces a new Files options page, enhanced toolbar customization, support for RF64 WAV files, improved Discogs and MusicBrainz tag sources, and many other improvements and fixes. See the Release Notes for more details. Download: Mp3tag 64-bit | 5.7 MB (Freeware) Download: Mp3tag 32-bit | 5.2 MB Link: Mp3tag Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The FIFA World Cup is not US centric.
    • It’s amusing how Microsoft is pushing IT admins as if this was a major, game-changing update. In reality, it’s just an enablement package that bumps the build number, which is disappointing compared to the more substantial 22H2 and 24H2 releases. Technically, 25H2, 26H1, and the upcoming 26H2 are essentially the same, differing only in support schedules. They could have included the Windows K2 improvements here, but chose not to. The era of Windows being in the backburner continues, and this 26H2 release feels like an afterthought. Shame, Nadella, shame.
    • Microsoft, totally not confusing /s 25H2 - Current for non-Arm based Windows 26H1 - Current for Arm based Windows 26H2 - Only for non Arm Windows
  • Recent Achievements

    • Week One Done
      AMV earned a badge
      Week One Done
    • One Month Later
      AMV earned a badge
      One Month Later
    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      523
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      78
    4. 4
      Steven P.
      72
    5. 5
      Michael Scrip
      71
  • Tell a friend

    Love Neowin? Tell a friend!