Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Recent Posts
1
3rd Party Plugins - (fb2k) / Re: foo_uie_webview
Last post by pqyt -
Hi, @pqyt
Can you make the webview stop rendering when foobar2000 is minimized or when the hidden panel of JSplitter is Hidden to true; until the foobar2000 window is restored or the hidden panel of JSplitter is Hidden to false, the rendering will resume again.To reduce CPU and GPU resource consumption
The url of the JSplitter component is:https://foobar2000.ru/forum/viewtopic.php?t=6378
Noted. I hope it's sufficient to detect when the fb2k panel gets hidden.
4
3rd Party Plugins - (fb2k) / Re: JSplitter (splitter + SMP x64 alternative)
Last post by sveakul -
JSplitter v4.0.2

[BUG] Fixed incorrect way of loading scripts
[BUG] The fb.IsMainMenuCommandChecked function could return an incorrect result if the plugin responsible for the menu item did not return menu status flags for unchecked menu
Thanks LUR for the fast update.  I had rolled back from 4.01 to 4.00 attempting to fix the loading problem in Biography, with 4.02 that problem has disappeared no matter if the cache is purged before start. 8)
7
General - (fb2k) / Re: foobar2000 v2.25 preview not rendering DSD higher than DSD128
Last post by papavlos -
The plugins you're using has nothing to do with foobar2000.
- foo_input_sacd
- foo_out_asio+dsd
More precisely: they have nothing to do with UNnP/DLNA. But they have everything to do with DSD format. Foobar is unable to read DSD without the first one and to play DSD content on an USB DSD DAC device without the second. Usually such devices come with dedicated Windows ASIO drivers.

I agree, dealing with higher DSD frequencies need enough computing power and network throughput. It is usually a hardware capacity challenge, not software bottlenecks.

You have quoted my first post in this thread, but my previous post just above yours has shown a working workaround for DSD256.
8
Support - (fb2k) / Properties window not remembering position correctly in Win11
Last post by Dandruff -
foobar2000 2.24.5

-> open properties of any file
-> resize left edge to the left border of the desktop (or right edge to the left border of the desktop)
-> close properties
-> reopen properties

Result: left edge (or right edge in second case) moved away from the desktop edge a bit


Screen: 1920x 1200 px
Win11 23H2
9
foobar2000 for Mac / Re: foobar2000 for Mac: bugs
Last post by Guildencrantz -
When using exclusive built-in output, it is impossible to change volume with hardware buttons on keyboard, i.e. they don't actually change the volume. Is this intended? And what are the upsides of exclusive mode?
10
3rd Party Plugins - (fb2k) / Re: Spider Monkey Panel (foo_spider_monkey_panel)
Last post by Gabriel Schwartz -
Quote
JSplitter is a different component and I am not sure I want to invest into migrating all my UI customizations to it.
Note this is easy as long as you follow this method:
https://github.com/regorxxx/Playlist-Manager-SMP/wiki/SMP-to-JSplitter-Migration


Additionally, I'm adding a feature on all my scripts aimed at this process.
- Entries to import/export all panel data. This includes properties and any associated file (for ex. playlists from playlist manager, databases from world map, analysis files from seekbar, etc.), which are automatically zipped.
- Another entry to copy UI settings across panels with same script (by any component). Really helps on layout with multiple panels, since you only need to set one and clone it to the rest.

It really takes 3 clicks to export an entire SMP panel and cloning it into JSplitter (or the opposite)

Importing entire panel (not just UI settings like colors, but also any data)
Spoiler (click to show/hide)

Sharing UI settings (note this works across any component, so you can share UI settings from SMP to JSplitter panels too)
Spoiler (click to show/hide)



Anyway people using foobar V2 x86 can continue using SMP developed by marc, which has multiple bugfixes and improvements. So not dead.

Great, I was not aware of this export option.
I will give it a try.