jxxghp
|
6e69258e3c
|
refactor: make model sessions explicit
|
2026-08-23 23:33:07 +08:00 |
|
jxxghp
|
4074fa4e42
|
refactor: isolate transfer and download history queries
|
2026-08-23 13:59:12 +08:00 |
|
jxxghp
|
be18cace1f
|
refactor: finish transactional runtime migration
|
2026-08-22 15:18:16 +08:00 |
|
jxxghp
|
5128ae9e1e
|
refactor: 推进后端分层架构治理
|
2026-08-18 00:29:14 +08:00 |
|
Aqr-K
|
8a11214a43
|
refactor(db): 修复异步连接池无界增长,并完成 SQLAlchemy 2.0 迁移与分层归位 (#6320)
|
2026-08-15 06:58:38 +08:00 |
|
jxxghp
|
ca32922a7f
|
refactor(media): unify media identity and chain responsibilities
|
2026-08-12 18:31:09 +08:00 |
|
jxxghp
|
8bf2f601a6
|
refactor(media): unify source identity and music browsing
|
2026-08-12 12:56:40 +08:00 |
|
jxxghp
|
97dba2a8ae
|
feat: unify media recognition and music lifecycle
|
2026-08-12 06:51:58 +08:00 |
|
jxxghp
|
05d15a04f5
|
feat(v3): add music automation workflow
|
2026-08-07 21:50:22 +08:00 |
|
jxxghp
|
a700ba9379
|
feat(download): persist poster and backdrop images (#6232)
|
2026-08-03 21:38:26 +08:00 |
|
jxxghp
|
52ca375f3d
|
fix(history): stabilize download history pagination
|
2026-08-03 08:45:35 +08:00 |
|
jxxghp
|
3b709b7f2e
|
feat: unify media source identity flow (#6129)
|
2026-07-21 20:20:09 +08:00 |
|
jxxghp
|
3e3883a57f
|
Fix history search case sensitivity
|
2026-06-23 11:16:12 +08:00 |
|
jxxghp
|
cd5e693302
|
refactor: adjust database indexes by adding high-frequency composite indexes and removing redundant id indexes
|
2026-05-09 20:04:05 +08:00 |
|
jxxghp
|
a7823fb4d1
|
feat: implement data cleanup chain for batch deletion of expired records
|
2026-05-09 14:04:10 +08:00 |
|
jxxghp
|
5c1487a9a6
|
Optimize agent tool async blocking paths
|
2026-04-28 20:36:49 +08:00 |
|
jxxghp
|
a25c709927
|
新增agent删除下载历史记录工具
|
2026-03-27 11:50:46 +08:00 |
|
jxxghp
|
17773913ae
|
fix: 统一了数据库查询中 season 参数的非空判断逻辑,以正确处理 season=0 的情况。
|
2026-02-02 14:23:51 +08:00 |
|
Attente
|
8658942385
|
feat(filter): 添加配置监听和改进中字过滤规则
|
2026-01-25 01:06:50 +08:00 |
|
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 |
|
jxxghp
|
4bc24f3b00
|
fix db
|
2025-08-19 11:53:59 +08:00 |
|
jxxghp
|
15833f94cf
|
fix db
|
2025-08-19 11:40:34 +08:00 |
|
jxxghp
|
b6cf54d57f
|
添加对 PostgreSQL 的支持
|
2025-08-18 11:19:17 +08:00 |
|
jxxghp
|
8efba30adb
|
fix db
|
2025-07-31 19:51:48 +08:00 |
|
jxxghp
|
21541bc468
|
更新历史记录相关API,支持异步操作
|
2025-07-30 14:27:38 +08:00 |
|
jxxghp
|
c440ce3045
|
fix oper
|
2025-06-26 08:33:43 +08:00 |
|
jxxghp
|
e15107e5ec
|
fix DownloadHistory.get_by_mediaid
|
2025-05-12 07:57:25 +08:00 |
|
jxxghp
|
e6cdd337c3
|
fix subscribe files
|
2025-05-10 20:10:13 +08:00 |
|
Attente
|
a8a70cac08
|
refactor(db): optimize download history query logic
- 使用`TransferHistory.list_by`相同逻辑
|
2025-04-19 20:22:37 +08:00 |
|
jxxghp
|
078b60cc1e
|
feat:支持指定剧集组识别和刮削
|
2025-04-03 18:35:02 +08:00 |
|
jxxghp
|
18f65e5597
|
fix year type
|
2025-03-23 23:16:11 +08:00 |
|
jxxghp
|
22b69f7dac
|
fix blanke
|
2025-03-23 22:35:37 +08:00 |
|
jxxghp
|
f9b0db623d
|
fix cython type error
|
2025-03-23 21:39:37 +08:00 |
|
jxxghp
|
10f8efc457
|
TODO 后台整理队列
|
2024-12-23 18:59:36 +08:00 |
|
jxxghp
|
cde4db1a56
|
v2.1.2
|
2024-12-06 15:55:56 +08:00 |
|
yxlimo
|
f0ecc1a497
|
fix: return last record when get downloadhistory by hash
|
2024-12-02 22:55:57 +08:00 |
|
jxxghp
|
7ea01c1109
|
feat:支持订阅绑定类别和自定义识别词
|
2024-10-09 15:21:32 +08:00 |
|
InfinityPacer
|
d3186cd742
|
refactor(db): convert suitable string fields to JSON type
|
2024-09-30 16:16:29 +08:00 |
|
jxxghp
|
34ae663d5a
|
add subscribe/files api
|
2024-09-08 13:02:42 +08:00 |
|
jxxghp
|
c755dc9b85
|
fix 优化推荐跳转
feat 消息落库
|
2024-03-14 19:15:13 +08:00 |
|
thsrite
|
14a3bb8fc2
|
add db订阅、下载历史根据类型和时间查询列表(插件方法)
|
2024-03-11 15:56:19 +08:00 |
|
jxxghp
|
f0fbad889d
|
- 偿试修复可执行文件打包插件数据表缺失问题
|
2023-12-05 20:57:53 +08:00 |
|
thsrite
|
047c3b596d
|
add 插件方法
|
2023-11-22 09:21:51 +08:00 |
|
honue
|
1ff571eb46
|
fix 定时清理媒体库,增加username字段
|
2023-10-27 15:12:10 +08:00 |
|
jxxghp
|
a911bab7b0
|
fix db session
|
2023-10-19 16:58:38 +08:00 |
|
jxxghp
|
2e4536edb6
|
fix db session
|
2023-10-18 18:30:09 +08:00 |
|
thsrite
|
5d04b7abd6
|
feat 定时清理媒体库插件
|
2023-09-28 15:21:01 +08:00 |
|
thsrite
|
d30a02987d
|
feat 正在下载进度推送插件
|
2023-09-28 11:10:34 +08:00 |
|
jxxghp
|
2c61d439ca
|
feat 媒体库刮削支持覆盖
fix 类型声明
|
2023-09-07 12:35:35 +08:00 |
|
jxxghp
|
b5fc6cdd1e
|
fix 统一处理db事务回滚
|
2023-09-05 18:19:02 +08:00 |
|