Skip to content

Modified script to use as upload-command for autodl-chatzilla to post to Sonarr.

Notifications You must be signed in to change notification settings

Yankees4life/autodl-curl-sonarr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

autodl-curl-sonarr

Based on the original autodl-curl-sonarr script but is modified to work for windows and chatzilla.

Original Description

Script to use as upload-command for autodl-irssi to post torrents to Sonarr

Obviously you will need autodl-irssi (https://github.com/autodl-community) and Sonarr (https://sonarr.tv/) installed for this to work. You will also need curl.

Download the file autodl-curl-sonarr.sh and put it wherever you want. You may need to edit the last line of the script with the address for Sonarr. By default it is "http://localhost:8989/api/release/push". See https://github.com/Sonarr/Sonarr/wiki/API. Make the script executable for the user running autodl-irssi

Set up your autodl.cfg to include something like this, either in the global [options] header or for specific [filter]s as you see fit. Update the path to the script and YOUR_SONARR_API_KEY to the values for your system:

upload-type = exec
upload-command = /path/to/autodl-curl-sonarr.sh
upload-args = "$(TorrentName)" "$(TorrentUrl)" YOUR_SONARR_API_KEY

You can set up autodl-irssi filters to simply match everything and let Sonarr decide what it should download based upon your Sonarr configuration.

About

Modified script to use as upload-command for autodl-chatzilla to post to Sonarr.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 67.3%
  • Shell 32.7%