We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It changed recently it seems, but it breaks artist's link (to MusicBrainz).
Example: https://karenandthesorrows.bandcamp.com/album/why-do-we-want-what-we-want
url?resource= queries (which are looking for release and artist in database) do not work anymore, as it looks for https://musicbrainz.org/ws/2/url?resource=https%3A%2F%2Fmusic.karenandthesorrows.com&inc=artist-rels
url?resource=
but when one looks for this URL it returns a 303:
And points the browser to https://karenandthesorrows.bandcamp.com/
I'm not sure about reasons behind those changes, but for sure it looks weird, and break Bandcamp Importer convenient back links.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It changed recently it seems, but it breaks artist's link (to MusicBrainz).
Example: https://karenandthesorrows.bandcamp.com/album/why-do-we-want-what-we-want
url?resource=
queries (which are looking for release and artist in database) do not work anymore, as it looks forhttps://musicbrainz.org/ws/2/url?resource=https%3A%2F%2Fmusic.karenandthesorrows.com&inc=artist-rels
but when one looks for this URL it returns a 303:
And points the browser to https://karenandthesorrows.bandcamp.com/
I'm not sure about reasons behind those changes, but for sure it looks weird, and break Bandcamp Importer convenient back links.
The text was updated successfully, but these errors were encountered: