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

    • A 13 billion year old secret about our Universe's origin was revealed by Sayan Sen Image by Pascal Küffer via Pexels Researchers at the Max-Planck-Institut für Kernphysik (MPIK) in Heidelberg had recreated a key chemical reaction from the early universe, producing results that could change scientists' understanding of how the first stars formed. The study focused on the helium hydride ion (HeH⁺), which is widely regarded as the first molecule to form in the universe. Scientists believe HeH⁺ appeared around 380,000 years after the Big Bang, when the universe had cooled enough for electrons and atomic nuclei to combine into neutral atoms in a period known as recombination. This marked the beginning of chemistry in the cosmos. Immediately after the Big Bang about 13.8 billion years ago, the universe was extremely hot and dense. As it expanded and cooled, hydrogen and helium became the dominant elements. Once neutral helium atoms formed, they could react with ionised hydrogen nuclei, or protons, to create helium hydride ions. Although simple in structure, HeH⁺ played an important role in the young universe. It was the first step in a chain of reactions that eventually produced molecular hydrogen (H₂), a molecule made up of two hydrogen atoms and now the most abundant molecule in the universe. Molecular hydrogen later became a key ingredient in the formation of the first stars. At the time, the universe had entered a phase often called the cosmological "dark age." Matter had become transparent to light following recombination, but there were still no stars or galaxies producing visible light. Several hundred million years would pass before the first stars appeared. For those first stars to form, large clouds of gas had to collapse under their own gravity. To do that, the gas needed to cool by releasing energy. While hydrogen atoms can help with this process at high temperatures, they become less effective below about 10,000 degrees Celsius. Molecules can continue the cooling process by releasing energy through rotational and vibrational motions. Scientists have long considered HeH⁺ a potentially important coolant because of its comparatively large dipole moment, a property that describes how electric charge is distributed within a molecule and allows it to release energy efficiently. The amount of helium hydride present in the early universe may therefore have influenced how easily the first stars could form. At the same time, HeH⁺ was constantly being destroyed. Under primordial conditions, its main destruction mechanisms were recombination with free electrons and chemical reactions with hydrogen atoms. These reactions ultimately helped produce molecular hydrogen, linking the formation and destruction of HeH⁺ to the chemistry that shaped the early universe. For many years, theoretical studies suggested that reactions between HeH⁺ and hydrogen atoms would become much slower at low temperatures. Scientists believed there was an energy barrier along the reaction pathway that reduced the chances of the reaction taking place in the cold conditions of the early universe. The new study suggests otherwise. To investigate the process, researchers recreated a closely related reaction using deuterium, a naturally occurring isotope of hydrogen that contains one proton and one neutron in its nucleus. When HeH⁺ collides with deuterium, it forms an HD⁺ ion and a neutral helium atom. This allows scientists to study the reaction in a controlled way while closely mimicking the behaviour of the original reaction involving hydrogen. The experiments were carried out at the Cryogenic Storage Ring (CSR) at MPIK, a specialised facility designed to recreate conditions similar to those found in space. Researchers stored HeH⁺ ions in the 35-metre storage ring for up to 60 seconds at temperatures just a few kelvins above absolute zero and merged them with a beam of neutral deuterium atoms. By adjusting the speeds of the two particle beams, the team measured how the reaction rate changed with collision energy, which is directly related to temperature. The researchers found that the reaction rate remains almost constant as temperatures decrease. In other words, the reaction does not slow down at low temperatures as earlier models predicted. “Previous theories predicted a significant decrease in the reaction probability at low temperatures, but we were unable to verify this in either the experiment or new theoretical calculations by our colleagues,” explained Dr Holger Kreckel of MPIK. “The reactions of HeH⁺ with neutral hydrogen and deuterium therefore appear to have been far more important for chemistry in the early universe than previously assumed,” he continued. According to the researchers, the reaction appears to be barrierless, meaning there is no energy obstacle preventing it from taking place efficiently even at very low temperatures. The findings support recent theoretical work led by physicist Yohann Scribano, whose group identified an error in a widely used potential energy surface, a mathematical model used to describe how the energy of a system changes during a chemical reaction. The error appears to have caused previous studies to significantly underestimate reaction rates under primordial conditions. The new calculations closely match the experimental results. Together, they suggest that helium chemistry in the early universe may need to be re-evaluated. Because molecules such as HeH⁺ and molecular hydrogen played an important role in cooling primordial gas clouds, the findings could help scientists build more accurate models of how the first stars formed. By showing that helium hydride was likely destroyed more efficiently than previously thought, the study offers new insight into the chemical processes that shaped the universe during its earliest stages and helped set the conditions for the emergence of the first stars. Source: Max-Planck Institute, EDP Sciences This article was generated with some help from AI and reviewed by an editor. Under Section 107 of the Copyright Act 1976, this material is used for the purpose of news reporting. Fair use is a use permitted by copyright statute that might otherwise be infringing.
    • "What an interesting smell you've discovered"
    • It could EASILY be 70 for the base game BUT + lots of FOMO to make it up to 100-120, like a few days Early Access, online money, pre-order bonus cars, weapons, missions, clothing, avatars or profile stuff, etc... And still WAY TOO MANY people would buy those and make Rockstar insane money.
    • Just to understand: your solution to getting rid of an online password manager is...another online password manager?
    • Cjam 2.5.0.0 by Razvan Serea Cjam is a lightweight and fast MP3 editor for Windows that lets you cut, join, and edit MP3 files without re-encoding. This means your audio quality remains untouched, and edits happen instantly. Cjam is ideal for quick, lossless edits—whether you're trimming music, combining tracks, or preparing audio for learning tools or podcasts. It features batch processing, scripting support, cue and playlist file handling, and a simple interface. Cjam is perfect for anyone who needs efficient MP3 editing without the complexity of full audio suites. Cjam requires a PC running Windows 10 or later and Microsoft .NET 6.0 or later. Key features for Cjam: No Re-encoding: Edit MP3 files without losing quality. Cut and Join MP3: Easily cut, trim, and combine MP3 tracks. Batch Processing: Edit multiple files at once for faster workflows. Scriptable Interface: Automate tasks with a custom command language. Cue and Playlist Support: Handle CUE and playlist files for seamless audio management. Fast and Lightweight: Quick processing with minimal system resources. Lossless Audio Editing: Ensure your edits don't affect audio quality. Simple User Interface: Clean, intuitive design for easy navigation. File Format Support: Works with MP3, Cjam-specific file formats (CJAMC, CJAMJ, CJAM). Cjam 2.5.0.0 changelog: Added clipboard-based import/export support for mp3DirectCut Added clipboard-based export support for REAPER Added support for naming IMP3 elements Changed the Reset behavior to preserve Undo/Redo history; use Shift key + Reset button to clear it Added a new command parameter (qcp) Added 8 new entries to lang.txt (main_c124-126, main_d150-151, main_m082, vme_c014, vme_d005) Fixed a bug where the il parameter was incorrectly applied when pasting VMP3s into the main list Fixed several other minor bugs Download: Cjam 2.5.0.0 | 1.4 MB (Freeware) Links: Cjam Home Page | Cjam Manual | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Dedicated
      JuvenileDelinquent earned a badge
      Dedicated
    • First Post
      DrWankel earned a badge
      First Post
    • Reacting Well
      DrWankel earned a badge
      Reacting Well
    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
    • Week One Done
      Genuinetonerink- Dubai earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      +Edouard
      163
    3. 3
      PsYcHoKiLLa
      91
    4. 4
      Steven P.
      75
    5. 5
      Michael Scrip
      72
  • Tell a friend

    Love Neowin? Tell a friend!