diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-06-16 22:50:35 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-06-16 22:50:35 -0700 |
commit | e47eacc019284efefac2f1d9fc99462ddcd7ea47 (patch) | |
tree | 6d7a0773218ef72a6b805f8b0ff294e7661475ee /.config | |
parent | 0b709480a8fa9e365f89386185b13b23af48c3e2 (diff) |
beets: do not copy files
Diffstat (limited to '.config')
-rw-r--r-- | .config/beets/config.yaml | 4 |
1 files 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 |