From 41fa5aa1993b5513ced5f9a5c43d8e34699b5b4f Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Tue, 19 Feb 2013 17:41:19 -0800 Subject: [PATCH] added configurations --- autoProcessMedia.cfg.sample | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/autoProcessMedia.cfg.sample b/autoProcessMedia.cfg.sample index c92230f3..ffa06b60 100644 --- a/autoProcessMedia.cfg.sample +++ b/autoProcessMedia.cfg.sample @@ -1,30 +1,36 @@ [CouchPotato] +category = movie +outputDirectory = /abs/path/to/complete/movies +apikey = host = localhost port = 5050 username = -password = +password = +###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ###### ssl = 0 web_root = -apikey = xxxxxxxx -delay = 60 +delay = 65 method = renamer delete_failed = 0 -category = movies -destination = /abs/path/to/complete/movies + [SickBeard] +category = tv +outputDirectory = /abs/path/to/complete/tv host=localhost port=8081 username= password= +###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ###### web_root= ssl=0 watch_dir= failed_fork=0 -category = tv -destination = /abs/path/to/complete/tv [Torrent] -uselink = 0 -extractiontool = 'C:\\Program Files\\7-Zip\\7z.exe' - +useLink = 0 +extractionTool = C:\Program Files\7-Zip\7z.exe +###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ###### +compressedExtentions = ['.zip', '.rar', '.7z', '.gz', '.bz', '.tar', '.arj'] +mediaExtentions = ['.mkv', '.avi', '.divx', '.xvid', '.mov', '.wmv', '.mp4', '.mpg', '.mpeg', '.vob', '.iso'] +metaExtentions = ['.nfo', '.sub', '.srt', '.jpg', '.gif']