Sonarr version (exact version): 3.0.3.774
OS: Synology - Docker
Hi everyone, I’m facing a setting issue, and don’t really know how to solve it.
On my local HDD, I have these paths:
/volume1/nas/downloads
(DownloadStation downloads folder)
/volume1/nas/series
(My series folder)
In my docker config, I mounted folders as:
/docker/sonarr > /config
/volume1/nas/downloads > /downloads
/volume1/nas/series > /tv
When I sh
the container, I see and browse both downloads and tv folders. My sonarr series path is /tv
and they’re all properly listed and monitored.
I set DownloadStation to download my torrents, but here comes the issue, torrent is properly sent to DownloadStation, when when it’s trying to move to the serie folder, sonarr gives me an error:
“No files found are eligible for import in /volume1/nas/downloads/The.Last.Dance…”
I understood Sonarr is trying to read a local folder, not a mounted one in his container. How to make work with his path /downloads
instead of /volume1/nas/downloads
?
I have 2 settings that could be the thing:
The remapping path in Download clients:
Host 192.168.0.2
Remote Path /volume1/nas/downloads/
Local Path /downloads/
And the download path of my DownloadStation configuration:
But it says downloads is not a valid shared folder. Can you help me to find the way for Sonarr and DownloadStation communicate properly ?