forked from piejanssens/premiumizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.cfg.tpl
95 lines (81 loc) · 1.44 KB
/
settings.cfg.tpl
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[global]
server_port = 5000
bind_ip = 127.0.0.1
active_interval = 10
idle_interval = 300
debug_enabled = 0
[security]
login_enabled = 0
username =
password =
[premiumize]
customer_id =
pin =
[downloads]
download_enabled = 0
download_all = 0
download_max = 1
download_speed = -1
remove_cloud = 0
seed_torrent = 0
download_location =
nzbtomedia_location = [Change to path]\nzbToMedia.py
jd_enabled = 0
jd_username =
jd_password =
jd_device_name =
aria2_enabled = 0
aria2_host = localhost
aria2_port = 6800
aria2_secret = premiumizer
[categories]
cat_name[1] = tv
cat_dir[1] =
cat_ext[1] =
cat_delsample[1] = 0
cat_nzbtomedia[1] = 0
cat_name[2] = movie
cat_dir[2] =
cat_ext[2] =
cat_delsample[2] = 0
cat_nzbtomedia[2] = 0
cat_name[3] =
cat_dir[3] =
cat_ext[3] =
cat_delsample[3] = 0
cat_nzbtomedia[3] = 0
cat_name[4] =
cat_dir[4] =
cat_ext[4] =
cat_delsample[4] = 0
cat_nzbtomedia[4] = 0
cat_name[5] =
cat_dir[5] =
cat_ext[5] =
cat_delsample[5] = 0
cat_nzbtomedia[5] = 0
cat_name[6] = default
cat_dir[6] =
cat_ext[6] =
cat_delsample[6] = 0
cat_nzbtomedia[6] = 0
[upload]
watchdir_enabled = 0
watchdir_location =
[notifications]
email_enabled = 0
email_on_failure = 0
email_from = "Premiumizer" <[email protected]>
email_to = [email protected]
email_server =
email_port = 25
email_encryption = 0
email_username =
email_password =
[update]
#Do not change these values#
updated = 1
auto_update = 0
update_date = Never
config_version = 1.8
req_version = 6.3