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

Support list_by_mbid API route #56

Open
jbosboom opened this issue Jan 7, 2020 · 1 comment
Open

Support list_by_mbid API route #56

jbosboom opened this issue Jan 7, 2020 · 1 comment

Comments

@jbosboom
Copy link

jbosboom commented Jan 7, 2020

AcoustID has an API route at https://api.acoustid.org/v2/track/list_by_mbid (documented at the very bottom of the API doc page) for getting AcoustID track IDs for a MusicBrainz release ID. The MusicBrainz recording page Fingerprints tab uses this route to get the list of linked AcoustIDs. Note that this route doesn't require an API key.

This route is particularly useful for finding files with no fingerprint in the AcoustID database, to avoid calculating and uploading fingerprints for files that already have them. For this reason, I am requesting support for this route in pyacoustid, including the batch mode.

@sampsyo
Copy link
Member

sampsyo commented Jan 7, 2020

Sounds great! I'd happily take a pull request if you are interested in crafting one.

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

2 participants