aboutsummaryrefslogtreecommitdiffstats
path: root/.config/beets
diff options
context:
space:
mode:
Diffstat (limited to '.config/beets')
-rw-r--r--.config/beets/config.yaml35
1 files changed, 35 insertions, 0 deletions
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