Search Criteria
Package Details: acoustid-fingerprinter 0.6-8
Git Clone URL: | https://aur.archlinux.org/acoustid-fingerprinter.git (read-only, click to copy) |
---|---|
Package Base: | acoustid-fingerprinter |
Description: | Acoustid Fingerprinter is a cross-platform GUI application for submitting audio fingerprints generated by Chromaprint. |
Upstream URL: | http://acoustid.org/fingerprinter |
Keywords: | acoustid musicbrainz |
Licenses: | |
Submitter: | Mineo |
Maintainer: | JonnyJD (Mineo) |
Last Packager: | JonnyJD |
Votes: | 19 |
Popularity: | 0.000052 |
First Submitted: | 2011-02-10 10:29 |
Last Updated: | 2017-01-29 15:40 |
Dependencies (5)
- chromaprint (chromaprint-git, chromaprint-fftw)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-git-nc, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-full-git-hardened, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-nocuda, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-ndi, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git)
- qt4 (qt4-revert80e3108)
- taglib>=1.6 (taglib-git)
- cmake (cmake-git) (make)
Latest Comments
1 2 3 Next › Last »
Freso commented on 2019-05-10 22:45
This project is hardly maintained at all by upstream. I’m personally working on a CLI for submitting fingerprints, but until then, you can also use
picard
(available in official Arch Linux repository) which can submit AcoustID fingerprints as well.piedro commented on 2019-05-10 19:46
Is this already ported to qt5?
Qt4 is obsolete and doesn't compile anymore... Do I have to abandon fingerprinting?
Cheers, p.
fordprefect commented on 2018-06-13 06:57
@mvmsbr: try installing ffmpeg, does that solve the problem?
mvmsbr commented on 2018-06-12 19:19
Compiles correctly, but when called, it gives: acoustid-fingerprinter: error while loading shared libraries: libavformat.so.57: cannot open shared object file: No such file or directory
minus commented on 2016-07-03 15:28
Currently fails to build with:
src/acoustid-fingerprinter-0.6/gzip.cpp:32:2: error: narrowing conversion of ‘139’ from ‘int’ to ‘char’ inside { } [-Wnarrowing]
A workaround is to add -Wno-narrowing to CXXFLAGS.
JonnyJD commented on 2015-12-08 17:06
Thanks, patched now and already fixed on master upstream:
https://bitbucket.org/acoustid/acoustid-fingerprinter/pull-requests/6/fix-cmake-for-taglib-110/diff
phyks commented on 2015-12-08 13:28
Configure fails with following error:
-- TagLib version too old: version searched :1.6, found 1.10
CMake Error at cmake/modules/FindTaglib.cmake:132 (message):
Could not find Taglib
fordprefect commented on 2014-09-30 14:56
i can confirm its working now, dont know, what prevented linking last time i tried.
sorry for the noise and thanks for taking care.
JonnyJD commented on 2014-09-30 14:48
I want to note that acoustid-fingerprinter builds fine and works now, but isn't perfect. There are relevant bugs like:
https://bitbucket.org/acoustid/acoustid-fingerprinter/issue/7
JonnyJD commented on 2014-09-29 12:19
@fordprefect:
I couldn't reproduce your problem. Well, I do get these warnings, but not the undefined reference.
I found more patches at the Debian package:
https://packages.debian.org/sid/acoustid-fingerprinter
(http://patch-tracker.debian.org/package/acoustid-fingerprinter/0.6-4, but that server seems offline)
One of them is not reported upstream (I will do that)
So we can now build against "plain" ffmpg package.
@fordprefect: Does this fix your problem?