https://github.com/druidblack/musicbrainz-userscripts
Collection of my MusicBrainz Userscripts
https://github.com/druidblack/musicbrainz-userscripts
jellyfin musicbrainz userscript userscripts yandexmusic
Last synced: 5 months ago
JSON representation
Collection of my MusicBrainz Userscripts
- Host: GitHub
- URL: https://github.com/druidblack/musicbrainz-userscripts
- Owner: Druidblack
- License: mit
- Created: 2025-04-09T10:03:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-10T06:14:13.000Z (5 months ago)
- Last Synced: 2025-05-13T13:14:21.258Z (5 months ago)
- Topics: jellyfin, musicbrainz, userscript, userscripts, yandexmusic
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MusicBrainz-UserScripts
Collection of my MusicBrainz Userscripts# Collection of userscripts for MusicBrainz.
[community.metabrainz.org](https://community.metabrainz.org/t/a-new-musicbrainz-user-script-was-released/77897)
[MB wiki External Resources](http://wiki.musicbrainz.org/External_Resources#User_scripts_.2F_GreaseMonkey_.2F_User_javascripts_.2F_UserJS)
## Installing
To use these userscripts, you need a userscript add-on or extension such as [Tampermonkey](https://www.tampermonkey.net/), [Violentmonkey](https://violentmonkey.github.io/), or [Greasemonkey](https://addons.mozilla.org/en-GB/firefox/addon/greasemonkey/) installed in your browser. More information can be found [here](https://stackapps.com/tags/script/info), [here](https://openuserjs.org/about/Userscript-Beginners-HOWTO), or [here](https://userscripts-mirror.org/about/installing.html).
## Import YandexMusic album into MusicBrainz
## Import YandexMusic album into MusicBrainz (new design)


One-click importing of album from music.yandex.ru into MusicBrainz
[](https://github.com/Druidblack/MusicBrainz-UserScripts/blob/main/new_yandexmusic_import_album.user.js)
[](https://github.com/Druidblack/MusicBrainz-UserScripts/raw/main/new_yandexmusic_import_album.user.js)## Import YandexMusic album into MusicBrainz (old design)


One-click importing of album from music.yandex.ru into MusicBrainz
[](https://github.com/Druidblack/MusicBrainz-UserScripts/blob/main/yandexmusic_import_album.user.js)
[](https://github.com/Druidblack/MusicBrainz-UserScripts/raw/main/yandexmusic_import_album.user.js)## Jellyfin MusicBrainz Import

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](https://repo.xkrivo.net/jellyfin/manifest.json), the script can send the mapped link as the source.

One-click importing of album from Jellyfin into MusicBrainz
[](https://github.com/Druidblack/MusicBrainz-UserScripts/blob/main/jellyfin_import_album.user.js)
[](https://github.com/Druidblack/MusicBrainz-UserScripts/raw/main/jellyfin_import_album.user.js)## 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).
[](https://github.com/Druidblack/MusicBrainz-UserScripts/blob/main/join_phrase.user.js)
[](https://github.com/Druidblack/MusicBrainz-UserScripts/raw/main/join_phrase.user.js)