HydrogenAudio

Hosted Forums => foobar2000 => Uploads - (fb2k) => Topic started by: marc2k3 on 2020-02-13 08:27:59

Title: JScript Panel + other components
Post by: marc2k3 on 2020-02-13 08:27:59
foo_musicbrainz has some TOC lookup/disc matching fixes since the last public release, other components are unchanged.
Title: Re: JScript Panel + other components
Post by: marc2k3 on 2020-02-14 12:57:37
I've attached a dump of the old website which has requirements/usage instructions but all files are in markdown format.

Not sure what other markdown readers are available - I used Visual Studio Code.
Title: Re: JScript Panel + other components
Post by: 2tec on 2020-02-14 23:40:48
Thanks for everything, nice work, greatly appreciated!  :)
Title: Re: JScript Panel + other components
Post by: MordredKLB on 2020-02-15 03:26:42
Thanks for the website dump. I've put it back online (https://kbuffington.github.io/foo_jscript_panel/).

Also added 2.3.5 release as well. Will put up a final 2.3.6 shortly.
Title: Re: JScript Panel + other components
Post by: marc2k3 on 2020-04-20 13:57:13
Runs main menu commands from the command line. Unlike native command line handling/foo_runcmd, this supports dynamic menu items. Also, you must supply the full path.

Code: [Select]
foobar2000 /run_main:Edit/Sort/Randomize
foobar2000 /run_main:"Playback/Device/Primary Sound Driver" << use double quotes when command contains spaces
foobar2000 /run_main:Edit/Search
foobar2000 /run_main:Library/Search
Title: Re: JScript Panel + other components
Post by: marc2k3 on 2020-07-01 19:58:24
The version of JScript Panel attached to the first post is not compatible with fb2k v1.6. It crashes when you try to use utils.CheckFont.

The attached version fixes it. Since fb2k v1.6 requires Windows 7 or later, so does this updated component.
Title: Re: JScript Panel + other components
Post by: privatesir on 2020-07-29 09:45:31
I'm curious to know why was the listebrainz2 plugin deleted? I mean the repo.
Title: Re: JScript Panel + other components
Post by: phw on 2020-08-10 22:52:47
I'm curious to know why was the listebrainz2 plugin deleted? I mean the repo.

Me too. But the source code for the older 1.0.0 release has been rescued at https://github.com/phw/foo_listenbrainz2
Title: Re: JScript Panel + other components
Post by: marc2k3 on 2020-08-13 15:03:22
Open sourced it again

https://github.com/marc2k3/foo_listenbrainz2

Changes:

removed option to skip submitting tracks by query
tracks must be at least 5 seconds long
add support for submitting work MBIDs
add support for submitting multi-value artist/work MBIDs
sets "listening_from" to "foobar2000"