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

Qobuz importer button does not show

Open Annis3110 opened this issue 3 years ago • 6 comments

I've tried on both the qobuz store and the qobuz web player but couldn't find the button on either of them. I've logged in to both my qobuz account (free account with no subscription) and musicbrainz account. IMG_20220419_202316_431 IMG_20220419_202448_011 I'm using Violetmonkey's and edge's latest version. Please tell me if you need the version number of violetmonkey extension and edge.

Annis3110 avatar Apr 19 '22 14:04 Annis3110

im having the same issue as well

sleepuntilspring avatar Apr 25 '22 08:04 sleepuntilspring

Still broken. Easiest way I've found for the time-being to get the bare minimum into MusicBrainz is the highlight and copy the tracklisting in full, put it into a text editor like VS Code, then use Alt + Click (or whichever other method) to define cursors for each track, and then batch sort the lines into the MBz track parser format:

1. Title - Artist (00:00:00)
2. Title - Artist (00:00:00)
...

Then just paste it into the track parser on the MBz Add Release page and fill the rest.

Some links about the broken script:

https://community.metabrainz.org/t/qobuz-importer-script/569614 https://community.metabrainz.org/t/qobuz-script/585934

redactedscribe avatar Sep 21 '22 04:09 redactedscribe

So I did a bit of poking and the reason that this script is failing is quite simple and rather inescapable. Qobuz has decided to unpublish their API and seems to be phasing it out. The API call that the script waits for never comes and there's no documentation or way to make a call ourselves.

From what I can tell, the only way forwards for this userscript vis-a-vis Qobuz is to parse the page directly, which will lead to less and lower-quality information. Unfortunately there's not currently a way around that.

Serene-Arc avatar Oct 09 '22 06:10 Serene-Arc