Lukáš Lalinský
Lukáš Lalinský
To explain my reason for not being interested: The PostgreSQL-based replication was a failed experiment from my point of view. It was never actually used. I created it because I...
The problem is that there are some weird characters in the meta table, including 0x04 and 0x06 ASCII control characters. Those are obviously not XML compatible, but `xml.etree` accepted them...
Note that you do not want to use run_http in production. This is a very simple HTTP server suitable only for development. The recommended way for production is to use...
Yes, you need to set the Python path. For development, I use something like this: ``` cd /path/to/acoustid-server PYTHONPATH=. ./run_http.py ``` For production, however, you don't want to use that...
@robUx4 Could you post the diff of the pkg-config config on all platforms? The change are kind of hard to review and the diffs would help a lot.
This is fixed here - https://github.com/gaubert/gmvault/pull/273
Thank you for the patch, but I'll end up using my version here - https://github.com/acoustid/chromaprint/pull/120
I'm aware of this. However, it's not easy to replace them while keeping backwards compatibility with older versions. Even the internal FFmpeg tools use these deprecated functions. I'll wait a...
2.0 will be the first release to include the matcher, but it's not clear when will that happen.
That's unlikely, sorry. :) The problem with the matcher API is that it was too low-level and not useful "as is". It was still just a building block for something...