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
91
3rd Party Plugins - (fb2k) / Re: Spider Monkey Panel (foo_spider_monkey_panel)
Last post by regor -
Thanks :) I don't see the need for newest engines to be honest, like the JSplitter thread has shown, it brings new problems at some point.

Any chance of seeing these? Looking at my JSP wrapper, those seem the most useful. Apart from the text layout, but you can do something similar with some coding. Obviously if you port that, sure someone will create cool panels with it.
Quote
fb.CustomVolume
fb.GetActiveDSPs
fb.EnumerateMainMenuCommands
fb.IsLibraryInitialised       - the only "essential" ones -
window.DPI         - the only  "essential"  ones -
window.Reload([clear_properties])       -just the argument-
utils.LoadSVG(path_or_xml[, max_width])         -without touching the graphic enginany kind of SVG support would be great
FbMetadbHandleList.GetOtherInfo()         -as far as I understand you can get this same info with a pretty big TF?-
FbMetadbHandleList.OptimiseFileLayout([minimise])
94
3rd Party Plugins - (fb2k) / Re: Columns UI
Last post by musicmusic -
Confirmed, the state of the setting is reversed for some reason. (Though note that, at the moment, the tabs only fully collapse if the playlist view is a child of them.)

(It also seems that double-clicking on empty space to create a playlist isn't working, though middle-clicking still is...)
95
General Audio / Re: Dante Virtual Soundcard and C# NAudio / ManagedBass Libraries Help !
Last post by Octocontrabass -
Since you're using NAudio, have you tried writing your own custom SampleProvider? Looking at the code for MultiplexingSampleProvider and MixingSampleProvider, it shouldn't be too difficult to come up with something that lets you dynamically add/remove/reroute your different source audio streams while providing silence on any unused output channels.

ManagedBass might also work, but you'll need to pay for a commercial license to use it.
96
Support - (fb2k) / Re: foobar2000 2.25 Preview 2025-05-09 -> UPnP
Last post by regor -
Try: https://play.google.com/store/apps/details?id=com.deckerth.thomas.foobarremotecontroller2&hl=en
I didn't test it because still using old&gold FoobarCon Pro. It's back-end is 32-bit only but I'm still running foobar 32-bit, anyway...
That's not right. The component (backend) has been updated to x64 long time ago.
https://bitbucket.org/oblikoamorale/foo_httpcontrol/downloads/
or
https://github.com/regorxxx/foo_httpcontrol_fb2kc
99
3rd Party Plugins - (fb2k) / Re: foo_skip: skip tracks that match a specified search query
Last post by wojak -
@Case,

I installed skiptrack1.42.1 and when I use httpcontrol with foobarcontrol app the playback stops after current track ends. I uninstalled skiptrack and everything works fine. The only thing I changed in skiptrack properties was query needed for streaming. The only visible change when skiptrack was installed was: when folder was sent to playlist with control app the DSP automatically changed to blank and when manually changed back to my preset (which is also empty but has its name and is saved as default) the rest of the tracks played OK. But to make it work as usual I had to uninstal skiptrack. Is there anything to be checked/unchecked in the plugin to make it not stop after current track when operating with foobarcontrol app and httpcontrol?
100
Support - (fb2k) / Re: 2.25 preview uPnP bug
Last post by papavlos -
There are two separate parts of built-in unpn functioanlities.
The one which sends upnp stream to a remote renderer, let it be a TV, (formerly foo_out_upnp plugin)
And the second which captures and renders upnp stream send by a remote server, let in by a QNAP file server with dlna service up (forlmelry the 'renderer' function of foo_upnp plugin)

Which one do you refer to?