beetbox / pyacoustid

Python bindings for Chromaprint acoustic fingerprinting and the Acoustid Web service
MIT License
325 stars 66 forks source link

Function for submission_status endpoint #43

Closed derekfukumori closed 5 years ago

derekfukumori commented 5 years ago

Implemented a function for the /v2/submission_status endpoint (https://acoustid.org/webservice#submission_status).

Also added an API response object return value to the acoustid.submit function so that task IDs for submissions can be retrieved.

sampsyo commented 5 years ago

Looks awesome; thank you!

Could you please add a quick note in the docstring for submit to describe what the new return value is? (Also, and I know this is really small, could you please restore the newline at the end of the file? :smiley:)

derekfukumori commented 5 years ago

Done and done, thanks!

sampsyo commented 5 years ago

Awesome; thank you!! :sparkles: