[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"]
|
languages: ["nl", "en"]
|
||||||
bell: yes
|
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:
|
# acousticbrainz:
|
||||||
itemfields: track disc title artist album mb_trackid
|
|
||||||
albumfields: album albumartist disctotal year country mb_albumid
|
|
||||||
|
|
||||||
mpd:
|
|
||||||
host: localhost
|
|
||||||
port: 6600
|
|
||||||
|
|
||||||
badfiles:
|
badfiles:
|
||||||
commands:
|
commands:
|
||||||
ogg: oggz-validate
|
ogg: oggz-validate
|
||||||
opus: opusinfo
|
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:
|
lastgenre:
|
||||||
source: track
|
source: track
|
||||||
|
|
||||||
|
# lyrics:
|
||||||
|
# mbsubmit:
|
||||||
|
# mbsync:
|
||||||
|
|
||||||
|
mpd:
|
||||||
|
host: localhost
|
||||||
|
port: 6600
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
file: 644
|
||||||
|
dir: 755
|
||||||
|
|
||||||
|
play:
|
||||||
|
command: mpv --vid=no
|
||||||
|
|
||||||
|
replaygain:
|
||||||
|
backend: gstreamer
|
||||||
|
|
||||||
the:
|
the:
|
||||||
strip: yes
|
strip: yes
|
||||||
# this string is split on spaces so we use the escape sequence
|
# this string is split on spaces so we use the escape sequence
|
||||||
|
@ -77,19 +124,4 @@ the:
|
||||||
types:
|
types:
|
||||||
rating: float
|
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 :
|
# vim: set ft=yaml et sw=2 ts=2 :
|
||||||
|
|
Loading…
Reference in a new issue