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
|
ca5ec8af0f
|
feat(config): 优化配置变更事件处理机制
|
2025-11-27 23:17:34 +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
|
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
|
1f44e13ff0
|
add reload logging
|
2025-06-23 10:14:22 +08:00 |
|
jxxghp
|
8c9c59ef64
|
fix rsshelper
|
2025-06-04 21:42:03 +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
|
3c423e0838
|
更新 jellyfin.py
|
2025-04-19 15:14:14 +08:00 |
|
jxxghp
|
c776dc8036
|
feat: WebhookMessage.json
|
2025-04-19 07:59:59 +08:00 |
|
景大侠
|
20b145c679
|
继续修复媒体缺失问题
|
2025-03-30 02:41:24 +08:00 |
|
jxxghp
|
f9b0db623d
|
fix cython type error
|
2025-03-23 21:39:37 +08:00 |
|
jxxghp
|
2f38b3040d
|
fix:修复代码兼容性写法
|
2025-03-23 12:10:21 +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
|
b2462c5950
|
fix
|
2025-02-06 11:48:56 +08:00 |
|
jxxghp
|
3d947f712c
|
feat:放开媒体库类型控制
|
2025-02-06 11:45:10 +08:00 |
|
jxxghp
|
89d917e487
|
fix
|
2025-02-05 17:41:30 +08:00 |
|
Yonghao Zou
|
6d4396f4ba
|
fix(jellyfin): support audio event
|
2025-02-05 15:23:01 +08:00 |
|
jxxghp
|
61d7374d95
|
fix ide warnings
|
2024-12-23 16:58:04 +08:00 |
|
Aqr-K
|
825fc35134
|
feat(modules): 增加子级 type 分类。
- 在 `types` 里,针对各个模块的类型进行子级分类。
- 为每个模块统一添加 `get_subtype` 方法,这样一来,能更精准快速地区分与调用子类的每个模块,又能获取 ModuleType 所规定的分类以及对应存在的子模块类型支持列表,从而有效解决当下调用时需繁琐遍历每个 module 以获取 get_name 或 _channel 的问题。
- 解决因消息渠道前端返回所保存的 type 与后端规定值不一致,而需要频繁调用 _channel 私有方法才能获取分类所可能产生的问题。
|
2024-12-03 14:57:19 +08:00 |
|
InfinityPacer
|
ef20508840
|
feat(auth): handle service instance retrieval with proper null check
|
2024-11-30 01:14:36 +08:00 |
|
InfinityPacer
|
589a1765ed
|
feat(auth): support specifying service for authentication
|
2024-11-30 01:04:48 +08:00 |
|
amtoaer
|
f73750fcf7
|
feat: 为 jellyfin 的 webhook 事件填充 item_path 字段
|
2024-11-07 15:01:19 +08:00 |
|
jxxghp
|
7e6ef04554
|
fix 优化媒体服务器图片获取性能 #2993
|
2024-11-05 18:21:08 +08:00 |
|
jxxghp
|
08aa5fe50a
|
fix bug #2993
|
2024-11-05 10:07:25 +08:00 |
|
jxxghp
|
df8531e4d8
|
fix #2993 格式错误和传参警告
|
2024-11-03 19:51:43 +08:00 |
|
Akimio521
|
522d970731
|
feat(JellyfinModule): 实现获取媒体服务器最新入库条目的图片
|
2024-11-02 14:17:52 +08:00 |
|
InfinityPacer
|
b1858f4849
|
fix #2931
|
2024-10-25 00:42:00 +08:00 |
|
InfinityPacer
|
874572253c
|
feat(auth): integrate Plex auxiliary authentication support
|
2024-10-23 20:11:23 +08:00 |
|
jxxghp
|
363f12ed5a
|
refactor:Module加入执行优先顺序
|
2024-10-19 19:31:25 +08:00 |
|
jxxghp
|
de17bc5645
|
refactor:媒体服务器返回类型
|
2024-10-19 19:04:16 +08:00 |
|
jxxghp
|
1e4f3e97cd
|
refactor:media_exists 支持指定服务器
|
2024-10-19 18:17:35 +08:00 |
|
InfinityPacer
|
d8e7c7e6d7
|
feat(auth): enhance auxiliary authentication
|
2024-10-19 03:16:04 +08:00 |
|
InfinityPacer
|
1a8e1844b4
|
feat(chain): add auth event to ChainEventType
|
2024-10-18 20:03:05 +08:00 |
|
jxxghp
|
603ab97665
|
add ModuleType Schema
|
2024-10-12 11:50:00 +08:00 |
|
InfinityPacer
|
828e9ab886
|
feat(webhook): add support for server_name field in WebhookEventInfo
|
2024-10-10 22:07:03 +08:00 |
|
InfinityPacer
|
0c73bbbfe0
|
fix #2727
|
2024-10-10 02:09:23 +08:00 |
|
InfinityPacer
|
0afdd9056a
|
fix(module): use getters for _instances and _configs in subclasses
|
2024-10-06 14:38:17 +08:00 |
|
InfinityPacer
|
8317b6b7a2
|
fix(mediaserver): resolve media_statistic
|
2024-10-02 13:04:39 +08:00 |
|
InfinityPacer
|
fb61eda831
|
fix(mediaserver): improve data isolation handling
|
2024-10-02 10:39:04 +08:00 |
|
InfinityPacer
|
838e17bf6e
|
fix(sync): have module return results directly instead of using yield
|
2024-09-30 02:59:09 +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 |
|
InfinityPacer
|
2ce3ddb75a
|
refactor(module): simplify service instantiation with generics
|
2024-09-27 04:04:56 +08:00 |
|
InfinityPacer
|
5efcd6e6be
|
refactor (module): improve the implementation of base classes
|
2024-09-26 19:44:35 +08:00 |
|