mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
all in one
This commit is contained in:
parent
292cc52598
commit
8875a2b808
1 changed files with 20 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue