diff --git a/autoProcessMedia.cfg.sample b/autoProcessMedia.cfg.sample index de919b85..7d92025d 100644 --- a/autoProcessMedia.cfg.sample +++ b/autoProcessMedia.cfg.sample @@ -1,18 +1,29 @@ [CouchPotato] +host = localhost +port = 5050 +username = +password = +ssl = 0 +web_root = +apikey = xxxxxxxx +delay = 60 +method = renamer category = movies destination = /abs/path/to/complete/movies [SickBeard] +host=localhost +port=8081 +username= +password= +web_root= +ssl=0 +watch_dir= +failed_fork=0 category = tv destination = /abs/path/to/complete/tv -[uTorrent] -copy = 1 -unrar = /abs/path/to/unrar -unzip = /abs/path/to/unzip -parcheck = /abs/path/to/par2 +[Torrent] +uselink = 0 +extractiontool = 'C:\\Program Files\\7-Zip\\7z.exe' -[Notes] -copy = 0 will create hard links to your original download. -If moving to new hard-disk or network mount, use copy = 1 -copy = 0 is much faster and uses less disk space.