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"