Commit Graph
43 Commits
Author SHA1 Message Date
jxxghp c89066d96f refactor: route media source settings through runtime 2026-08-23 03:20:03 +08:00
jxxghp 8472bcff43 refactor: 收口 V3 分层架构与插件兼容边界 2026-08-18 13:22:02 +08:00
jxxghp 5128ae9e1e refactor: 推进后端分层架构治理 2026-08-18 00:29:14 +08:00
jxxghp 7e851dbfa7 refactor(chain): 处理链功能域 mixin 化,清理未使用导入并根治兼容层循环导入
- ChainBase 拆分为 RecognitionMixin/MessageProcessingMixin/NotificationMixin
- TransferChain 拆分为 7 个功能 mixin(_mixins.py),SubscribeChain 音乐订阅域拆出 _music.py
- 斜杠命令交互四件套收敛为 InteractionChainMixin 委托,会话管理器移至 application 层,chain 层不再 re-export
- 模块基础类收敛到 app/modules/_base(notification/mediaserver 语义重命名)
- 清理 app/chain/__init__.py 24 个未使用导入,修正 49 处测试 patch 目标到实际命名空间
- 兼容层 legacy 符号不再并入 __all__,根治 schemas 初始化反向拉起 application.transfer 的循环导入
- 修复 bangumi 集数为字符串时 set_bangumi_info 抛 TypeError
- 新增重复代码等架构门禁测试;capability 清单校验排除下划线内部目录
2026-08-16 16:30:16 +08:00
InfinityPacer 24671f8f18 refactor(runtime): lazily activate host modules (#6331) 2026-08-16 16:07:38 +08:00
jxxghp 67968dd0cb fix(trimemedia): 飞牛影视登录适配新版 v2 协议,密码改用 SHA256 摘要 (#6328) 2026-08-15 20:44:19 +08:00
jxxghp 369d7d6448 refactor: reorganize backend module boundaries 2026-08-14 19:53:33 +08:00
jxxghp 7b3444c366 refactor backend module architecture 2026-08-14 15:45:38 +08:00
jxxghp 8bf2f601a6 refactor(media): unify source identity and music browsing 2026-08-12 12:56:40 +08:00
jxxghp 1fc255b8a7 fix(music): complete subscription lifecycle 2026-08-10 07:21:06 +08:00
jxxghp 415ccda6a2 feat(v3): enhance music server integration with Navidrome support 2026-08-08 12:57:09 +08:00
jxxghpandClaude Opus 5 bdf395f494 feat(trimemedia): 支持飞牛影视访问码
飞牛开启访问码后,需先请求 /c/{访问码} 获得会话凭证,
否则登录接口与图片等资源均返回 404。

- Api 增加 access_code 参数及 verify_access_code(),登录前先校验
- 创建 API 连接时校验访问码,失败则关闭会话
- 图片 Cookies 附带访问码校验凭证,避免代理图片 404

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-28 19:09:10 +08:00
InfinityPacer 197a09b2a4 fix(dashboard): distinguish empty media results (#6187) 2026-07-25 14:24:25 +08:00
InfinityPacer 893269f8c1 fix(modules): serialize configuration reload lifecycle (#6122) 2026-07-15 17:28:49 +08:00
jxxghp 4d30dee74c feat(mediaserver): add item count to media library details across multiple servers 2026-06-29 21:37:58 +08:00
jxxghp 9eb71c744b feat(mediaserver): add item count retrieval for various media servers 2026-06-29 10:45:10 +08:00
InfinityPacer bedab9ab92 fix(mediaserver): fallback stale tv item ids 2026-05-09 06:54:39 +08:00
DDSRem 517300afe9 fix: clean typing issues and refresh runtime dependencies
Align endpoint/module type hints and config reload handling while updating base Python image and package pins to improve build/runtime compatibility.

Made-with: Cursor
2026-03-24 19:21:04 +08:00
Attente 1ef4374899 feat(telegram): 图片增加缓存与安全校验, 获取失败降级发送
- 统一部分类型标注
- 修正部分文本错误
2025-12-03 09:56:30 +08:00
Attente ca5ec8af0f feat(config): 优化配置变更事件处理机制 2025-11-27 23:17:34 +08:00
景大侠 1205fc7fdb 避免不必要的图片cookies查询 2025-11-05 15:22:02 +08:00
大虾andgemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> ee750115ec Update
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-04 13:29:45 +08:00
景大侠 0e13d22c97 fix 适配新版飞牛影视 2025-11-04 13:25:18 +08:00
Attente c7f098771b feat: adapt to Pydantic V2 2025-11-01 17:56:37 +08:00
jxxghp 6fee532c96 add ai agent 2025-10-18 21:26:36 +08:00
景大侠 deaae8a2c6 fix 2025-09-18 15:39:10 +08:00
景大侠 46a27bd50c fix: 飞牛影视 2025-09-18 15:27:02 +08:00
jxxghp 70a0563435 add server_type return 2025-07-12 14:52:18 +08:00
jxxghp b9cb781a4e rollback size 2025-07-11 08:34:02 +08:00
jxxghp a3adf867b7 fix 2025-07-10 22:48:08 +08:00
景大侠 7f7d2c9ba8 fix 飞牛刷新媒体库报错Task duplicate 2025-07-07 21:46:17 +08:00
jxxghp 1f44e13ff0 add reload logging 2025-06-23 10:14:22 +08:00
jxxghp bbfd8ca3f5 fix Config reload 2025-06-03 23:08:58 +08:00
jxxghp b4ed2880f7 refactor:重构配置热加载 2025-06-03 20:56:21 +08:00
jxxghp 5d188e3877 fix module close 2025-06-03 17:11:44 +08:00
景大侠 f83787508f fix #4236 2025-05-07 18:36:24 +08:00
景大侠 33fc3fd63b 新增删除媒体的api 2025-04-07 17:20:47 +08:00
景大侠 8d39cc87f7 提升服务端地址的兼容性 2025-04-07 16:37:41 +08:00
景大侠 d0b1348c96 fix some warnings 2025-04-07 16:21:39 +08:00
景大侠 20b145c679 继续修复媒体缺失问题 2025-03-30 02:41:24 +08:00
景大侠 cf7ba6e17f 移除测试代码 2025-03-28 19:54:47 +08:00
jxxghp b7ce5663a3 fix ide warnings 2025-03-28 19:43:55 +08:00
景大侠 896eb13f7d 初步支持飞牛影视 2025-03-28 16:26:40 +08:00