From 7e33569675a35372bd835eeb6023e5b62a2bbb38 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 29 Nov 2023 21:28:06 +0200 Subject: [PATCH] Rework beets config for git version Removed deprecated plugins etc --- home/.config/beets/config.yaml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/home/.config/beets/config.yaml b/home/.config/beets/config.yaml index 8782a1d0..cea0277d 100644 --- a/home/.config/beets/config.yaml +++ b/home/.config/beets/config.yaml @@ -1,25 +1,21 @@ directory: ~/Music library: ~/Music/beets.db plugins: - - acousticbrainz - # - check - edit - fetchart - # - follow - fuzzy - info - lastgenre - lyrics - #- mbcollection - #- mpdupdate + # - mbcollection + - mpdupdate - play - replaygain - thumbnails - web import: - copy: no - move: yes - link: no + write: yes + copy: yes lastgenre: whitelist: ~/.config/beets/whitelist lyrics: @@ -38,9 +34,6 @@ follow: replaygain: backend: gstreamer auto: yes -musicbrainz: - user: FunctionalHacker - pass: "{{@@ env['PASS_MUSICBRAINZ'] @@}}" -mbcollection: - auto: 'yes' - collection: 'a4955b5c-db7f-4e27-9887-f77f820bad34' +#mbcollection: +# auto: 'yes' +# collection: 'a4955b5c-db7f-4e27-9887-f77f820bad34'