From 0f1506f21b8dec8ebc327b574064bae5bd34f1ff Mon Sep 17 00:00:00 2001 From: shmibs Date: Thu, 13 Nov 2014 20:39:18 -0700 Subject: beets! --- .config/beets/config.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .config/beets/config.yaml (limited to '.config/beets') diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml new file mode 100644 index 0000000..94ceaeb --- /dev/null +++ b/.config/beets/config.yaml @@ -0,0 +1,35 @@ +########## +# MAIN # +########## + +directory: ~/music +library: ~/.config/beets/library.blb + +############### +# IMPORTING # +############### + +import: + copy: yes + group_albums: yes + timid: no + +match: + ignored: missing_tracks unmatched_tracks + +############# +# PLUGINS # +############# + +plugins: discogs fetchart fuzzy info mpdupdate scrub + +fetchart: + auto: yes + +fuzzy: + prefix: '@' + threshold: 0.8 + +mpd: + host: localhost + port: 6600 -- cgit v1.2.3