From 957792bf28f2534a7e2ed47aef0a57bccccda560 Mon Sep 17 00:00:00 2001 From: Julian Lobbes Date: Mon, 5 Sep 2022 00:23:18 +0200 Subject: [PATCH] feat: add beets config file --- config.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..486cd90 --- /dev/null +++ b/config.yaml @@ -0,0 +1,18 @@ +directory: /music +library: /data/beetslibrary.db +asciify_paths: yes + +ui: + color: yes +import: + log: /var/log/beets.log + move: yes + group_albums: yes + duplicate_action: merge +musicbrainz: + genres: yes +plugins: chroma spotify fromfilename embedart fetchart scrub +fetchart: + enforce_ratio: yes + sources: filesystem coverart itunes amazon albumart + cover_format: JPEG