pyacoustid icon indicating copy to clipboard operation
pyacoustid copied to clipboard

Python bindings for Chromaprint acoustic fingerprinting and the Acoustid Web service

Results 19 pyacoustid issues
Sort by recently updated
recently updated
newest added

`python3 aidmatch.py song.mp3` (no output) I tried with a 30s sample and a complete song, got an api key, changed to my api key, no output at all

Hi everyone, I am trying to use pyacoustid to identify songs out of short chunks of music (typically 5 to 30 sec, kind of a Shazam use case). I didn't...

Hello! I'm developing an application using your library and I had the problem that I didn't get any result with the default fingerprinting. (`acoustid.match(self.__API_KEY, self.__file)`) :disappointed: Then I used `acoustid.match(self.__API_KEY,...

I'm adding new releases in MB database and I was curious after tagging why the fingerprint wasn't on the website and I received no errors so I explicitly tried with...

I know the issue has been opened about 7 years ago, but I had difficulty understanding it fully. So I will try to ask again. As a DJ I have...

Another question. Maybe offtopic, but still. I have two identical tracks from different sources. Physically, the tracks are different (possibly encoding compression). I get their fingerprints. They are of course...

Implements #56. There's not much structure to the returned data so this function parses the response itself instead of having a separate parse function. I copied the error-raising code from...

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](https://acoustid.org/webservice)) for getting AcoustID track IDs for a MusicBrainz release ID. The MusicBrainz recording...

hello, I'm trying to play with pyacoustid but I'm encountering a mistake I can't get past. I have the same audio recording in mp3 and ogg format on which I...

I think it makes it more complicated to work with the function because in order to subscript it one has to force it into a list first. If each result...