So, currently, I have a server with Sonarr+usenet downloading, which moves files when finished downloading to a folder that is monitored and uploaded. Now, I want to add a seperate server with a torrent client for sonarr to monitor / request torrent downloads too. This server will be mounted to my main sonarr server via a FTP mount. This FTP mount has move capabilities on it, so sonarr can move files to different points on this mount instantly. What I want to happen is, if sonarr downloads a torrent, I want it to move to a different directory on the remote server. Is this possible?
So for example,
Usenet download -> /mnt/usenet/completed/MyMovieWeirdName.mkv
Sonarr movies to -> /mnt/upload/Media/Movies/MyMovieProperName.mkv
For torrents, I want this to happen… (/mnt/FTPSERVER is a mounted FTP server)
Torrent download -> /mnt/FTPSERVER/mnt/torrents/completed/MyMovieWierdName.mkv
Torrent download -> /mnt/FTPSERVER/mnt/upload/Media/Movies/MyMovieProperName.mkv
I don’t want /mnt/FTPSERVER/completed -> /mnt/upload/ because this will cause every file to have to be transfered to my sonarr server, I don’t want that.
Is this setup possible?