all in one

This commit is contained in:
clinton-hall 2013-02-01 18:22:58 -08:00
commit 8875a2b808

View file

@ -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.