From da7d5a805a61dca3ef564eee1fa4f642904dec50 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Thu, 8 Nov 2018 10:43:07 +0100 Subject: [PATCH] [beets] Clean up config file Put stuff alphabetically --- beets.config.yaml | 78 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 55 insertions(+), 23 deletions(-) diff --git a/beets.config.yaml b/beets.config.yaml index 0836d77..3f001fe 100644 --- a/beets.config.yaml +++ b/beets.config.yaml @@ -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 :