-
Notifications
You must be signed in to change notification settings - Fork 43
Sonarr and Radarr
The default Media / Root folder in Sonarr/Radarr is:
/Media
Make sure to use this folder when you add new content or import existing content.
When adding an indexer to Sonarr/Radarr from Jackett you need to amend the Torznab url. You should change the beginning of the url as highlighted below:
From: https://jackett.your-domain.com
/api/v2.0/indexers/torrentleech/results/potato/
To: http://jackett:9117
/api/v2.0/indexers/torrentleech/results/torznab/
In this example the indexer is TorrentLeech. The above URL given by Jackett would be different depending on the indexer you add. Note that you should use http, not httpS since this is internal network communication and Let's Encrypt would not work
Installation: sudo wget http://bit.ly/GetGooby2 -O /tmp/install.sh && sudo bash /tmp/install.sh
Basic information and instructions can be found on TechPerplexed.