Skip to content

Druidblack/MusicBrainz-UserScripts

Repository files navigation

MusicBrainz-UserScripts

Collection of my MusicBrainz Userscripts

Collection of userscripts for MusicBrainz.

community.metabrainz.org

MB wiki External Resources

Installing

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.

Import YandexMusic album into MusicBrainz

yandexbrainz

yandexbrainz album yandexbrainz artist yandexbrainz book

One-click importing of album from music.yandex.ru into MusicBrainz

Source Install

Jellyfin MusicBrainz Import

jellybrainz

jellybrainz album

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.

blackcheck

One-click importing of album from Jellyfin into MusicBrainz

Source Install

MusicBrainz Join Phrase Filler for Album and Tracklist (This script is no longer needed for my scripts for jellyfin and Yandex Music to work).

Phrase

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).

Source Install

Releases

No releases published

Packages

No packages published