musicbrainz-userscripts icon indicating copy to clipboard operation
musicbrainz-userscripts copied to clipboard

Collection of userscripts for MusicBrainz, by various authors

Results 153 musicbrainz-userscripts issues
Sort by recently updated
recently updated
newest added

- This is happening because beatport is an SPA, so document.ready is not called between navigations. So if a user navigates from any page to a release page, the script...

https://www.qobuz.com/fi-en/album/conduction-velocity-will-o-the-wisp-cosmicleaf/c64hr87tm3i6a These buttons are only shown if the release is Classical. (This particular release is electronic music, I think Qobuz marked it as Classical by oversight). 5 buttons definitely don't...

It seems Harmony is doing it somehow, beacause when importing a pre-release there, the durations are populated. When importing such a release with the userscript here the durations for the...

Beatport Classic has been fully discontinued it seems. The old URLs redirect to the current Beatport at the moment, e.g. http://classic.beatport.com/release/hide-away/2863216. Perhaps it is timely to delete the no-longer needed...

The linter reports that: > Using @include is potentially unsafe and may be obsolete in Manifest v3. Please switch to @match Using @match directives is considered more safe, however they...

If two or more artists have collaborated on the release the importer script will only know about the main artist, not about all artists that have contributed to the release....

Similar to https://github.com/murdos/musicbrainz-userscripts/issues/698, a full page refresh is required in order for the script to start. We need to fix that.

Upon client-side navigation to the release page from any other page on Beatport, the Musicbrainz buttons and Barcode do not load. They only load upon page refresh. It seems we're...

According to https://github.com/murdos/musicbrainz-userscripts/issues/474, bandcamp started redirecting all single-release bandcamp pages to the correct strict url, that has /album/ in the path. E.g.: 1. https://slitgalleryexhibition.bandcamp.com 2. https://thevjjq.bandcamp.com 3. https://dorleac.bandcamp.com Since this...

If a script needs to look up a single release on the discgraphy page, the shape of the returned object is not what we expect, causing a missing link. We...