jxxghp
1d97f2e043
fix: align media recognition fallback and shared reporting
...
Route title and path lookups through the fallback-aware entrypoints so auxiliary matches can reuse pre-assist keywords without forcing image fetches in lightweight flows. Also reduce noisy agent shutdown logging during cleanup.
2026-05-10 07:54:55 +08:00
InfinityPacer
a729307d30
feat(subscribe): preserve candidate match identity
2026-05-08 14:53:22 +08:00
Attente
367ecafbbb
fix(subscribe): 修复订阅电视剧季数判断逻辑
2026-05-04 11:34:13 +08:00
jxxghp
4d0a722b09
refactor: reorganize interaction chain
2026-05-01 09:53:04 +08:00
jxxghp
db6dc926cf
feat: unify slash command interactions
2026-05-01 08:53:52 +08:00
InfinityPacer
5d07381111
chore(subscribe): update last_update when refreshing episode totals
2026-04-11 22:58:24 +08:00
InfinityPacer
1ceb8891b0
fix(subscribe): refresh total episodes before completion check
2026-04-11 22:58:24 +08:00
Attente
2ae98d628d
feat(subscribe): 优化洗版订阅合集的识别
2026-04-05 21:39:44 +08:00
jxxghp
6065c29891
Revert "Merge pull request #5573 from wikrin/refactor-static-methods-conversion"
...
This reverts commit b8fc20b981 , reversing
changes made to e09cfc6704 .
2026-03-14 18:21:31 +08:00
Attente
b89825525a
refactor(helper): 将DirectoryHelper、RuleHelper和TorrentHelper方法改为静态方法
...
- 移除不必要的实例化操作,直接使用类方法
2026-03-13 19:50:10 +08:00
jxxghp
d469c2d3f9
refactor: 统一将布尔判断 if var: 和 if not var: 更改为显式的 if var is not None: 和 if var is None: 以正确处理 None 值。
2026-02-02 13:49:32 +08:00
jxxghp
3115ed28b2
fix: 历史记录删除源文件后,不在订阅的文件列表中显示
2026-01-26 21:47:26 +08:00
jxxghp
a2611bfa7d
feat: Add search_imdbid to subscriptions and improve error message propagation and handling for existing subscriptions.
2026-01-25 14:57:46 +08:00
Attente
f55916bda2
feat(transfer): 支持按条件查询订阅获取自定义识别词用于文件转移
2026-01-25 11:34:03 +08:00
景大侠
c6cb4c8479
统一构造tmdb图片网址
2026-01-12 09:41:25 +08:00
ixff
8d56c67079
fix typos
2025-12-19 12:19:42 +08:00
Attente
1ef4374899
feat(telegram): 图片增加缓存与安全校验, 获取失败降级发送
...
- 统一部分类型标注
- 修正部分文本错误
2025-12-03 09:56:30 +08:00
jxxghp
da0b3b3de9
fix:日历缓存
2025-08-25 16:46:10 +08:00
jxxghp
6664fb1716
feat:增加插件和日历的自动缓存
2025-08-25 16:37:02 +08:00
jxxghp
426e920fff
fix log
2025-08-06 16:54:24 +08:00
jxxghp
1f6bbce326
fix:优化重试识别次数限制
2025-08-06 16:48:37 +08:00
jxxghp
c2c8214075
refactor: 添加订阅协程处理
2025-08-02 09:14:38 +08:00
jxxghp
0c8fd5121a
fix async apis
2025-08-01 14:19:34 +08:00
jxxghp
0cce97f373
remove gc
2025-07-25 11:47:41 +08:00
jxxghp
d8cacc0811
fix:没有订阅不跑订阅刷新任务
2025-07-24 11:08:47 +08:00
jxxghp
7f302c13c7
fix #4632
2025-07-20 09:14:47 +08:00
景大侠
2ed13c7e5b
fix 订阅匹配锁增加超时,避免罕见的长时间卡任务问题
2025-07-07 11:51:58 +08:00
景大侠
bc5e682308
fix 本地媒体检查潜在的额外扫盘问题
2025-07-05 21:46:21 +08:00
jxxghp
cd18c31618
fix 订阅匹配
2025-06-30 10:55:10 +08:00
jxxghp
bb4438ac42
feat:非大内存模式下主动gc
2025-06-27 09:44:47 +08:00
jxxghp
4dd5ea8e2f
add del
2025-06-27 07:53:10 +08:00
jxxghp
2700e639f1
fix chain
2025-06-26 13:16:10 +08:00
jxxghp
98327d1750
fix download message
2025-06-17 15:35:38 +08:00
jxxghp
bf23fe6ce2
更新 subscribe.py
2025-06-15 23:31:13 +08:00
jxxghp
3823a7c9b6
fix:消息发送范围
2025-06-15 23:18:07 +08:00
jxxghp
d0677edaaa
fix 优雅停止
2025-06-09 15:39:11 +08:00
jxxghp
3ee32757e5
rollback
2025-06-08 14:35:59 +08:00
景大侠
f3eb2caa4e
fix(subscribe): 避免重复下载已入库的剧集
2025-06-07 02:48:22 +08:00
jxxghp
349535557f
更新 subscribe.py
2025-06-06 14:04:12 +08:00
jxxghp
11075a4012
fix:增加更多内存控制
2025-06-05 13:33:39 +08:00
jxxghp
a9300faaf8
fix:优化单例模式和类引用
2025-06-05 13:22:16 +08:00
jxxghp
e180130b38
fix:memory use
2025-06-05 08:32:24 +08:00
jxxghp
9d436ec7ed
fix #4382
2025-06-03 08:19:15 +08:00
jxxghp
fb2b29d088
fix #4382
2025-06-03 07:07:40 +08:00
jxxghp
1c46b0bc20
更新 subscribe.py
2025-06-02 16:23:09 +08:00
jxxghp
19fe0a32c8
fix #4308
2025-05-19 12:53:55 +08:00
jxxghp
76659f8837
fix #4308
2025-05-19 12:51:34 +08:00
k1z
27d9f910ff
修复重复识别缓存种子的bug
2025-05-19 10:35:09 +08:00
k1z
28db4881d7
修复重复识别缓存种子的bug
2025-05-19 10:05:39 +08:00
Attente
20aba7eb17
fix : #4228 添加订阅传入 MetaBase, 上下文增加 username 字段, 原始对象引用默认开启
2025-05-07 18:19:11 +08:00