-
Thanks to https://acoustid.org/ it would be possible to lookup track names for radio stations that don't include them with the audio stream. Wouldn't it be nice? :smile:
-
the INLINE STUFF script is not showing acoustIDs on beta, at present.
Hawke updated
7 years ago
-
Lint is throwing up an extra translation, I fix those on my side with:
`echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle`
ghost updated
7 years ago
-
### Problem
For some reason the web interface is not working correctly. I can't actually get it to search for anything. When you type something into the search box nothing happens except for the fo…
-
Executing
(e) acoustid@ubuntu:~$ `pip install -r requirements.txt`
results in this error:
`Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'`
Where can we…
-
The original author of Chromaprint has updates his version to 1.4 recently:
https://github.com/acoustid/chromaprint/releases/tag/v1.4.2
Could you please have a look and update your C# code with th…
-
### Problem
Fetchart plugin has some syntax errors reported, along with bandcamp plugin.
Both acoustid and echonest say I am missing their respective beetsplug.* modules.
Running this command…
-
### Problem
I used beets convert to convert my music library from FLAC to AAC using ffmpeg and libfdk_aac. The following command is being used to do the conversion in the config.yaml.
command: …
-
In https://github.com/metabrainz/picard/blob/master/picard/acoustid.py#L204-L205, DURATION=xxx is parsed as an integer by casting with Pythons `int` constructor. This doesn't support any kind of decim…
mineo updated
7 years ago
-
Hello!
I have installed a acoustid-server, using the clone of the master branch. I'm using virtualenv, as it describe from README.md.
After all steps has been done - i run a standalone server for test…