From a21ced86a0fbff37a005fb812fa93072a2763f5a Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Mon, 11 Mar 2013 23:15:55 -0700 Subject: [PATCH] fixes --- autoProcessMedia.cfg.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autoProcessMedia.cfg.sample b/autoProcessMedia.cfg.sample index f2ab28f4..015aa017 100644 --- a/autoProcessMedia.cfg.sample +++ b/autoProcessMedia.cfg.sample @@ -50,7 +50,7 @@ delay = 65 #### mlCategory - category that gets called for post-processing with Mylar mlCategory = comics host = localhost -port =8090 +port= 8090 username= password= ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ###### @@ -75,8 +75,8 @@ web_root = [Torrent] ###### clientAgent - Supported clients: utorrent, transmission, deluge, other clientAgent = other -###### useLink - Set to true or false depending on if you want to use hardlinks -useLink = false +###### useLink - Set to 1 to use or 0 depending on if you want to use hardlinks +useLink = 1 ###### minSampleSize - Minimum required size to consider a file not an sample file (in MB, eg 200mb) minSampleSize = 200 ###### outputDirectory - Default output directory (categories will be appended as sub directory to outputDirectory)