CouchPotato alternate post-processing scripts

https://couchpota.to/forum/showthread.php?tid=343
This commit is contained in:
Iristyle
2012-11-04 11:26:08 -05:00
parent df53bf35c1
commit fba8dcf8df
7 changed files with 494 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
[CouchPotato]
host = localhost
port = 5050
username =
password =
ssl = 0
web_root =
apikey = xxxxxxxx
delay = 60
method = renamer
[Comments]
host = (ip address for CouchPotato Server. Use "localhost" if SABnzbd and CPS on same system)
port = (port for CouchPotato Server)
username = (username if set for CouchPotato Server)
password = (password if set for CouchPotato Server)
ssl = 0 (set to 1 if you want to use ssl. -untested. Default is 0)
web_root = (set URL base if needed.)
apikey = (apikey for CouchPotato Server... Required)
delay = (set delay in seconds before sending api call. Minimum 60)
method = "renamer" or "manage". renamer is the default. Read the help file.