From 60d74c74c817db6caf0f0c081b74dbcc02f5adec Mon Sep 17 00:00:00 2001 From: simonmcnair <101189766+simonmcnair@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:12:27 +0100 Subject: [PATCH] Update config.yaml according to this issue https://github.com/beetbox/beets/issues/4838 the default of beets should be to copy, rather than move so that the user does not modify their original files unless they have a full understanding of how the application works. This has generated bugs and issues for the beets project. Which is undesired --- root/defaults/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/defaults/config.yaml b/root/defaults/config.yaml index 64c6f6c..00ee525 100644 --- a/root/defaults/config.yaml +++ b/root/defaults/config.yaml @@ -21,8 +21,8 @@ paths: import: write: yes - copy: no - move: yes + copy: yes + move: no resume: ask incremental: yes quiet_fallback: skip