From f4099c36bc9744eca3e6539cb43b47b911c931d6 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Wed, 30 Jan 2013 18:37:08 -0800 Subject: [PATCH] added delete_failed option #24 --- autoProcessMovie.cfg.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoProcessMovie.cfg.sample b/autoProcessMovie.cfg.sample index 563f2160..9287a550 100644 --- a/autoProcessMovie.cfg.sample +++ b/autoProcessMovie.cfg.sample @@ -8,6 +8,7 @@ web_root = apikey = xxxxxxxx delay = 60 method = renamer +delete_failed = 0 [Comments] 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) delay = (set delay in seconds before sending api call. Minimum 60) 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)