diff --git a/.beetsconfig b/.beetsconfig index fbce744..a1e3e24 100644 --- a/.beetsconfig +++ b/.beetsconfig @@ -1,8 +1,14 @@ +# -*- mode: conf-colon; eval: (git-auto-commit-mode 1); -*- [beets] library: ~/.local/share/beets/library.blb directory: /mnt/music/mp3/ +plugins: mpdupdate embedart [paths] default: $albumartist/$year - $album/$track - $title singleton: Non-Album/$artist - $title comp: Compilations/$year - $album/$track - $artist - $title + +[mpdupdate] +host: localhost +port: 6600