-
Hi, is there a way to activate the chroma plugin in the command line explicitly? Idea is having the plugin loaded, but not enabled:
And then (e.g. in certain directories with bad tags) enable the fingerprinting during the call to A search in the documentation, Discourse and Github has not shown any results for me. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
One option is to use an overlay configuration. That is, you could put into chroma:
auto: true or similar, and then do |
Beta Was this translation helpful? Give feedback.
One option is to use an overlay configuration. That is, you could put into
add_chromaprint.yaml
:or similar, and then do
beet -c add_chromaprint.yaml import ...
to enable fingerprinting.