mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
added configurations
This commit is contained in:
parent
982ea2bcec
commit
41fa5aa199
1 changed files with 16 additions and 10 deletions
|
@ -1,30 +1,36 @@
|
||||||
[CouchPotato]
|
[CouchPotato]
|
||||||
|
category = movie
|
||||||
|
outputDirectory = /abs/path/to/complete/movies
|
||||||
|
apikey =
|
||||||
host = localhost
|
host = localhost
|
||||||
port = 5050
|
port = 5050
|
||||||
username =
|
username =
|
||||||
password =
|
password =
|
||||||
|
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
||||||
ssl = 0
|
ssl = 0
|
||||||
web_root =
|
web_root =
|
||||||
apikey = xxxxxxxx
|
delay = 65
|
||||||
delay = 60
|
|
||||||
method = renamer
|
method = renamer
|
||||||
delete_failed = 0
|
delete_failed = 0
|
||||||
category = movies
|
|
||||||
destination = /abs/path/to/complete/movies
|
|
||||||
|
|
||||||
[SickBeard]
|
[SickBeard]
|
||||||
|
category = tv
|
||||||
|
outputDirectory = /abs/path/to/complete/tv
|
||||||
host=localhost
|
host=localhost
|
||||||
port=8081
|
port=8081
|
||||||
username=
|
username=
|
||||||
password=
|
password=
|
||||||
|
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
||||||
web_root=
|
web_root=
|
||||||
ssl=0
|
ssl=0
|
||||||
watch_dir=
|
watch_dir=
|
||||||
failed_fork=0
|
failed_fork=0
|
||||||
category = tv
|
|
||||||
destination = /abs/path/to/complete/tv
|
|
||||||
|
|
||||||
[Torrent]
|
[Torrent]
|
||||||
uselink = 0
|
useLink = 0
|
||||||
extractiontool = 'C:\\Program Files\\7-Zip\\7z.exe'
|
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']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue