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

    • Google Chrome 149.0.7827.156 (offline installer) by Razvan Serea The web browser is arguably the most important piece of software on your computer. You spend much of your time online inside a browser: when you search, chat, email, shop, bank, read the news, and watch videos online, you often do all this using a browser. Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. Use one box for everything--type in the address bar and get suggestions for both search and Web pages. Thumbnails of your top sites let you access your favorite pages instantly with lightning speed from any new tab. Desktop shortcuts allow you to launch your favorite Web apps straight from your desktop. Chrome has many useful features built in, including automatic full-page translation and access to thousands of apps, extensions, and themes from the Chrome Web Store. Google Chrome is one of the best solutions for Internet browsing giving you high level of security, speed and great features. This update includes 33 security fixes. [N/A][516496659] Critical CVE-2026-12437: Use after free in WebShare. Reported by Google on 2026-05-25 [N/A][516947912] Critical CVE-2026-12438: Inappropriate implementation in WebView. Reported by Google on 2026-05-27 [N/A][519728275] Critical CVE-2026-12439: Use after free in Digital Credentials. Reported by Google on 2026-06-03 [N/A][519731619] Critical CVE-2026-12440: Use after free in DigitalCredentials. Reported by Google on 2026-06-03 [N/A][520157118] Critical CVE-2026-12441: Use after free in File Input. Reported by Google on 2026-06-05 [N/A][521950423] Critical CVE-2026-12442: Use after free in Passwords. Reported by Google on 2026-06-09 [N/A][522566295] Critical CVE-2026-12443: Use after free in Web Authentication. Reported by Google on 2026-06-11 [N/A][513160088] High CVE-2026-12444: Out of bounds read in Chromoting. Reported by Google on 2026-05-14 [N/A][513199795] High CVE-2026-12445: Use after free in Extensions. Reported by Google on 2026-05-14 [N/A][513313107] High CVE-2026-12446: Insufficient data validation in Passwords. Reported by Google on 2026-05-14 [N/A][513405023] High CVE-2026-12447: Heap buffer overflow in WebRTC. Reported by Google on 2026-05-15 [N/A][513458233] High CVE-2026-12448: Inappropriate implementation in WebView. Reported by Google on 2026-05-15 [N/A][513480539] High CVE-2026-12449: Use after free in Chromoting. Reported by Google on 2026-05-15 [N/A][514531776] High CVE-2026-12450: Inappropriate implementation in Media. Reported by Zhixin Tu on 2026-05-19 [N/A][514741076] High CVE-2026-12451: Use after free in DigitalCredentials. Reported by Google on 2026-05-19 [N/A][515462244] High CVE-2026-12452: Use after free in Downloads. Reported by Google on 2026-05-21 [N/A][516448843] High CVE-2026-12453: Insufficient validation of untrusted input in Input. Reported by Google on 2026-05-25 [N/A][516926968] High CVE-2026-12454: Race in Safe Browsing. Reported by Google on 2026-05-27 [N/A][517069848] High CVE-2026-12455: Use after free in Tab Strip. Reported by Google on 2026-05-27 [N/A][517124587] High CVE-2026-12456: Insufficient validation of untrusted input in Extensions. Reported by Google on 2026-05-27 [N/A][517153117] High CVE-2026-12457: Insufficient data validation in Extensions. Reported by Google on 2026-05-27 [N/A][517258337] High CVE-2026-12458: Incorrect security UI in Passwords. Reported by Google on 2026-05-27 [N/A][517406035] High CVE-2026-12459: Inappropriate implementation in Serial. Reported by Google on 2026-05-28 [N/A][517484284] High CVE-2026-12460: Insufficient policy enforcement in File System Access. Reported by Google on 2026-05-28 [N/A][517727318] High CVE-2026-12461: Out of bounds read in WebRTC. Reported by Google on 2026-05-29 [N/A][517916024] High CVE-2026-12462: Use after free in Media. Reported by Google on 2026-05-29 [N/A][518042749] High CVE-2026-12463: Inappropriate implementation in Views. Reported by Google on 2026-05-30 [N/A][519358344] High CVE-2026-12464: Use after free in Browser. Reported by Google on 2026-06-03 [N/A][520189702] High CVE-2026-12465: Insufficient validation of untrusted input in Metrics. Reported by Google on 2026-06-05 [N/A][520199394] High CVE-2026-12466: Heap buffer overflow in WebRTC. Reported by Google on 2026-06-05 [N/A][520202726] High CVE-2026-12467: Use after free in Extensions. Reported by Google on 2026-06-05 [N/A][521485244] High CVE-2026-12468: Inappropriate implementation in Updater. Reported by Google on 2026-06-08 [N/A][521618871] High CVE-2026-12469: Uninitialized Use in GPU. Reported by Google on 2026-06-09 Important to know! The offline installer links do not include the automatic update feature. Download web installer: Google Chrome Web 32-bit | Google Chrome 64-bit | Freeware Download: Google Chrome Offline Installer 64-bit | Direct Link | 131.0 MB Download: Google Chrome Offline Installer 32-bit | Direct Link | 119.0 MB Download page: Google Chrome Portable Download: Chrome ARM64 | Direct Link View: Chrome Website | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • they couldnt do W11 LTSC so the support lasts longer....
    • The fact that the pref is not enabled by default tells you that what you see is what you get...for now. Hopefully the final version will have all the quirks ironed out.
    • It's enterprise, not consumer. And "...affected scenarios involve third-party software..." Would be good to know that in headline, not way down in the article. Instead, you lead with Windows update, which is not very helpful and misleading, IMHO. Just saying.
  • Recent Achievements

    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
    • Week One Done
      Prasann earned a badge
      Week One Done
    • First Post
      Dys Topia earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      503
    2. 2
      +Edouard
      173
    3. 3
      PsYcHoKiLLa
      97
    4. 4
      Steven P.
      85
    5. 5
      ATLien_0
      71
  • Tell a friend

    Love Neowin? Tell a friend!