beetbox / pyacoustid

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

Python 3 support #22

Closed iamtio closed 10 years ago

iamtio commented 10 years ago

Due to issue #19 I made python 3 support for this lib. Urllib was replaced by Requests Code was tested by calling aidmatch.py script on simple .mp3 file in

sampsyo commented 10 years ago

This looks fantastic! Thanks for sorting this out. And depending on requests is also a great idea, even if we were not porting to py3k.

We're living in the future. :sparkles: Woohoo!