1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Bandcamp support, block Musicbrainz by not running a local instance

This commit is contained in:
2021-06-19 21:28:24 +02:00
parent 4f12b0ab9e
commit 28234cd6a7

View File

@@ -25,6 +25,7 @@ import:
ignore: .AppleDouble ._* *~ .DS_Store ignore: .AppleDouble ._* *~ .DS_Store
plugins: [ plugins: [
bandcamp, # pip install beets-bandcamp
discogs, discogs,
duplicates, duplicates,
embedart, embedart,
@@ -54,3 +55,6 @@ importadded:
item_fields: item_fields:
multidisc: 1 if disctotal > 1 else 0 multidisc: 1 if disctotal > 1 else 0
musicbrainz:
host: localhost:5000