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

    • NASA: This asteroid may not kill us but it probably won't be far off either by Sayan Sen Image by Zelch Csaba via Pexels New observations by NASA's James Webb Space Telescope have eliminated the last remaining impact threat posed by asteroid 2024 YR4, ruling out the possibility that the near-Earth object could strike the Moon in December 2032. NASA said observations collected by Webb on February 18 and 26, 2026, enabled scientists to refine the asteroid's orbit enough to "rule out a chance of lunar impact on Dec. 22, 2032." Instead, asteroid 2024 YR4 is now expected to pass the Moon at a distance of about 13,200 miles (21,200 km). The agency stressed that the update "reflects improved precision in our understanding of where the asteroid is expected to be in 2032 rather than a shift in its orbital path." The announcement closes a remarkable chapter in planetary defence that began in late 2024, when the approximately 60-metre-wide asteroid briefly became the most closely watched near-Earth object in the world. Discovered on December 27, 2024, by the ATLAS telescope in Chile, 2024 YR4 initially appeared to have a small chance of colliding with Earth on December 22, 2032. As astronomers gathered more observations, the impact probability briefly climbed to around 3%—the highest ever recorded for an asteroid of its size—before steadily falling as its orbit became better understood. By early 2025, international observations had ruled out any significant risk to Earth. However, astronomers were left with another possibility: a roughly 4% chance that the asteroid could instead strike the Moon. "The probability that asteroid 2024 YR4 will strike the Moon on 22 December 2032 is now approximately 4%," the European Space Agency (ESA) had said last year, noting that "there is a 96% chance that the asteroid will not impact the Moon." ESA said such an impact, while unlikely, would have presented an extraordinary scientific opportunity. "It is a very rare event for an asteroid this large to impact the Moon – and it is rarer still that we know about it in advance. The impact would likely be visible from Earth, and so scientists will be very excited by the prospect of observing and analysing it," said Richard Moissl, Head of ESA's Planetary Defence Office. "It would certainly leave a new crater on the surface. However, we wouldn't be able to accurately predict in advance how much material would be thrown into space, or whether any would reach Earth," he added. The asteroid also exposed an important blind spot in planetary defence. Because 2024 YR4 approached Earth from the direction of the Sun, it remained hidden from ground-based telescopes until after its closest approach. "We looked into how Neomir would have performed in this situation, and the simulations surprised even us," Moissl said. "Neomir would have detected asteroid 2024 YR4 about a month earlier than ground-based telescopes did. This would have given astronomers more time to study the asteroid's trajectory and allowed them to much sooner rule out any chance of Earth impact in 2032." He added, "As an infrared telescope, like Webb, Neomir would have also immediately given us a much better estimate for the asteroid's size, which is very important for assessing the significance of the hazard." The latest NASA observations underscore the value of space-based infrared telescopes in tracking faint asteroids. According to NASA, Webb made "among the faintest ever observations of an asteroid," extending the object's observational record by nearly eight months at a time when it had become too faint for other telescopes. That additional data allowed scientists to eliminate the remaining uncertainty surrounding its 2032 flyby. Although asteroid 2024 YR4 is now confirmed to pose no threat to either Earth or the Moon, scientists say its discovery remains one of the most significant real-world tests of the international planetary defence system, demonstrating how continued observations can rapidly transform an object once considered hazardous into one whose future path is known with high confidence. Source: NASA, ESA 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.
    • Yup. Google is just scraping the entire internet for their own ad profits without sharing revenue with the sources. It's obviously stealing, but since these sites depend upon Google's search scraps to survive... As for me, I just stopped using Google for anything except Reddit searches. If Reddit's own search wasn't complete crapola, I'd never use Google search again.
    • I had a feeling this was coming. Picked up my first Mac ever last Saturday. Glad I did.
    • In a major surprise there is actually some good deals for the first time in years. At least for me.
  • Recent Achievements

    • Conversation Starter
      Admir earned a badge
      Conversation Starter
    • First Post
      The_Focal_Point earned a badge
      First Post
    • Apprentice
      daryld went up a rank
      Apprentice
    • Contributor
      Carltonbar went up a rank
      Contributor
    • One Month Later
      The_Focal_Point earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      419
    2. 2
      +Edouard
      170
    3. 3
      PsYcHoKiLLa
      130
    4. 4
      Xenon
      69
    5. 5
      neufuse
      69
  • Tell a friend

    Love Neowin? Tell a friend!