mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
parent
e79207297b
commit
f4099c36bc
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ web_root =
|
||||||
apikey = xxxxxxxx
|
apikey = xxxxxxxx
|
||||||
delay = 60
|
delay = 60
|
||||||
method = renamer
|
method = renamer
|
||||||
|
delete_failed = 0
|
||||||
|
|
||||||
[Comments]
|
[Comments]
|
||||||
host = (ip address for CouchPotato Server. Use "localhost" if SABnzbd and CPS on same system)
|
host = (ip address for CouchPotato Server. Use "localhost" if SABnzbd and CPS on same system)
|
||||||
|
@ -19,4 +20,4 @@ web_root = (set URL base if needed.)
|
||||||
apikey = (apikey for CouchPotato Server... Required)
|
apikey = (apikey for CouchPotato Server... Required)
|
||||||
delay = (set delay in seconds before sending api call. Minimum 60)
|
delay = (set delay in seconds before sending api call. Minimum 60)
|
||||||
method = "renamer" or "manage". renamer is the default. Read the help file.
|
method = "renamer" or "manage". renamer is the default. Read the help file.
|
||||||
|
delete_failed = 0 (set to 1 if you want to delete the failed download files/folder)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue