mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
Bandcamp support, block Musicbrainz by not running a local instance
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user