Jump to content

MusicBrainz Picard: Difference between revisions

From NixOS Wiki
imported>Samueldr
m Adds expansion tag.
imported>Nix
m add Software/Applications subcategory
Line 10: Line 10:


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]]

Revision as of 06:12, 20 September 2021

☶︎
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.

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.