Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bandcamp importer does not work for single release #474

Open
heyarne opened this issue Apr 6, 2022 · 2 comments
Open

Bandcamp importer does not work for single release #474

heyarne opened this issue Apr 6, 2022 · 2 comments

Comments

@heyarne
Copy link

heyarne commented Apr 6, 2022

The user script doesn't run if an artist published only a single release. The script doesn't match the URL and won't run. An example: https://totemcherry.bandcamp.com/releases

I fixed this locally by adding the following line:

// @include        /^https?://[^/]+/(?:releases)\/?$/

I'm not sure if this has any unwanted side effects.

@liftarn
Copy link
Contributor

liftarn commented Apr 6, 2022

Workaround: Click on one of the track and then "Buy the Full Digital Album" and it would lead you to https://totemcherry.bandcamp.com/album/s-t and the import will work.

@atj
Copy link
Contributor

atj commented Apr 8, 2022

This is specifically what the "Import Bandcamp releases to MusicBrainz Album Link Helper" userscript is for.

Install it and you will see an "Album page (MB import)" link that will take you to the release:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants