1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 10:42:47 +01:00

Updated Completed Download Handling (markdown)

Taloth 2017-06-21 18:08:40 +02:00
parent aa477f52b7
commit 195f397d52

@ -67,7 +67,10 @@ In Settings->Download Client->Remote Path Mapping is an option to configure Sona
For example:
If I configured a remote Sabznzbd instance named 'MySab' in Sonarr. And that Sabnzbd instance uses `/sda3/download/sabnzbd/completed` as root folder for completed downloads. And that path is available as `\\10.2.3.4\sabnzbd\completed` on my Windows machine.
Then you would add a Remote Path Mapping for Host=MySab, RemotePath=`/sda3/download/sabnzbd`, LocalPath=`\\10.2.3.4\sabnzbd`.
Then you would add a Remote Path Mapping for:
- Host=MySab
- RemotePath=`/sda3/download/sabnzbd`
- LocalPath=`\\10.2.3.4\sabnzbd`
However, the best solution to this problem is to run Sonarr and your Download Client on the same computer.