You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)) 😞
Then I used acoustid.match(self.__API_KEY, self.__file, force_fpcalc=True) and I received the data I needed. 👍
Maybe you could take a look at this problem.
A possible solution would be setting fpcalc as the default finger printer.