jxxghp
|
1317d9c4f0
|
fix actions
|
2025-02-19 16:43:42 +08:00 |
|
Attente
|
9756bf6ac8
|
refactor(downloader): 新增支持种子文件布局处理
- 在 `DownloadChain` 中根据`种子文件布局`拼接`savepath`
- 在 `QbittorrentModule` 和 `TransmissionModule` 中添加种子文件布局信息
- 修改 `download` 方法的返回值,增加种子文件布局参数
|
2024-12-21 04:50:10 +08:00 |
|
Aqr-K
|
825fc35134
|
feat(modules): 增加子级 type 分类。
- 在 `types` 里,针对各个模块的类型进行子级分类。
- 为每个模块统一添加 `get_subtype` 方法,这样一来,能更精准快速地区分与调用子类的每个模块,又能获取 ModuleType 所规定的分类以及对应存在的子模块类型支持列表,从而有效解决当下调用时需繁琐遍历每个 module 以获取 get_name 或 _channel 的问题。
- 解决因消息渠道前端返回所保存的 type 与后端规定值不一致,而需要频繁调用 _channel 私有方法才能获取分类所可能产生的问题。
|
2024-12-03 14:57:19 +08:00 |
|
jxxghp
|
0feecc3eca
|
fix #3204
|
2024-11-23 11:48:23 +08:00 |
|
jxxghp
|
a0ad8faaf7
|
fix #2913
|
2024-10-23 14:43:47 +08:00 |
|
InfinityPacer
|
9255c85a85
|
refactor(module): unify config retrieval logic
|
2024-10-20 18:56:52 +08:00 |
|
jxxghp
|
363f12ed5a
|
refactor:Module加入执行优先顺序
|
2024-10-19 19:31:25 +08:00 |
|
jxxghp
|
603ab97665
|
add ModuleType Schema
|
2024-10-12 11:50:00 +08:00 |
|
InfinityPacer
|
0afdd9056a
|
fix(module): use getters for _instances and _configs in subclasses
|
2024-10-06 14:38:17 +08:00 |
|
InfinityPacer
|
2ce3ddb75a
|
refactor(module): simplify service instantiation with generics
|
2024-09-27 04:04:56 +08:00 |
|
InfinityPacer
|
5efcd6e6be
|
refactor (module): improve the implementation of base classes
|
2024-09-26 19:44:35 +08:00 |
|
jxxghp
|
786b317cea
|
fix download && message
|
2024-09-19 08:30:58 +08:00 |
|
jxxghp
|
53195457c7
|
fix module test
|
2024-09-12 15:13:58 +08:00 |
|
jxxghp
|
d0ac5646f5
|
fix transfer_completed
|
2024-09-10 07:58:22 +08:00 |
|
jxxghp
|
c3ef3dd7d1
|
fix 全局变量定义
|
2024-09-09 22:17:49 +08:00 |
|
jxxghp
|
c030f52418
|
fix apis
|
2024-08-16 13:41:19 +08:00 |
|
jxxghp
|
a567a8644b
|
add ModuleBases
|
2024-07-07 07:40:53 +08:00 |
|
jxxghp
|
15a7297099
|
fix messages
|
2024-07-02 13:50:41 +08:00 |
|
jxxghp
|
9484093d22
|
fix downloader
|
2024-07-02 11:11:25 +08:00 |
|
jxxghp
|
c8fe6e4284
|
fix downloaders
|
2024-07-02 11:00:55 +08:00 |
|
jxxghp
|
851dd85fc6
|
rclone移动模式下删除种子文件
|
2024-06-14 16:53:15 +08:00 |
|
jxxghp
|
45945bd025
|
feat:增加删除下载任务事件,历史记录中删除源文件时主程序会同步删除种子,同时会发出该事件(以便处理辅种等)
|
2024-06-01 07:47:00 +08:00 |
|
jxxghp
|
1425b15333
|
fix #2192
|
2024-05-27 11:16:41 +08:00 |
|
jxxghp
|
43647e59a4
|
fix module name
|
2024-05-16 14:20:18 +08:00 |
|
jxxghp
|
48a19fd57c
|
fix 下载器测试
|
2024-03-09 20:03:57 +08:00 |
|
jxxghp
|
27d2d01a20
|
feat:下载器支持多选
|
2024-03-09 18:52:27 +08:00 |
|
jxxghp
|
8b4495c857
|
feat:下载器支持多选
|
2024-03-09 18:25:04 +08:00 |
|
jxxghp
|
8cb061ff75
|
feat:模块健康检查
|
2024-03-06 13:23:51 +08:00 |
|
tonser
|
31ca41828e
|
修复tr 选中种子下载失败
|
2024-02-29 02:09:53 +08:00 |
|
jxxghp
|
a8ce9648e2
|
fix bug
|
2024-02-20 16:18:29 +08:00 |
|
jxxghp
|
8f4a213f55
|
fix QB&TR 判重
|
2023-12-01 08:12:06 +08:00 |
|
jxxghp
|
6a8c684af0
|
feat 兼容TR下载任务重复添加
|
2023-11-30 15:58:44 +08:00 |
|
jxxghp
|
534ad0bad6
|
Merge pull request #987 from thsrite/main
|
2023-10-28 11:04:21 +08:00 |
|
jxxghp
|
ca334813b7
|
更新 __init__.py
|
2023-10-28 10:55:02 +08:00 |
|
thsrite
|
a3916207ae
|
fix division by zero
|
2023-10-27 23:13:56 +08:00 |
|
thsrite
|
070481cab0
|
fix 正在下载显示剩余下载时间
|
2023-10-27 16:52:47 +08:00 |
|
jxxghp
|
78f0ac0042
|
fix README.md
|
2023-10-07 04:01:21 -07:00 |
|
jxxghp
|
02111a3b9f
|
fix #684
|
2023-09-28 16:23:10 +08:00 |
|
jxxghp
|
b1bb0ced7a
|
fix #608
|
2023-09-19 17:15:16 +08:00 |
|
jxxghp
|
4e515ec442
|
fix #516 支持磁力链下载
|
2023-09-13 17:56:57 +08:00 |
|
jxxghp
|
18457a4de7
|
fix #555
|
2023-09-11 21:43:30 +08:00 |
|
jxxghp
|
7eb77875f1
|
fix 重连机制
|
2023-09-03 21:59:18 +08:00 |
|
jxxghp
|
0050a96faf
|
fix #406 支持QB分类自动管理模式
|
2023-09-03 07:56:20 +08:00 |
|
jxxghp
|
f80e5739ca
|
feat 媒体服务器/下载器定时检查重连
|
2023-08-31 08:15:43 +08:00 |
|
jxxghp
|
38eff64c95
|
need fix
|
2023-08-30 22:01:07 +08:00 |
|
olly
|
aa8cb889f8
|
fix:修复tr下载显示速率问题
|
2023-08-27 18:22:34 +08:00 |
|
jxxghp
|
b435b84782
|
fix bug
|
2023-08-24 09:11:02 +08:00 |
|
jxxghp
|
66a1f25465
|
feat 下载器监控支持转移合集
|
2023-08-23 08:47:03 +08:00 |
|
jxxghp
|
f02ac2eaef
|
fix
|
2023-08-21 18:05:17 +08:00 |
|
jxxghp
|
9c0c7e8497
|
fix #96
|
2023-08-13 08:42:36 +08:00 |
|