Commit Graph
125 Commits
Author SHA1 Message Date
jxxghp ac32adc7b6 refactor: route media and chat module settings through runtime 2026-08-23 03:09:59 +08:00
jxxghp 5128ae9e1e refactor: 推进后端分层架构治理 2026-08-18 00:29:14 +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 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 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
cyt-666 4292678672 fix(emby): fall back to configured user (#6222) 2026-08-02 14:16:57 +08:00
InfinityPacer 197a09b2a4 fix(dashboard): distinguish empty media results (#6187) 2026-07-25 14:24:25 +08:00
kuke2733 229824a417 feat(subscribe): merge mediaserver library entries into files info (#6131) 2026-07-16 17:36:56 +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
jxxghp 12a2561ca8 fix: return Emby item server ids 2026-05-28 15:03:56 +08:00
jxxghp 543bee9ad5 fix: correct Emby dashboard links 2026-05-28 14:33:50 +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
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
Attente 1ef4374899 feat(telegram): 图片增加缓存与安全校验, 获取失败降级发送
- 统一部分类型标注
- 修正部分文本错误
2025-12-03 09:56:30 +08:00
Attente c7f098771b feat: adapt to Pydantic V2 2025-11-01 17:56:37 +08:00
jxxghp 438d3210bc fix agent 2025-11-01 10:39:08 +08:00
jxxghp 24b6c970aa feat:emby用户名 2025-09-13 10:34:41 +08:00
jxxghp db72fd2ef5 fix 2025-08-21 09:07:28 +08:00
jxxghp cca170f84a 更新 emby.py 2025-08-19 15:30:22 +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
jxxghp 8c9c59ef64 fix rsshelper 2025-06-04 21:42:03 +08:00
jxxghp 99cde43954 更新 emby.py 2025-04-19 15:13:33 +08:00
jxxghp c776dc8036 feat: WebhookMessage.json 2025-04-19 07:59:59 +08:00
jxxghp f9b0db623d fix cython type error 2025-03-23 21:39:37 +08:00
jxxghp 79411a7350 fix:修复代码兼容性写法 2025-03-23 09:00:24 +08:00
jxxghp 71c29ea5e7 fix ide warnings 2025-03-09 18:35:52 +08:00
jxxghp 3d947f712c feat:放开媒体库类型控制 2025-02-06 11:45:10 +08:00
jxxghp 23650657cd add noqa
fix #3670
2025-01-07 14:20:31 +08:00
jxxghp 7e6ef04554 fix 优化媒体服务器图片获取性能 #2993 2024-11-05 18:21:08 +08:00
InfinityPacer b1858f4849 fix #2931 2024-10-25 00:42:00 +08:00
InfinityPacer 0c73bbbfe0 fix #2727 2024-10-10 02:09:23 +08:00
InfinityPacer fb61eda831 fix(mediaserver): improve data isolation handling 2024-10-02 10:39:04 +08:00
InfinityPacer 5993bfcefb fix(#2755): remove yield None, handle generator termination on error 2024-09-28 00:57:59 +08:00
InfinityPacer 1add203c0e fix(#2755): refactor pagination and fix media sync DB issue 2024-09-28 00:57:13 +08:00
Owen 7c5b4b6202 feat: MediaServerItem新增用户播放状态、mediaserver.items()增加分页参数 2024-09-20 17:57:43 +08:00
owen 8306aa92db refactor: 修改emby、jellyfin API url请求传参方式 2024-09-16 20:23:24 +08:00
jxxghp e2436ba94f fix api 2024-09-12 08:24:55 +08:00
jxxghp f9895b2edd fix api 2024-09-12 08:16:02 +08:00
jxxghp c3ef3dd7d1 fix 全局变量定义 2024-09-09 22:17:49 +08:00
InfinityPacer 93b899b7e9 refactor(UrlUtils): Migrate URL-related methods from RequestUtils 2024-08-21 22:12:56 +08:00
jxxghp c030f52418 fix apis 2024-08-16 13:41:19 +08:00
jxxghp af88618fbd fix storage api 2024-08-16 11:59:45 +08:00