[beets] Add some more plugins
This commit is contained in:
parent
13073c64c1
commit
53290ea900
1 changed files with 11 additions and 1 deletions
|
@ -37,7 +37,7 @@ va_name: various artists
|
||||||
languages: ["nl", "en"]
|
languages: ["nl", "en"]
|
||||||
bell: yes
|
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:
|
edit:
|
||||||
itemfields: track disc title artist album mb_trackid
|
itemfields: track disc title artist album mb_trackid
|
||||||
|
@ -61,4 +61,14 @@ the:
|
||||||
types:
|
types:
|
||||||
rating: float
|
rating: float
|
||||||
|
|
||||||
|
replaygain:
|
||||||
|
backend: gstreamer
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
file: 644
|
||||||
|
dir: 755
|
||||||
|
|
||||||
|
play:
|
||||||
|
command: mpv --vid=no
|
||||||
|
|
||||||
# vim: set ft=yaml et sw=2 ts=2 :
|
# vim: set ft=yaml et sw=2 ts=2 :
|
||||||
|
|
Loading…
Reference in a new issue