Releases: ludoux/qbittorrent-torrents-exporter
Release v0.4.0
- c5c545f - release: 0.4.0
- 8185a74 - fix: detect tracker host better.
- 39e6c6b - fix typo
- 93a40f5 - update github action
IMPORTANT NOTICE 免责声明
This is an UNOFFICIAL software which has no relationship with qBtorrent team. I will take no responsibility for any data loss, chaotic qB tasks and/or hardware damage.
这是一款与 qBittorrent 开发团队无关的第三方程序,我不会对任何可能的数据丢失、混乱的 qB 任务与/或硬件损坏承担责任。
Release v0.3.5
Known Bugs:
Release v0.3.4
- 249dc64 - release: 0.3.4
Release v0.3.3
Release v0.3.2
- 756df4a - Support no-tracker torrents.
Release v0.3.1
Release v0.3.0
修复了旧版本丢数据的问题,请务必更新此版本
- 修复了 tacker 带有
|
时的软件崩溃。 - 修复了多 tracker 情况下,第一个 tracker “丢失”的情况。(假如您使用旧版本遇到这个问题,将导出的 torrent 文件内的
announce
字段追加到announce-list
内即可)
在大约 200 任务数、轻度负载下的 qBittorrent 4.3.9 & qBittorrent 4.4.1 上简单测试过
Tested on qBittorrent 4.3.9 & qBittorrent 4.4.1 with ~200 tasks amount.
由于软件未经广泛测试,导出后请再手动确认一下导出的 .torrent
数目是否正确
倘若此工具成功帮助到你,麻烦前去 讨论区 留下您的版本等信息,多谢!
Please leave a comment if this tool helps you, which will make it to be more perfect!
Release v0.2.1
- 修复了因同名任务而导致的少导出且不报错。
- 现在当有
Error
时,最后会有关于错误数的反显,提示用户检查导出情况。
在大约 200 任务数、轻度负载下的 qBittorrent 4.3.9 & qBittorrent 4.4.1 上简单测试过
Tested on qBittorrent 4.3.9 & qBittorrent 4.4.1 with ~200 tasks amount.
由于软件未经广泛测试,导出后请再手动确认一下导出的 .torrent
数目是否正确
倘若此工具成功帮助到你,麻烦前去 讨论区 留下您的版本等信息,多谢!
Please leave a comment if this tool helps you, which will make it to be more perfect!
Release v0.2.0
增强了 trackerHost 识别相关,针对 BT 公共 tracker 场景而优化。
在大约 200 任务数、轻度负载下的 qBittorrent 4.3.9 & qBittorrent 4.4.1 上简单测试过
Tested on qBittorrent 4.3.9 & qBittorrent 4.4.1 with ~200 tasks amount.
倘若此工具成功帮助到你,麻烦前去 讨论区 留下您的版本等信息,多谢!
Please leave a comment if this tool helps you, which will make it to be more perfect!
Release v0.1.5
- 3fc1b36 - release: 0.1.5
feat: limit the amount to 100 in each /torrents/info action with 0.01s interval.
现在默认每次获取100条种子任务信息(added_on
排序),且每次之间间隔 0.01s,循环获取直至结束。与之相对的,v0.1.4 是不加 limit 全部获取的。希望此更改可以减轻拥有大量任务下 qb 的导出压力。如果有任何问题欢迎提 issue 反馈,多谢!
在大约 200 任务数、轻度负载下的 qBittorrent 4.3.9 & qBittorrent 4.4.1 上简单测试过
Tested on qBittorrent 4.3.9 & qBittorrent 4.4.1 with ~200 tasks amount.