-
|
So some albums seem to work flawlessy but im trying to get them all to work I run the bellow and even if i tell it the ID i get this `root@70e1b5435281:/# beet import /downloads /downloads/Blossoms - Blossoms (2016)/01 - charlemagne.mp3 here is the yaml file, I have been amending this all over but nothing seems to work `plugins: fetchart embedart convert scrub replaygain lastgenre chroma web missing duplicates info directory: /music threaded: yes import: match: musicbrainz: chroma: directory: /music convert: paths: lastgenre: embedart: fetchart: replaygain: scrub: replace: web: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Beets uses the tracks metadata to determine matches. If your tracks dont have any metadata it is not surprising that we cant find any matches. In those cases you can try running the fromtitle plugin. Have a look at the debug output (running with the |
Beta Was this translation helpful? Give feedback.
-
|
Indeed :D Was missing that the |
Beta Was this translation helpful? Give feedback.

Indeed :D Was missing that the
musicbrainzplugin was not enabled.