diff --git a/.beetsconfig b/.beetsconfig new file mode 100644 index 0000000..3a9a192 --- /dev/null +++ b/.beetsconfig @@ -0,0 +1,14 @@ + +[beets] +library: ~/.local/share/beets/library.blb +directory: /mnt/music/lib/ +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