mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
fixes
This commit is contained in:
parent
7d12463deb
commit
a21ced86a0
1 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ delay = 65
|
||||||
#### mlCategory - category that gets called for post-processing with Mylar
|
#### mlCategory - category that gets called for post-processing with Mylar
|
||||||
mlCategory = comics
|
mlCategory = comics
|
||||||
host = localhost
|
host = localhost
|
||||||
port =8090
|
port= 8090
|
||||||
username=
|
username=
|
||||||
password=
|
password=
|
||||||
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
||||||
|
@ -75,8 +75,8 @@ web_root =
|
||||||
[Torrent]
|
[Torrent]
|
||||||
###### clientAgent - Supported clients: utorrent, transmission, deluge, other
|
###### clientAgent - Supported clients: utorrent, transmission, deluge, other
|
||||||
clientAgent = other
|
clientAgent = other
|
||||||
###### useLink - Set to true or false depending on if you want to use hardlinks
|
###### useLink - Set to 1 to use or 0 depending on if you want to use hardlinks
|
||||||
useLink = false
|
useLink = 1
|
||||||
###### minSampleSize - Minimum required size to consider a file not an sample file (in MB, eg 200mb)
|
###### minSampleSize - Minimum required size to consider a file not an sample file (in MB, eg 200mb)
|
||||||
minSampleSize = 200
|
minSampleSize = 200
|
||||||
###### outputDirectory - Default output directory (categories will be appended as sub directory to outputDirectory)
|
###### outputDirectory - Default output directory (categories will be appended as sub directory to outputDirectory)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue