mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -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]
|
||||
category = movie
|
||||
outputDirectory = /abs/path/to/complete/movies
|
||||
apikey =
|
||||
host = localhost
|
||||
port = 5050
|
||||
username =
|
||||
password =
|
||||
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
||||
ssl = 0
|
||||
web_root =
|
||||
apikey = xxxxxxxx
|
||||
delay = 60
|
||||
delay = 65
|
||||
method = renamer
|
||||
delete_failed = 0
|
||||
category = movies
|
||||
destination = /abs/path/to/complete/movies
|
||||
|
||||
|
||||
[SickBeard]
|
||||
category = tv
|
||||
outputDirectory = /abs/path/to/complete/tv
|
||||
host=localhost
|
||||
port=8081
|
||||
username=
|
||||
password=
|
||||
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
||||
web_root=
|
||||
ssl=0
|
||||
watch_dir=
|
||||
failed_fork=0
|
||||
category = tv
|
||||
destination = /abs/path/to/complete/tv
|
||||
|
||||
[Torrent]
|
||||
uselink = 0
|
||||
extractiontool = 'C:\\Program Files\\7-Zip\\7z.exe'
|
||||
|
||||
useLink = 0
|
||||
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