iam4x / bobarr

🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
MIT License
1.5k stars 85 forks source link

Completed downloads are not moved #280

Open darkmac78 opened 4 months ago

darkmac78 commented 4 months ago

Hi,

I have bobarr installed as a docker container with the following conf files:

env: LIBRARY_MOVIES_FOLDER_NAME=movies LIBRARY_TV_SHOWS_FOLDER_NAME=tvshows

docker-compose.yml: api: container_name: bobarr-api env_file: .env image: iam4x/bobarr-api:latest command: yarn start:prod restart: unless-stopped volumes:

content of /media/DATA-DISK/PLEX-SERVER folder: drwxr-xr-x 1 root root 0 Apr 23 15:55 movies/ drwxr-xr-x 1 root root 26 Apr 23 16:26 tvshows/

The container is started as root.

The issue is that the files are moved from library/downloads/incomplete/ to library/downloads/complete/ but not from library/downloads/complete/ to /media/DATA-DISK/PLEX-SERVER/tvshows.

The bobarr setting organize_library_strategy is set to Move

Am I missing something?