Updated Reverse symlink script for Connect (markdown)

a10kiloham 2020-04-28 08:21:38 +01:00
parent 00c3047f24
commit a6569d4cda
1 changed files with 3 additions and 1 deletions

@ -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. 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. 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 #!/bin/bash
# reverse-symlink.py
# thanks to Radarr wiki poster!
PERMPATH="$sonarr_episodefile_path" PERMPATH="$sonarr_episodefile_path"
LINKPATH="$sonarr_episodefile_sourcepath" LINKPATH="$sonarr_episodefile_sourcepath"