So I’m running both Sonarr and SABnzbd inside of Docker on my Synology NAS. Everything is working great. Sonarr tells SAB to download this file, SAB downloads it, Sonarr takes the file from SAB’s default download location and renames and moves it to the correct location, only it’s actually not the correct location.
When I set up the volumes in the Sonarr Docker container, I pointed my folder with all my TV shows to docker/sonarr/tvshows, like so:
However, it moves the files from the original downloads folder into the docker/sonarr/tvshows folder, rather than the folder with all my TV shows (where it’s supposed to be moved to). The weird thing is that Sonarr recognizes the link between my actual TV shows folder and docker/sonarr/tvshows because when I import existing shows for it to monitor, I tell it to browse to docker/sonarr/tvshow and it knows to look in my actual TV Shows folder. So I’m not sure why it’s getting stuck there…