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]
|
[CouchPotato]
|
||||||
|
host = localhost
|
||||||
|
port = 5050
|
||||||
|
username =
|
||||||
|
password =
|
||||||
|
ssl = 0
|
||||||
|
web_root =
|
||||||
|
apikey = xxxxxxxx
|
||||||
|
delay = 60
|
||||||
|
method = renamer
|
||||||
category = movies
|
category = movies
|
||||||
destination = /abs/path/to/complete/movies
|
destination = /abs/path/to/complete/movies
|
||||||
|
|
||||||
[SickBeard]
|
[SickBeard]
|
||||||
|
host=localhost
|
||||||
|
port=8081
|
||||||
|
username=
|
||||||
|
password=
|
||||||
|
web_root=
|
||||||
|
ssl=0
|
||||||
|
watch_dir=
|
||||||
|
failed_fork=0
|
||||||
category = tv
|
category = tv
|
||||||
destination = /abs/path/to/complete/tv
|
destination = /abs/path/to/complete/tv
|
||||||
|
|
||||||
[uTorrent]
|
[Torrent]
|
||||||
copy = 1
|
uselink = 0
|
||||||
unrar = /abs/path/to/unrar
|
extractiontool = 'C:\\Program Files\\7-Zip\\7z.exe'
|
||||||
unzip = /abs/path/to/unzip
|
|
||||||
parcheck = /abs/path/to/par2
|
|
||||||
|
|
||||||
[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