Rework beets config for git version
Removed deprecated plugins etc
This commit is contained in:
parent
54487584a4
commit
7e33569675
1 changed files with 7 additions and 14 deletions
|
@ -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'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue