[beets] Clean up config file
Put stuff alphabetically
This commit is contained in:
parent
10cf4ac891
commit
da7d5a805a
1 changed files with 55 additions and 23 deletions
|
@ -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 :
|
||||
|
|
Loading…
Reference in a new issue