MusicBrainz Picard: Difference between revisions
Appearance
imported>Samueldr Creates page with troubleshooting step. |
m description and link |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{expansion}} | |||
[https://picard.musicbrainz.org/ Picard] is a music tagger powered by the MusicBrainz database. | |||
== Troubleshooting == | == Troubleshooting == | ||
Line 8: | Line 12: | ||
MusicBrainz Picard has an optional dependency on <code>chromaprint</code>. Installing it (<syntaxhighlight language=command inline>nix-env -iA nixos.chromaprint</syntaxhighlight> or through <code>configuration.nix</code>) will allow AcoustID fingerprinting to work. | MusicBrainz Picard has an optional dependency on <code>chromaprint</code>. Installing it (<syntaxhighlight language=command inline>nix-env -iA nixos.chromaprint</syntaxhighlight> or through <code>configuration.nix</code>) will allow AcoustID fingerprinting to work. | ||
[[Category:Applications]] |
Latest revision as of 19:17, 29 December 2024
☶︎
This article or section needs to be expanded. Further information may be found in the related discussion page. Please consult the pedia article metapage for guidelines on contributing.
Picard is a music tagger powered by the MusicBrainz database.
Troubleshooting
Cannot scan songs to get AcoustOD fingerprints
Error messages like this one will show in the console when scanning songs:
E: 00:00:00 Fingerprint calculator failed error = No such file or directory (0)
MusicBrainz Picard has an optional dependency on chromaprint
. Installing it (nix-env -iA nixos.chromaprint
or through configuration.nix
) will allow AcoustID fingerprinting to work.