Rework beets config for git version

Removed deprecated plugins etc
This commit is contained in:
Marko Korhonen 2023-11-29 21:28:06 +02:00
parent 54487584a4
commit 7e33569675
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -1,25 +1,21 @@
directory: ~/Music directory: ~/Music
library: ~/Music/beets.db library: ~/Music/beets.db
plugins: plugins:
- acousticbrainz
# - check
- edit - edit
- fetchart - fetchart
# - follow
- fuzzy - fuzzy
- info - info
- lastgenre - lastgenre
- lyrics - lyrics
# - mbcollection # - mbcollection
#- mpdupdate - mpdupdate
- play - play
- replaygain - replaygain
- thumbnails - thumbnails
- web - web
import: import:
copy: no write: yes
move: yes copy: yes
link: no
lastgenre: lastgenre:
whitelist: ~/.config/beets/whitelist whitelist: ~/.config/beets/whitelist
lyrics: lyrics:
@ -38,9 +34,6 @@ follow:
replaygain: replaygain:
backend: gstreamer backend: gstreamer
auto: yes auto: yes
musicbrainz: #mbcollection:
user: FunctionalHacker # auto: 'yes'
pass: "{{@@ env['PASS_MUSICBRAINZ'] @@}}" # collection: 'a4955b5c-db7f-4e27-9887-f77f820bad34'
mbcollection:
auto: 'yes'
collection: 'a4955b5c-db7f-4e27-9887-f77f820bad34'