Commit Graph

17 Commits

Author SHA1 Message Date
Pollo
41381a920c fix: 修复订阅自定义识别词在整理时不生效的问题
问题:订阅中添加的自定义识别词(特别是集数偏移)在下载时正常生效,
但在下载完成整理时没有生效。

根因:下载历史中未保存识别词,整理时 MetaInfoPath 未接收
custom_words 参数。

修复:
- 在 DownloadHistory 模型中添加 custom_words 字段
- 下载时从 meta.apply_words 获取并保存识别词到下载历史
- MetaInfoPath 函数添加 custom_words 参数支持
- 整理时从下载历史获取 custom_words 并传递给 MetaInfoPath
- 添加 Alembic 迁移脚本 (2.2.3)
- 添加相关单元测试
2026-01-19 15:46:00 +08:00
景大侠
4af5dad9a8 修复 原盘自动刮削缺少nfo 2026-01-12 21:36:17 +08:00
wumode
ff2826a448 feat(utils): Refactor check_method to use ast
- 使用 AST 解析函数源码,相比基于字符串的方法更稳定,能够正确处理具有多行 def 语句的函数
- 为 check_method 添加了单元测试
2025-11-05 14:16:37 +08:00
jxxghp
62e74f6fd1 fix 2025-06-24 08:19:10 +08:00
景大侠
b74c7531d9 fix #4371 递归判断蓝光目录 2025-05-31 02:37:14 +08:00
jxxghp
923ecf29b8 fix #4294 2025-05-18 13:16:06 +08:00
jxxghp
765d37fd6a fix meta 2024-04-10 11:44:14 +08:00
jxxghp
d76fe5c039 fix tmdbapis 2023-07-29 13:09:36 +08:00
jxxghp
a111c1dea9 add 站点图标缓存 2023-06-12 11:16:37 +08:00
jxxghp
dd38428f03 add module function alias 2023-06-09 14:36:54 +08:00
jxxghp
8dd11bb53d fix file transfer 2023-06-09 12:19:11 +08:00
jxxghp
a4a391f238 fix bug 2023-06-08 18:47:04 +08:00
jxxghp
0d0b078a31 fix plugins 2023-06-08 15:47:14 +08:00
jxxghp
4a04f4d7cb fix tests 2023-06-07 23:09:36 +08:00
jxxghp
ab86eaf59a fix bugs 2023-06-07 21:16:33 +08:00
jxxghp
061c16c659 fix bugs 2023-06-07 20:03:53 +08:00
jxxghp
4d06f86e62 init 2023-06-06 07:15:17 +08:00