[beets] Clean up config file

Put stuff alphabetically
This commit is contained in:
M1dgard 2018-11-08 10:43:07 +01:00
parent 10cf4ac891
commit da7d5a805a
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -51,24 +51,71 @@ va_name: various artists
languages: ["nl", "en"]
bell: yes
plugins: edit inline the types fetchart lyrics mpdupdate mbsync mbsubmit badfiles acousticbrainz replaygain permissions fromfilename lastgenre play fuzzy info
plugins:
- acousticbrainz
- badfiles
- edit
- fetchart
- fromfilename
- fuzzy
- info
- inline
- lastgenre
- lyrics
- mbsubmit
- mbsync
- mpdupdate
- permissions
- play
- replaygain
- the
- types
edit:
itemfields: track disc title artist album mb_trackid
albumfields: album albumartist disctotal year country mb_albumid
mpd:
host: localhost
port: 6600
# acousticbrainz:
badfiles:
commands:
ogg: oggz-validate
opus: opusinfo
edit:
itemfields: track disc title artist album mb_trackid
albumfields: album albumartist disctotal year country mb_albumid
fetchart:
maxwidth: 500
enforce_ratio: 1%
sources: filesystem coverart albumart wikipedia
# fromfilename:
fuzzy:
prefix: ':'
# info:
# inline:
lastgenre:
source: track
# lyrics:
# mbsubmit:
# mbsync:
mpd:
host: localhost
port: 6600
permissions:
file: 644
dir: 755
play:
command: mpv --vid=no
replaygain:
backend: gstreamer
the:
strip: yes
# this string is split on spaces so we use the escape sequence
@ -77,19 +124,4 @@ the:
types:
rating: float
replaygain:
backend: gstreamer
permissions:
file: 644
dir: 755
play:
command: mpv --vid=no
fetchart:
maxwidth: 500
enforce_ratio: 1%
sources: filesystem coverart albumart wikipedia
# vim: set ft=yaml et sw=2 ts=2 :