-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.cfg
56 lines (53 loc) · 1.8 KB
/
config.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
### uProcess configuration
[uProcess]
#outputDirectory is where you want uProcess to output the files
outputDirectory = C:\
# Valid options are: copy, move or link
fileAction = copy
# If you wish to see debug messages (true/false)
debug = false
[uTorrent]
# User for your uTorrent webui (leave blank if you dont use one)
user =
# Password for your uTorrent webui (leave blank if you dont use one)
password =
# Host is the url adress to your uTorrent webui (default: localhost)
host = localhost
# Port is the portnumber for your uTorrent install
port = 8090
[Couchpotato]
# True/false depending on if you want to run Couchpotato post-process after uProcess is done
active = false
# This must match the corresponding label in uTorrent for movies
label = movie
# Your Couchpotato username (leave blank if you dont use one)
username =
# Your Couchpotato password (leave blank if you dont use one)
password =
# Api key for your Couchpotato install
apikey =
# Host is the adress to your Couchpotato web ui
host = localhost
# Port is the portnumber for your Couchpotato install (default: 5050)
port = 5050
# Base url alteration (leave blank if you dont use one, example: couchpotato/)
baseURL =
# Using SSL? (true/false)
ssl = false
[Sickbeard]
# True/false depending on if you want to run Sickbeard post-process after uProcess is done
active = false
# This must match the corresponding label in uTorrent for tv series
label = tv
# Your Sickbeard username (leave blank if you dont use one)
username =
# Your Sickbeard password (leave blank if you dont use one)
password =
# Host is the adress to your Sickbeard web ui
host = localhost
# Port is the portnumber for your Sickbeard install (defualt: 8081)
port = 8081
# Base url alteration (leave blank if you dont use one, example: sickbeard/)
web_root =
# Using SSL? (true/false)
ssl = false