From 28234cd6a7c24076f1caa1588a263b83648e2fa1 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 19 Jun 2021 21:28:24 +0200 Subject: [PATCH] Bandcamp support, block Musicbrainz by not running a local instance --- .config/beets/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml index e2aaca3..52e615c 100644 --- a/.config/beets/config.yaml +++ b/.config/beets/config.yaml @@ -25,6 +25,7 @@ import: ignore: .AppleDouble ._* *~ .DS_Store plugins: [ + bandcamp, # pip install beets-bandcamp discogs, duplicates, embedart, @@ -54,3 +55,6 @@ importadded: item_fields: multidisc: 1 if disctotal > 1 else 0 + +musicbrainz: + host: localhost:5000