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

Import Deezer releases into MusicBrainz

Open AllamC11 opened this issue 3 years ago • 5 comments

The script does not work correctly

  • the import button does not appear in most of the cases.
  • The text inside the button overflows.

AllamC11 avatar Jun 11 '21 16:06 AllamC11

For me, disabling my adblock/privacy addons helped the button appear more consistently. It still overflows but at least it's usable.

xhocquet avatar Dec 08 '21 03:12 xhocquet

Script isn't working anymore here, too. Using it with Opera and it always needed a reload of the album page to appear, but now it doesn't show up anymore!

Tried with Firefox and got same result.

I don't know how to debug with Opera or Firefox, can't find logs although I upped the loglevel!?

Uatschitchun avatar Mar 31 '22 12:03 Uatschitchun

Figured out a a more permanent fix, will try to submit a pr shortly, but in the script if you change line 143 from

$('div.toolbar-wrapper-full').append(mbUI);

to

$('[data-testid="toolbar"]').append(mbUI);

It seems to work fine. Though the styling a bit off now.

I don't love having to use this data attribute to query for the element, but it seems like they're running the class names through a pre-processor so they're nonsense.

matteron avatar Apr 13 '22 02:04 matteron

Deezer button not showing again

Kirstens-Curiousities avatar May 03 '22 09:05 Kirstens-Curiousities

The pr isn't in yet, so if you're using the script directly from this repo, you'll need to modify it with the code above.

matteron avatar May 03 '22 14:05 matteron