-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
At first I would like to give a big thanks to you for providing this very helpful tool.
I have started seeting it up an now testing. Most of it is now in a good state, but still some things to do.
Currently I am only testing chunks of my Library as it is in total >2TB and not yet tagged with beets as it is managed by lidarr only.
my config.yaml for beets is:
import:
move: yes
copy: no
write: yes
resume: yes
incremental: no
incremental_skip_later: no
log: /config/beets/import.log
quiet_fallback: skip
detail: yes
duplicate_action: ask # ask|skip|merge|keep|remove
group_albums: no
from_scratch: no
none_rec_action: ask
but all imported files are not moved but copied. From within the beets-flask webui I can delete imported files, so it is not a permission isse. All my files are 99:100 (default in unraid) and the containers are also running with UID=99 GID=100. Am I missing something?