Completed Download Handling - Remote Path

Greetings! I’m new to NZBDRONE, coming from Sickbeard. I would like to use completed download handling, but I get an error about the path:

Error occurred while executing task NzbDrone.Core.Download.CheckForFinishedDownloadCommand: value [/media/downloads/tv-pending/removed]  is not a valid Windows path. paths must be a full path eg. C:\Windows
Parameter name: path

I’ve set the remote path mapping as follows

/media/downloads/tv-pending/    \\vboxsvr\media\downloads\tv-pending\

And I’ve tried a few settings for host in that mapping: ip of sabnzbd, name of sabnzbd download client, name of host that nzbdrone connects to unc path.

Any ideas where I’m going wrong here? Thanks!

I think you were on the right track there.

Host: Name of SAB Download client (as configured in Sonarr)
Remote: Path being reported by SAB
Local: Path that maps to path being reported by SAB

Once you set it up that way, it wouldn’t hurt to restart Sonarr once, though I don’t think its required.

1 Like

Thanks, I think I got it now, the host is in fact the ip of sabnzbd, I just typo’d it the first time.