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: Device-Priority-SMP
Last post by regor -
This one adds a setting to tweak the workaround timing (which is now disabled by default). On line 363 you may lower the time it starts to apply after turning off a device, in case it still fails.
3
3rd Party Plugins - (fb2k) / Re: JScript Panel script discussion/help
Last post by Defender -
edit2: I guess there is a component bug when using window.Reload from a custom right click menu. Because it executes immediately, the script doesn't get the chance to return true from the on_mouse_rbtn_up callback meaning the default menu is not suppressed and appears unexpectedly. I'll fix this in the next release.
I have ditched both methods for reloading all AC buttons (middle mouse button and on_script_unload special code for only one button).
Now using the following code which resides in my included preprocessed mainfile only, which is far more elegant imo:
Code: [Select]
function on_mouse_rbtn_up(x, y) {
if (utils.IsKeyPressed(VK_SHIFT)) {
window.NotifyOthers('AC.RELOAD', 'Reload all other AudioControl panels');
window.Reload();
return true;
}
...

I would make even more sense to have this functionality (only) available in the SHIFT-WinKey-Rightclick menu.
Can you point me to where I can find the code for that menu?
6
3rd Party Plugins - (fb2k) / Re: Device-Priority-SMP
Last post by Defender -
Behavior is different with the last vertsion of your code. Popup is less frequent, but still there.

Let's leave it for the time being.

I'm first going to test with a second and newer BT JBL Charge 5, BT headphones, IP based external devices and on another computer with a different BT chipset.

Thanks for the effort.
7
foobar2000 mobile / Re: Android TV: playback controls
Last post by 0xfff -
Thank you, Peter!

Turning off "Skinned playback screen" in Advanced Settings does the trick. Functional non-skinned playback control is definitely better than none!

About button remapping... I remember experimenting with various button remapping utilities in the past, with partial success. I'll stick to your first advice.

Cheers!
10
Support - (fb2k) / "Open in foobar2000" "Enque in foobar2000" right click context menu
Last post by redorb -
foobar2000 2.1.5 [x86]
Win 10 [x64]
Tedgo DarkOne v4.0 skin

At right panel (ELP) I have several albums
Right click on any foobar2000 file type associaction I get
"Open in foobar2000"
"Enque in foobar2000"
Choosing any of these 2 will of course open foobar, but... the albums in right panel disappears.

Is there a way to completely turn off foobar2000 in the right click menu?
I've tried tinkering with the Win registry, but you don't do that with impunity... :/
Is this doable from inside foobar, or any other way?

Thanks and best regards,
redorb