mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-24 19:52:39 +01:00
Updated Reverse symlink script for Connect (markdown)
parent
00c3047f24
commit
a6569d4cda
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user