mirror of https://github.com/Sonarr/Sonarr
Updated Completed Download Handling (markdown)
parent
cfb8d80bca
commit
67a6404fc7
|
@ -66,7 +66,7 @@ _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 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.
|
||||
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=`10.2.3.4`
|
||||
- RemotePath=`/sda3/download/sabnzbd`
|
||||
|
|
Loading…
Reference in New Issue