Recommended Posts

Nice collection marceliszpak, I'll move this link to first post

Glad you like it. :)

@morca007

Menu button->File->Preferences->Display->Panels UI->in Panels UI->Layout->choose DAWXXX666_AVA_1.03.pui, then click Save All and that's it.

Edited by marceliszpak
I have playcount on the list but it shows everwhere "? plays" ... what I have to change to make it work

EDIT: found the problem: setting for playcount mod: use PLAY COUNT, setting for playlist (with right mouse button on playlist): use %play counter% instead of %play count%

so I need to download another mod? A "play count mod" in order for this to work?

Sorry but it would be great to have a combined (stereo) peakmeter AND (mono) spectrum analyser,

I mean a spectrum analyser with both left and right channels (L in blue and R in red for instance).

spectrum_LR.bmp

what do you think?

Another example is :

post-230996-1182807413_thumb.jpg

I hope it gives you an idea...

It would be great to "see" how the music we listen has been mixed by sound engineers...

this is a basic idea but it could be interesting, what do you think?

Something else would be the possibility to mute one channel, I mean only listen to the left or the right channel

and so on...

I would be interested in doing that kind of things but how to start?

Another example is :

[stereoSpectrum.jpg]

I hope it gives you an idea...

It would be great to "see" how the music we listen has been mixed by sound engineers...

this is a basic idea but it could be interesting, what do you think?

Something else would be the possibility to mute one channel, I mean only listen to the left or the right channel

and so on...

I would be interested in doing that kind of things but how to start?

Dawxxx666 only creates the layout of the way Foobar looks with the components he's given. He cannot directly change the way the spectrum analyser looks or any other components.

..Just like how he can't add transparency support to either the analysers or peakmeters.

Each component has it's limits on its functions, and you'd have to find the original creator of each component if you want to suggest changes.

Found something even more odd :D

Normal mode: to see play count I need to use %play_counter% in item display on playlist

Small mode: to see play count I need to use %play_count%

same thing to different tags ? (playcount mod plugin is using PlayCount setting and my music is tagged with <PLAY COUNT> so I think normal mode is bad)

O_o

Dawxxx666 only creates the layout of the way Foobar looks with the components he's given. He cannot directly change the way the spectrum analyser looks or any other components.

..Just like how he can't add transparency support to either the analysers or peakmeters.

Each component has it's limits on its functions, and you'd have to find the original creator of each component if you want to suggest changes.

Yes I understand that we only have a dll for the spectrum analyzer...

but unfortunately I can not manage to find the e-mail of its creator... someone knows who is he ?

Hey,

I guess this is a noob-question but I still haven't figured it out how to get Various Artists -albums display properly. They show up as if the artist in the album's first track would be same for the whole album (it displays only track title in title-section, when they should show up like "Artist - title" in it. How to get it work right? In other words, for VA -albums should be: Artist = none (or VA) / Album = album / Title = "Artist - Title" and so on.

Anyways, once again, great job dawxxx666 & co.

Cheers,

Jari

I guess this is a noob-question but I still haven't figured it out how to get Various Artists -albums display properly. They show up as if the artist in the album's first track would be same for the whole album (it displays only track title in title-section, when they should show up like "Artist - title" in it. How to get it work right? In other words, for VA -albums should be: Artist = none (or VA) / Album = album / Title = "Artist - Title" and so on.

If you fill the Tag "Album Artist" with "Various Artists":

va2mj8.th.png

that tag will be used for grouping and the "Artist Name" of the track will be shown in the playlist:

vapw9.th.jpg

MiDiAN

... so you can switch it off in settings :D

BTW: Check out new version of Lyrics panel component

Download

that new version (beta 5) makes my foobar crash as soon as it click on the lyrics panel. I switched back to the earlier version (beta 4).

i have a newb question:

im using the album art downloader and i have it set to save my images to C:\Program Files\foobar2000\Covers under %artist% - %album%.%extension%

so i wanted to change where foobar retrieves my album art from

where/how do i change this?

thanks in advance

i have a newb question:

im using the album art downloader and i have it set to save my images to C:\Program Files\foobar2000\Covers under %artist% - %album%.%extension%

so i wanted to change where foobar retrieves my album art from

where/how do i change this?

thanks in advance

Preferences->PanelsUI->Edit layout->Globals

Then find

// Covers (front, back &amp; artist) path

and replace whole section using this code:

// Covers (front, back &amp; artist) path
$setpvar(MyCoverPath,
[b]$if(
$fileexists($replace(%foobar_path%\covers\%artist% - %album%.jpg,?,)),
$replace(%foobar_path%\covers\%artist% - %album%.jpg,?,),[/b]
    $if(
        $fileexists($replace(%path%,%filename_ext%,*front*.jpg)),
        $replace(%path%,%filename_ext%,*front*.jpg),
            $if(
                $fileexists($replace(%path%,%filename_ext%,*folder*.jpg)),
                $replace(%path%,%filename_ext%,*folder*.jpg),
                $if(
                    $fileexists($replace(%path%,%filename_ext%,*Cover*.jpg)),
                    $replace(%path%,%filename_ext%,*Cover*.jpg),
                        $if(
                            $fileexists($replace(%path%,%filename_ext%,*front*.png)),
                            $replace(%path%,%filename_ext%,*front*.png),
                            $if(
                                $fileexists($replace(%path%,%filename_ext%,*folder*.png)),
                                $replace(%path%,%filename_ext%,*folder*.png),
                                $if(
                                    $fileexists($replace(%path%,%filename_ext%,*Cover*.png)),
                                    $replace(%path%,%filename_ext%,*Cover*.png),
                                    $if(
                                        $fileexists($replace(%path%,%filename_ext%,*%album%*.png)),
                                        $replace(%path%,%filename_ext%,*%album%*.png),
                                        $if(
                                            $fileexists($replace(%path%,%filename_ext%,*%album%*.jpg)),
                                            $replace(%path%,%filename_ext%,*%album%*.jpg),
						$if(
						$fileexists($replace(%path%,%filename_ext%,*.JPG)),
						$replace(%path%,%filename_ext%,*.JPG),
						)
                                            )
                                      )
                                 )
                            )
                       )
                 )
            )
      )
[b])[/b]
)

reverting to the beta 4 helped out, thanks :)

nice work with the config !

only one thing that bothers me is that when the playlist doesn't need the scroll bar and that it is set to hidden, it gets hard to read the time for each song because it's moved to the right...

is there a way to fix that ?

only one thing that bothers me is that when the playlist doesn't need the scroll bar and that it is set to hidden, it gets hard to read the time for each song because it's moved to the right...

is there a way to fix that ?

Yes, I'll I add this 'feature' in version 1.30a

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!