Collection of my MusicBrainz Userscripts
To use these userscripts, you need a userscript add-on or extension such as Tampermonkey, Violentmonkey, or Greasemonkey installed in your browser. More information can be found here, here, or here.
One-click importing of album from music.yandex.ru into MusicBrainz
One-click importing of album from Jellyfin into MusicBrainz
This script requires configuring both the script and the program with which it will work.
If your jellyfin port differs from the standard one (8096). Then in the line
// @include http://:8096/web/
change the port to your own. In addition to importing data and searching for an album, the script can extract the maximum acceptable quality cover that is stored in jellyfin. (For example, to upload it later as an album cover on the website musicbrainz.org) In order for this button to work correctly, you need to specify the application address and API key in the variables.
var apiKey = "ea5497543aa047c798117642bc4161ce"
var serverAddress = "192.168.1.161:8096"
Also, in a program (for example, Tampermonkey), you need to disable the BlackCheck, since the script works with a local address.
If the script buttons do not appear, you need to reload the page.
P.S. If you use the plugin to map your music to apple music, the script can send the mapped link as the source.
One-click importing of album from Jellyfin into MusicBrainz
MusicBrainz Join Phrase Filler for Album and Tracklist (This script is no longer needed for my scripts for jellyfin and Yandex Music to work).
A script that fills in the Join phrase fields if there are several authors of an album or track. The script automatically places commas or &, depending on the situation (the number of performers).