1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-25 04:02:48 +01:00

Updated Completed Download Handling (markdown)

Mark McDowall 2017-08-17 22:52:17 -07:00
parent 24a8f62e82
commit cfb8d80bca

@ -66,9 +66,9 @@ _As mentioned earlier, Completed Download Handling gets the file path to the dow
In Settings->Download Client->Remote Path Mapping is an option to configure Sonarr to translate the remote path to something locally accessible.
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.
If I configured a remote Sabznzbd instance with the `Host` '10.2.3.4' 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
- Host=`10.2.3.4`
- RemotePath=`/sda3/download/sabnzbd`
- LocalPath=`\\10.2.3.4\sabnzbd`