批量修改qbittorrent、transmission tracker工具
群友shabby提供,hdtime种子authkey转passkey专用, 窗口程序,只需填写相关参数即可
QbTrackerUtil —— qbitorrent
TrTrackerUtil —— transmission
注意:不要输入中文!winForm版为hdtime专用
新增:TrackerUtil 同时支持qb、tr客户端选择,支持所有站点修改,代码已开源:https://github.com/shabby2333/TrackerUtil
LM-BatchEditTracker-go 命令行工具
支持qbitorrent4+ transmission3+ transmission4+ 其他版本未做测试,可自行尝试
支持所有tracker服务器修改,包括但不限于hdtime等
./LM-BatchEditTracker-go-linux-amd64 -client=tr -addr=127.0.0.1 -username=admin -password=admin -category=hdtime -old=https://tracker.hdtime.org/ -new=https://tracker.hdtime.org/announce.php?passkey=********
./LM-BatchEditTracker-go-linux-amd64 -client=qb -addr=http://127.0.0.1:8080 -username=admin -password=admin -category=hdtime -old=https://tracker.hdtime.org/announce.php -new=https://tracker.hdtime.org/announce.php?passkey=********
-client 客户端类型,仅支持tr、qb
-addr WEBUI地址 tr支持IP或地址填写如:http://127.0.0.1:9091/transmission/rpc qb填写全路径如:http://127.0.0.1:8080 不支持https,同时请关闭webui设置中所有安全中选项
-username web端登录帐号
-password web端登录密码
-timeout 仅tr有效(可选)
-category 客户端分类名,仅qb有效(可选)
-tag 客户端标签,仅qb有效(可选)
-old 旧tracker服务器,填写网站地址即可,如:https://tracker.hdtime.org/
-new 新tracker地址,如:https://tracker.hdtime.org/announce.php?passkey=********