forked from ludviglundgren/qbittorrent-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.qbt.toml.example
29 lines (25 loc) · 921 Bytes
/
.qbt.toml.example
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
[qbittorrent]
host = "127.0.0.1" # qbittorrent webui-api hostname/ip
port = 6776 # qbittorrent webui-api port
login = "user" # qbittorrent webui-api user
password = "password" # qbittorrent webui-api password
# some trackers are bugged and need to reannounce before torrent can start
[reannounce]
enabled = true # true or false
attempts = 10 # attempts to run. Run max 10-30 times
interval = 7000 # interval between attempts in milliseconds
[rules]
enabled = true # enable or disable rules
max_active_downloads = 2 # set max active downloads
[[compare]]
addr = "http://100.100.100.100:6776"
login = "user"
password = "password"
#basicUser = "user"
#basicPass = "password"
[[compare]] # you can specify multiple compare blocks
addr = "http://100.100.100.101:6776"
login = "user"
password = "password"
#basicUser = "user"
#basicPass = "password"