File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ See no peers,seeds for some torrent(s)? Add more tracker(s) for Transmission
3
3
4
4
This script automatically checks new torrents and adds trackers
5
5
6
+ #### Changelog
7
+ ```
8
+ Mar 27, 2019
9
+ now tracker file saved in tmp directory until update web source
10
+ new exception in "Get list of active torrents", helps to avoid fully loaded torrents
11
+ cosmetic fixes
12
+
13
+ Feb 22, 2019
14
+ add feature connection to host
15
+
16
+ May 27, 2018
17
+ wait new torrents 25 sec
18
+
19
+ May 26, 2018
20
+ Change systemd policy
21
+ CPUSchedulingPolicy=idle
22
+ Nice=19
23
+ ```
6
24
## Installation and usage
7
25
8
26
#### * Docker way
@@ -74,7 +92,7 @@ screen -d -m -S tracker-add-auto path/to/tracker-add-auto-router.sh
74
92
75
93
76
94
77
- ## Extra manual script if you need
95
+ ### Extra manual script if you need
78
96
Set user and password in manual-tracker-add.sh
79
97
80
98
Run manual script to add some more trackers for active torrents:
You can’t perform that action at this time.
0 commit comments