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.
Topic: JScript Panel + other components (Read 9555 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

JScript Panel + other components

foo_musicbrainz has some TOC lookup/disc matching fixes since the last public release, other components are unchanged.

 

Re: JScript Panel + other components

Reply #1
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.

Re: JScript Panel + other components

Reply #2
Thanks for everything, nice work, greatly appreciated!  :)
Quis custodiet ipsos custodes?  ;~)

Re: JScript Panel + other components

Reply #3
Thanks for the website dump. I've put it back online.

Also added 2.3.5 release as well. Will put up a final 2.3.6 shortly.

Re: JScript Panel + other components

Reply #4
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

Re: JScript Panel + other components

Reply #5
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.

Re: JScript Panel + other components

Reply #6
I'm curious to know why was the listebrainz2 plugin deleted? I mean the repo.


Re: JScript Panel + other components

Reply #8
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"