Sonarr doesn't move files after being downloaded with SABnzbd

Version 3.0.10.1567
Mono version 6.12.0.182
Sonarr is being run on Docker on a Synology NAS

I am running Sonarr, Radarr, and Lidarr on a Synology NAS using Docker. I use SABnzbd to download files. Whenever a file finishes downloading and gets moved to the “completed” folder, which is at Data/output/usenet/completed, but the mount path is simply /data/completed. SABnzbd can read this folder correctly, but Sonarr cannot because it’s the wrong directory. How can I get Sonarr to recognize the mount path and not the actual directory?

settings > download clients
add a remote path mapping (something like this, just make sure the paths are accurate)

  • sab
  • /Data/output/usenet/completed/
  • /data/completed/

if youre not sure what path sonarr is seeing check the sonarr logs for the failed import

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.