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

    • I'm so conflicted with the Google Search AI summaries. On one hand I don't like how it's harming smaller websites by greatly reducing traffic which will harm us all in the long run but on the other hand those AI summaries often give me the information I'm after. I have never once clicked on 'show me more' though and never will.
    • Not a single company as small or large it may be is obligated to subsidize its products and sell them at a loss. Your way of thinking is socialist and as a West German with a German brother state but impoverished by state dictatorship and a socialist command economy situated to the East i can tell you - this kind of thinking very quickly leads to products not being produced anymore at all.
    • Apple reportedly has a second-generation iPhone Fold planned for 2027 by Hamid Ganji The iPhone Fold is one of the most anticipated tech products expected to debut this fall. It will be Apple’s first foldable iPhone, ushering in a new product category for the company. While the first generation has yet to hit the shelves, a new leak suggests Apple has already begun work on its successor. Chinese leaker Digital Chat Station claims that the second-generation iPhone Fold has already been confirmed, meaning Apple could launch a successor in fall 2027. The foldable iPhone is also reportedly referred to as the “iPhone Ultra,” though it remains unclear whether Apple will ultimately choose that branding, especially as Samsung is rumored to rename the Galaxy Z Fold 8 as the Galaxy Z Fold Ultra this year. The leaker also claims that the second-generation foldable will feature a wider folding display while reusing the same screen found in the first generation. Apple’s first foldable iPhone is expected to feature a 7.8-inch inner display and a 5.3-inch outer screen in a passport-style form factor. It has already been reported that Apple plans to change its iPhone release cycle in 2026 to spread launches throughout the year. Under this strategy, the iPhone Fold is expected to debut this fall alongside the iPhone 18 Pro and iPhone 18 Pro Max. The standard iPhone 18 and iPhone Air 2 are expected to arrive later in 2026 or in early 2027. Speaking of the iPhone Air, Digital Chat Station says Apple remains undecided about a third-generation model. The company is reportedly waiting to see how the iPhone Air 2 performs in the market, and if sales disappoint, a successor may never materialize. As we reported this week, the iPhone Air has not been scrapped from Apple’s plans. The second-generation model is reportedly scheduled for spring 2027 and could introduce upgrades such as an additional rear camera for ultrawide photography and improved battery life.
    • ahh yes the good old your opinion differs from mine so you are therefore insane lol destiny 1 had no agenda pushing and was a massive success of a game, if you clearly look online the team for some reason thought they had too many men on the team and went on a woman and dei recruitment drive and we all know how destiny 2 performed from then on in
    • The limited imaginations and business acumen of non-dominant players is simply that: the abject lack of creative business acumen. Businesses often want to operate in a financially-rewarding marketplace (free market economics) and/or exit/cash-out at maximal financial recompense. Money is their incentive; regulations are both their obstacles and their tools; politics is their means of influencing the marketplace. Google, in this story's example, is crying that AWS and Azure are "too dominant" -- cuz Google Cloud is not printing as much money as Alphabet wants (although it is still dramatically more than they actually need). The EU DMA should truly follow-the-money and treat the EU as its own sovereign nation in order to protect European market players: Domestic entities are exempt from market-influence regulations until absolute monopoly is achieved; Foreign (non-EU/non-Euro) entities are all regulated via stricter DMA measures whereby regulated partnership with independent domestic entity becomes the only way for foreign entities to 'tip the scale' for favorable financial remunerations. Basically create a dual-track aligning with China's foreign investment models. In my eyes, this is the only way to properly protect the European marketplace beyond the current dot-com/ai-bubble/social-media crazes.
  • Recent Achievements

    • One Year In
      Vistor earned a badge
      One Year In
    • First Post
      kinowa earned a badge
      First Post
    • Rookie
      krychek57 went up a rank
      Rookie
    • Grand Master
      Jaybonaut went up a rank
      Grand Master
    • One Year In
      Philsl earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      406
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      131
    4. 4
      Xenon
      72
    5. 5
      Michael Scrip
      69
  • Tell a friend

    Love Neowin? Tell a friend!