From a6569d4cda3416eb6afa93606b7b879074383737 Mon Sep 17 00:00:00 2001 From: a10kiloham <295361+a10kiloham@users.noreply.github.com> Date: Tue, 28 Apr 2020 08:21:38 +0100 Subject: [PATCH] Updated Reverse symlink script for Connect (markdown) --- Reverse-symlink-script-for-Connect.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Reverse-symlink-script-for-Connect.md b/Reverse-symlink-script-for-Connect.md index 29f106e..9195013 100644 --- a/Reverse-symlink-script-for-Connect.md +++ b/Reverse-symlink-script-for-Connect.md @@ -1,9 +1,11 @@ -Slightly updated from the Radarr version this works well if you wish to keep seeding torrents however archive them on a device across the network like a NAS. +Slightly updated from the [Radarr version](https://github.com/Radarr/Radarr/wiki/Custom-Post-Processing-Scripts) this works well if you wish to keep seeding torrents however archive them on a device across the network like a NAS. Copy this to a folder reachable in your Docker config if necessary (i.e., create a config/connect folder) name whatever you like and ensure you chmod 777 so no issues running. For those running with combined Torrent and Usenet downloaders it's helpful to create a 'torrent' tag for this script and also shows that are torrent eligible - this works for more obscure shows where you'd wan to minimize torrent use. ``` #!/bin/bash +# reverse-symlink.py +# thanks to Radarr wiki poster! PERMPATH="$sonarr_episodefile_path" LINKPATH="$sonarr_episodefile_sourcepath"