forked from Dawn-India/Z-Mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aria-nox-nzb.sh
36 lines (36 loc) · 1.25 KB
/
aria-nox-nzb.sh
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
tracker_list=$(curl -Ns https://ngosang.github.io/trackerslist/trackers_all_http.txt | awk '$0' | tr '\n\n' ',')
aria2c --allow-overwrite=true \
--auto-file-renaming=true \
--bt-enable-lpd=true \
--bt-detach-seed-only=true \
--bt-remove-unselected-file=true \
--bt-tracker="[$tracker_list]" \
--bt-max-peers=0 \
--enable-rpc=true \
--rpc-max-request-size=1024M \
--max-connection-per-server=10 \
--max-concurrent-downloads=1000 \
--split=10 \
--seed-ratio=0 \
--check-integrity=true \
--continue=true \
--daemon=true \
--disk-cache=40M \
--force-save=true \
--min-split-size=10M \
--follow-torrent=mem \
--check-certificate=false \
--optimize-concurrent-downloads=false \
--http-accept-gzip=true \
--max-file-not-found=0 \
--max-tries=20 \
--peer-id-prefix=-qB4650- \
--reuse-uri=true \
--content-disposition-default-utf8=true \
--user-agent=Wget/1.12 \
--peer-agent=qBittorrent/4.6.5 \
--quiet=true \
--summary-interval=0 \
--max-upload-limit=1K
qbittorrent-nox -d --profile="$(pwd)"
sabnzbdplus -f sabnzbd/SABnzbd.ini -s :::8070 -b 0 -d -c -l 0 --console