From e47eacc019284efefac2f1d9fc99462ddcd7ea47 Mon Sep 17 00:00:00 2001
From: Raul Benencia <rul@kalgan.cc>
Date: Wed, 16 Jun 2021 22:50:35 -0700
Subject: beets: do not copy files

---
 .config/beets/config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml
index e310749..08b5c37 100644
--- a/.config/beets/config.yaml
+++ b/.config/beets/config.yaml
@@ -1,5 +1,5 @@
 library: library.db
-directory: ~/med/music
+directory: ~/lib/sound/music/tango/tagged
 
 plugins: play
 
@@ -7,7 +7,7 @@ import:
     timid: yes
     autotag: no
     write: yes
-    copy: yes
+    copy: no
     move: no
     link: no
     hardlink: no
-- 
cgit v1.2.3