jxxghp
|
de7c9be11b
|
优化内存管理,增加最大内存配置项,改进内存使用检查逻辑。
|
2025-06-03 12:25:13 +08:00 |
|
jxxghp
|
841209adc9
|
fix
|
2025-06-03 11:49:16 +08:00 |
|
jxxghp
|
e48d51fe6e
|
优化内存管理和垃圾回收机制
|
2025-06-03 11:45:17 +08:00 |
|
jxxghp
|
a748c9d750
|
修复:更新壁纸助手以支持更多图片格式
|
2025-05-28 08:26:44 +08:00 |
|
DDSRem
|
5b7b329279
|
fix(docker): repair restart judgment
当 DOCKER_CLIENT_API 不等于默认值时代表外部调用重启,无需再映射 `/var/run/docker.sock`
|
2025-05-25 18:20:04 +08:00 |
|
jxxghp
|
39de89254f
|
add Docker Client API地址
|
2025-05-25 14:55:51 +08:00 |
|
DDSRem
|
12760a70a1
|
fix(plugin): dependency dynamic refresh
|
2025-05-24 09:23:47 +08:00 |
|
qiaoyun680
|
bce0a4b8cd
|
bugfix:如果自定义壁纸API是图片地址,应该返回请求地址
|
2025-05-16 15:48:37 +08:00 |
|
jxxghp
|
22ae8b8f87
|
fix 非str类型设置保存
|
2025-05-15 12:00:09 +08:00 |
|
jxxghp
|
1dadf56c42
|
fix #4276
|
2025-05-15 08:40:38 +08:00 |
|
jxxghp
|
7f59572d8b
|
Merge pull request #4279 from wumode/pip_invocation
|
2025-05-15 06:43:53 +08:00 |
|
wumode
|
90fc4c6bad
|
Use sys.executable -m pip for env-safe package installation
|
2025-05-14 23:19:40 +08:00 |
|
jiangyuqing
|
9331ba64d6
|
fix 时间解析问题
|
2025-05-14 12:51:02 +08:00 |
|
Attente
|
99c1422f37
|
feat(message): 优化消息模板中的季号显示格式
- 在 TemplateContextBuilder 中添加 season_fmt 字段,用于存储 Sxx 格式的季号
- 在 meta_info 中添加 season_fmt 字段,用于存储 Sxx 格式的季号
- 更新消息模板中的 season 引用为 season_fmt,以实现统一的季号显示格式
- 新增数据库迁移脚本,用于更新消息模板中的 season 引用为 season_fmt
|
2025-05-13 21:21:27 +08:00 |
|
Attente
|
b583a60f23
|
refactor(app): 增加消息构建器的空值过滤
- 在 TemplateContextBuilder 类中增加了对空值的过滤,解决通知模板渲染出`'None'`的问题
|
2025-05-13 21:21:27 +08:00 |
|
jxxghp
|
184b62b024
|
fix plugin apis
|
2025-05-13 16:36:50 +08:00 |
|
Seed680
|
b9439c05ec
|
Merge branch 'jxxghp:v2' into v2
|
2025-05-08 17:45:53 +08:00 |
|
qiaoyun680
|
435a04da0c
|
feat(storge):添加存储重置功能
|
2025-05-08 17:44:44 +08:00 |
|
Attente
|
20aba7eb17
|
fix: #4228 添加订阅传入 MetaBase, 上下文增加 username 字段, 原始对象引用默认开启
|
2025-05-07 18:19:11 +08:00 |
|
Attente
|
50bc865dd2
|
fix(database): improve message template
- Fix syntax error in downloadAdded message template
|
2025-05-05 23:14:58 +08:00 |
|
jxxghp
|
74a6ee7066
|
fix
|
2025-05-05 19:50:15 +08:00 |
|
jxxghp
|
89e76bcb48
|
fix
|
2025-05-05 19:49:30 +08:00 |
|
Attente
|
ae154489e1
|
上下文构建并非复杂任务, 移除缓存
|
2025-05-05 14:08:41 +08:00 |
|
Attente
|
fdc79033ce
|
Merge https://github.com/jxxghp/MoviePilot into format_notification
|
2025-05-05 13:21:58 +08:00 |
|
Attente
|
6b81f3ce5f
|
feat(template):实现缓存机制以提升性能
- 在 `TemplateHelper` 和 `TemplateContextBuilder` 中集成 TTLCache(带过期时间的缓存),提升数据复用能力
- 引入 `build_context_cache` 装饰器,统一管理上下文构建的缓存逻辑
对媒体信息、剧集详情、种子信息、传输信息及原始对象启用缓存,减少重复计算
- 新增上下文缓存支持,为异步广播事件 NoticeMessage 提供所需上下文(可通过消息 title 与 text 内容重新获取上下文)
- 支持插件通过自定义模板灵活重构消息体,提升扩展性与灵活性
|
2025-05-05 13:14:45 +08:00 |
|
Attente
|
20c1f30877
|
feat(message): 实现自定义消息模板功能
- 新增 MessageTemplateHelper 类用于渲染消息模板
- 在 ChainBase 中集成消息模板渲染功能
- 修改 DownloadChain、SubscribeChain 和 TransferChain 以使用新消息模板
- 新增 TemplateHelper 类用于处理模板格式
- 在 SystemConfigKey 中添加 NotificationTemplates 配置项
- 更新 Notification 模型以支持 ctype 字段
|
2025-05-05 05:27:48 +08:00 |
|
jxxghp
|
7f2ed09267
|
fix storage
|
2025-05-02 20:49:38 +08:00 |
|
jxxghp
|
91d0f76783
|
feat:支持新增存储类型
|
2025-05-02 08:11:48 +08:00 |
|
jxxghp
|
7e6b7e5dd5
|
更新 subscribe.py
|
2025-04-09 17:32:07 +08:00 |
|
jxxghp
|
9ec9f48425
|
feat:增加订阅管理员 #4123
|
2025-04-09 13:26:58 +08:00 |
|
jxxghp
|
a3bec43eab
|
feat:增加订阅管理员 #4123
|
2025-04-09 13:26:10 +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
|
2f38b3040d
|
fix:修复代码兼容性写法
|
2025-03-23 12:10:21 +08:00 |
|
jxxghp
|
66d4308810
|
fix https://github.com/jxxghp/MoviePilot-Frontend/issues/312
|
2025-03-21 11:19:29 +08:00 |
|
jxxghp
|
d20f68e897
|
remove setup.py
|
2025-03-20 08:53:02 +08:00 |
|
Robin-PC-X1C
|
8fa6d9de39
|
20250314 修改rss.py
修改原因:管理员在mp添加多个豆瓣id时,不同的豆瓣用户订阅内容,发送通知时统一为“豆瓣想看”,无法区分
修改后:增加豆瓣昵称获取,便于推送订阅通知消息时,区分豆瓣用户名称
|
2025-03-14 16:42:41 +08:00 |
|
jxxghp
|
6603a30e7e
|
fix MessageQueueManager
|
2025-03-10 10:02:32 +08:00 |
|
jxxghp
|
81d08ca517
|
fix MessageQueueManager
|
2025-03-10 08:24:28 +08:00 |
|
jxxghp
|
39756512ae
|
feat: 支持消息发送时间范围
|
2025-03-09 19:34:05 +08:00 |
|
jxxghp
|
71c29ea5e7
|
fix ide warnings
|
2025-03-09 18:35:52 +08:00 |
|
jxxghp
|
d3ecbef946
|
fix warnings
|
2025-03-09 08:37:05 +08:00 |
|
jxxghp
|
a9644c4f86
|
fix actions
|
2025-02-28 11:56:26 +08:00 |
|
InfinityPacer
|
efd046d2f8
|
fix(plugin): handle None response for online plugins retrieval
|
2025-02-22 00:34:35 +08:00 |
|
jxxghp
|
5bf502188d
|
fix
|
2025-02-20 19:32:58 +08:00 |
|
jxxghp
|
b41de1a982
|
fix actions
|
2025-02-19 17:44:14 +08:00 |
|
jxxghp
|
68cba44476
|
fix modules load
|
2025-02-16 17:24:17 +08:00 |
|
jxxghp
|
f34e36c571
|
feat:Follow订阅分享人功能
|
2025-01-22 13:32:13 +08:00 |
|
Attente
|
0481b49c04
|
refactor(app/helper): optimize module reloading mechanism
|
2025-01-19 22:40:07 +08:00 |
|
jxxghp
|
58a1bd2c86
|
Merge pull request #3750 from wikrin/v2
|
2025-01-18 07:08:18 +08:00 |
|