beetbox / pyacoustid

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

Make acoustid server address configurable #1

Closed alastair closed 13 years ago

alastair commented 13 years ago

Adds a set_base_url method to change the base url. Lookup methods now use get_lookup_url so that the value can be computed when needed rather than when the module is imported.

Signed-off-by: Alastair Porter alastair@porter.net.nz

sampsyo commented 13 years ago

Looks great; thanks.