21
3rd Party Plugins - (fb2k) / Re: JSplitter (splitter + SMP x64 alternative)
Last post by regor -Quote
I tried to replace the biography SMP panel with a JSpliter 4.0.3, it load well and seems to work but when I tried to import the json file with the exported configuration I get and error window pop-up
This is an important bug, because it makes impossible to transfer SMP settings to JSplitter.
Better native inside the component I think...True. I suppose people still use the VU meters for JSP3 and have not cared about it. VU meters are not really my thing and I don't think I can improve what has already been done without too much work so...
https://github.com/marc2k3/foo_spider_monkey_panel/commit/5c703f36fcc1d46a1101b983f3a008626a053eae
regor was well aware of me adding this even if no one else noticed.

I was waiting for the engine bugs to be fixed to share this list of things you added (not related to v2-only usage). @LUR maybe you should take a look at these:
Quote
Bugfixes:
Make OnProcessLocationsNotify_InsertHandles use GUID, not playlistIndex.
https://github.com/marc2k3/foo_spider_monkey_panel/commit/67433164b1cdac8aec84048a7773a92c073a118c
Fixes: https://github.com/TheQwertiest/foo_spider_monkey_panel/issues/197
utils.Glob working with ';' in folder names. ( I see this requires a lot of changes with extra helpers, an easy workaround can be done directly on JS so it is not really essential)
https://github.com/marc2k3/foo_spider_monkey_panel/commit/aba1c8cf4d0586679dc57ea65383007740ac1ca8
Fixes: https://github.com/TheQwertiest/foo_spider_monkey_panel/issues/234
Improvements:
window.IsDark
https://github.com/marc2k3/foo_spider_monkey_panel/commit/b93e0a3ef9f80dcb3cf74d98c4c8fbb4cad090aa
Fixes: automatic dark themes support in scripts
fb.AddLocationsAsync(locations) and on_locations_added
https://github.com/marc2k3/foo_spider_monkey_panel/commit/75706cd7ebe232899013b39a737e8f252be961de
Fixes: playlist managers/scripts may load playlists internally as handle lists without showing the playlist on UI
fb.ShowPictureViewer(image_path)
https://github.com/marc2k3/foo_spider_monkey_panel/commit/727a298b58d4944e00cc8660148067a587a1fbfc
Fixes: Biography could open directly any art using the built-in viewer instead of a CMD call to windows image viewer.
FbMetadbHandleList.SaveAs
https://github.com/marc2k3/foo_spider_monkey_panel/commit/75706cd7ebe232899013b39a737e8f252be961de
Fixes: Library tree could save facets cache playlists internally instead of cluttering the UI with a cache playlist. Playlist managers could fully support .fpl playlists.
utils.GetClipboardText / utils.SetClipboardText
https://github.com/marc2k3/foo_spider_monkey_panel/commit/caf036c507d2974e00763381fea3d13a3bcabaf6
Fixes: Scripts could use clipboard without using ActiveX objects or requiring Internet explorer to be installed.
utils.DownloadFileAsync(url, path) and on_download_file_done
https://github.com/marc2k3/foo_spider_monkey_panel/commit/f4cacf337acd3fc40247ef619b84a237def6508d
Fixes: Scripts like biography could download art/biography without using ActiveX objects which are known to be problematic.