[beets] Add some more plugins

This commit is contained in:
M1dgard 2018-10-06 00:11:23 +02:00
parent 13073c64c1
commit 53290ea900
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -37,7 +37,7 @@ va_name: various artists
languages: ["nl", "en"]
bell: yes
plugins: edit inline the types fetchart lyrics mpdupdate badfiles acousticbrainz
plugins: edit inline the types fetchart lyrics mpdupdate mbsync badfiles acousticbrainz replaygain permissions fromfilename lastgenre play fuzzy info
edit:
itemfields: track disc title artist album mb_trackid
@ -61,4 +61,14 @@ the:
types:
rating: float
replaygain:
backend: gstreamer
permissions:
file: 644
dir: 755
play:
command: mpv --vid=no
# vim: set ft=yaml et sw=2 ts=2 :