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

    • Save 66% on a MagTag Ultra Slim Tracker Card for Apple or Android by Steven Parker Never Lose Anything Again with MagTag Today's highlighted deal comes via our Gear + Gadgets section of the Neowin Deals store where you can save 66% on this MagTag Ultra Slim Tracker Card - Works with Apple Find My App. Keep track of your world with MagTag, a sleek, ultra-slim, reliable tracker that’s built to help you safeguard your most important items. In the size of a credit card, just 1.5mm thick, you can slip MagTag easily into your wallet, backpack, passport pouch luggage…etc. Integrated seamlessly with Apple’s FindMy app, MagTag offers precise real-time global tracking, instant left-behind alerts, loud location beeping, and a long-lasting rechargeable battery. Whether you’re heading to work, on vacation, or simply running errands, MagTag ensures you never lose what matters most. No item left behind Precision Global Tracking: Works seamlessly with the Apple FindMy app, providing real-time tracking anywhere in the world, powered by the vast Apple network. Ultra Slim Design: At just 1.5mm thick and the size of a credit card, MagTag slips easily into your wallet, passport pouch, backpack, or luggage. Instant Alerts: Receive notifications the moment you leave behind your valuables, and locate them easily with a loud beeping sound. Versatile Attachment Options: With a built-in keyring hole, attach MagTag to keys, ID lanyards, kids’ bags, or name tags for easy access and protection. Long Battery Life & Wireless Charging: Lasts up to 5 months on a single charge and can be easily recharged with any Qi wireless charger. Durable & Waterproof: IP68 waterproof and dustproof built to withstand your adventures, perfect for vacations and everyday use, no matter where life takes you. Specs Color: Black Materials: ABS Dimensions: 0.05" x 3.35" x 2.13" (1.5mm x 85mm x 54mm) Ultra-slim Apple FindMy App Built-in keyring hole Battery life: up to 5 months Charging: Qi wireless IP68 rating (waterproof, dustproof) Manufacturer's 90-day warranty Good to know Ships to US Expected Delivery: Expected Delivery: Jun 23 - Jul 2 All sales final. This item is excluded from coupons. Here's the deal: This MagTag Ultra Slim Tracker Card (for Apple or Android) normally costs $59.99, but you can pick it up for just $19.99 for a limited time - that represents a saving of $19. For a full description, specs, and shipping info, click the link below. MagTag Ultra Slim Tracker Card now just $19.99 (was $59.99) Get the two-pack and save 70% Ships only to Contiguous US Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • I cannot believe this is a news post from Neowin. This should be embarassing, coming from a "senior editor". Is it your first day using Windows?! Maybe it's time to find a new Windows news site.
    • It's from having Core Isolation enabled in Windows security settings, which is a good thing!  It's letting you know it's not loading the Bonjour module as it's not signed in a way it would prefer. Bonjour was most likely installed along with iTunes. Feel free to disable that message using the checkbox.
    • I'm looking forward to starting over online. I have no reason to keep all the money, cars, rank after 13 years. Now if I can just move my character itself and nothing else. I would be fine with that. But I doubt they would do a setup that way.
  • Recent Achievements

    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
    • Week One Done
      With What earned a badge
      Week One Done
    • Week One Done
      Harris Gilbert earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      588
    2. 2
      +Edouard
      169
    3. 3
      PsYcHoKiLLa
      74
    4. 4
      Michael Scrip
      66
    5. 5
      ATLien_0
      64
  • Tell a friend

    Love Neowin? Tell a friend!