regorxxx

Results 47 issues of regorxxx

None of the binaries found at: https://mtg.github.io/essentia-labs/news/2015/12/22/static-binaries-for-extractors/ or https://acousticbrainz.org/download Work with the svm_models provided here: https://essentia.upf.edu/svm_models/ 2.1-beta 2 reports: > Identifier 'GaiaTransform' not found in registry... 2.1-beta 5 simply reports...

Would it be possible to implement this? https://marc2k3.github.io/jscript-panel/docs/interfaces/IMetadbHandle/#getfileinfofull_info Have found chromaprint fingerprint matching becomes impossible for big libaries. The full raw fingerprints must be cached by foobar at init (otherwise...

- Removing the panel name and clicking on Save adds a UUID for the panel. - Removing the panel name and clicking on apply or ok without pressing save leaves...

bug
fixed in dev build

While the docs warn about ID clashing, if you got 2 panels with the same name, only one of them can create the menu and there are erratic behaviors. Test...

bug

In particular this line crashes the entire foobar instance: `include('..\\..\\helpers\\helpers_xxx_dummy.js')` Dummy being an empty file. Tested on Spider Monkey Panel v1.6.2-dev+7c0928b, and wine 7.11 (mdac28 wsh57) See https://hydrogenaud.io/index.php/topic,120978.msg1012020.html#msg1012020 There are...

WINE

window.CreateThemeManager('Button') fails on unix. https://hydrogenaud.io/index.php/topic,120979.msg1011979.html#msg1011979 https://hydrogenaud.io/index.php/topic,120979.msg1011963.html#msg1011963 Tested on Spider Monkey Panel v1.6.2-dev+7c0928b, wine 6.0.4, and wine 7.11 (mdac28 wsh57) There is a sample using it on SMP and no info...

WINE

SMP blank panel crashes when default font on Wine is not Segoe UI, **even if the font is installed.** > Error: Spider Monkey Panel v1.6.2-dev+7c0928bf ({245526F8-C8F7-4BEE-B306-90AD014DD52D}) > GdiDrawText failed: >...

WINE

Just a suggestion of improvement. Ability to create submenus just for display purpose. `RegisterMainMenuCommand(id, name, descriptionopt, [subMenu])` Empty by default. Id and all that working the same, only telling the...

enhancement

More info: [rbtn ](https://hydrogenaud.io/index.php?topic=116669.1100) ``` function on_mouse_rbtn_down(x, y, mask) { console.log('down'); } function on_mouse_move(x, y, mask) { const MK_RBUTTON = 0x0002; if (mask === MK_RBUTTON) { console.log('move');} } function on_mouse_rbtn_up(x,...

need more info

From time to time I keep getting reports by users about this topic, which is a SMP thing and not script related at all. Thing is there is not an...

enhancement