copilot-swe-agent[bot]
|
8829414a47
|
Initial plan
|
2025-12-22 03:02:42 +00:00 |
|
jxxghp
|
9f46c829db
|
Merge pull request #948 from ArvinChen9539/remove-playletfortunewheel
|
2025-12-22 10:08:55 +08:00 |
|
ArvinChen9539
|
0de6531aed
|
PlayLet移除自动抽奖插件
|
2025-12-22 09:46:28 +08:00 |
|
jxxghp
|
a5a96b74e3
|
Merge pull request #946 from 13bit-X/main
|
2025-12-21 22:28:03 +08:00 |
|
jofyxu
|
f7b1a027f5
|
fix: 升级插件版本至 1.3
升级插件版本至 1.3
同时更新了 package.json 中的版本号和历史记录。
|
2025-12-21 21:42:04 +08:00 |
|
jofyxu
|
bde04fd7e1
|
fix(ntfymsg): 修复标题和文本为空时的日志警告问题
当标题和文本都为空时,使用空字符代替空字符串,以避免自动生成 “triggered” 文本。
- 将 `title = msg_body.get("title") or ""` 修改为 `title = msg_body.get("title") or "\u200b"`
- 将 `text = msg_body.get("text") or ""` 修改为 `text = msg_body.get("text") or "\u200b"`
|
2025-12-21 21:30:46 +08:00 |
|
jofyxu
|
af38909f58
|
fix: 修复消息标题和内容为空时日志错误
修复了当消息的标题和内容都为空时,日志记录的错误信息不完整的问题。现在,如果消息的标题或内容为空,将返回空字符串而不是None,从而避免日志记录的警告信息中出现None。
- 修改了消息标题 (`title = msg_body.get("title") or ""`) 的获取方式,当标题为空时返回空字符串。
- 修改了消息文本 (`text = msg_body.get("text") or ""`) 的获取方式,当文本为空时返回空字符串。
|
2025-12-21 20:57:40 +08:00 |
|
jxxghp
|
5ccd80c4f1
|
Merge pull request #945 from 13bit-X/main
|
2025-12-21 17:35:25 +08:00 |
|
13bit
|
ebf407b8b2
|
Update package.json
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-12-21 16:24:00 +08:00 |
|
13bit
|
d0be1feec5
|
将插件版本从 1.1 升级到 1.2
|
2025-12-21 16:11:39 +08:00 |
|
13bit
|
02fbbc87b4
|
将 NtfyMsg 版本升级到 1.2
将 NtfyMsg 版本更新至 1.2,并为版本 1.2 添加了更新记录。
|
2025-12-21 16:09:45 +08:00 |
|
13bit
|
ce1804cd0f
|
修复 ntfy 通知图标链接失效的问题
|
2025-12-21 16:06:57 +08:00 |
|
jxxghp
|
53da73f11e
|
Merge pull request #944 from ArvinChen9539/feature-playlet-fortune-wheel
|
2025-12-21 10:13:08 +08:00 |
|
陈敬
|
fb3d8e9c0d
|
PlayLet幸运大转盘
|
2025-12-21 02:01:07 +08:00 |
|
jxxghp
|
5039a94bbf
|
Merge pull request #943 from EkkoG/main
|
2025-12-18 21:00:36 +08:00 |
|
Ekko
|
3ae993050b
|
豆瓣榜单-支持设置 rsshub 实例地址
|
2025-12-18 17:51:15 +08:00 |
|
jxxghp
|
0dddb4675f
|
Merge pull request #942 from EkkoG/main
|
2025-12-18 14:15:26 +08:00 |
|
Ekko
|
56abaaf31c
|
豆瓣榜单-支持设置 rsshub 示例地址
|
2025-12-18 13:01:19 +08:00 |
|
jxxghp
|
900f4fec95
|
Merge pull request #941 from Seed680/main
|
2025-12-18 12:43:05 +08:00 |
|
jxxghp
|
88688672db
|
Merge pull request #939 from KoWming/main
InvitesSignin_v2.0.2
|
2025-12-18 12:42:40 +08:00 |
|
noone
|
cc6b95e5a1
|
fix(mediaservermsg): 优化剧集名称提取逻辑并改进错误日志
- 将 TMDB 信息获取错误的日志级别从 debug 提升为 error
- 从 json_object 中提取 SeriesName 作为剧集名称,提高准确性
- 优化消息标题格式,去除冗余文字,提升可读性
- 添加异常处理以确保 SeriesName 提取过程的稳定性
|
2025-12-18 09:30:13 +08:00 |
|
noone
|
377808f3da
|
refactor(mediaservermsg): 优化TV剧集消息聚合处理逻辑
- 移除未使用的Emby和RequestUtils导入模块
|
2025-12-18 09:23:00 +08:00 |
|
noone
|
1d5e44e02c
|
feat(mediaservermsg): 增强媒体服务器通知插件功能
- 当整理路径中没有tmdbid时,会尝试从媒体服务器中获取
- 增强错误处理和异常捕获机制
- 改进消息发送流程的安全性与稳定性
- 更新插件版本至1.8
|
2025-12-18 09:13:45 +08:00 |
|
KoWming
|
ff9c35041e
|
perf: 增加签到检测机制防止重复签到,增强代码健壮性。
|
2025-12-17 10:13:21 +08:00 |
|
KoWming
|
d9afb64d00
|
perf: 尝试修复签到失败问题,新增使用代理、Cookie自动更新功能
尝试修复签到失败问题,新增使用代理、Cookie自动更新功能
|
2025-12-16 11:24:17 +08:00 |
|
jxxghp
|
6d60123272
|
Merge pull request #938 from wumode/lexiannot
|
2025-12-13 12:41:26 +08:00 |
|
wumode
|
84fcc3762f
|
fix(LexiAnnot): Array index error
|
2025-12-12 19:15:21 +08:00 |
|
wumode
|
77b34dba5c
|
feat(lexiannot): Add QueryAnnotationTasksTool
|
2025-12-12 15:01:56 +08:00 |
|
wumode
|
4d8f36f674
|
feat(lexiannot): Add exam_distribution to SegmentList schema
|
2025-12-12 11:19:40 +08:00 |
|
wumode
|
5ccbb412eb
|
feat(tobypasstrackers): Add new trackers and refine IP exclusion logic
|
2025-12-11 11:34:36 +08:00 |
|
wumode
|
4a0c700e6b
|
feat(imdbsource): Add background image support to metadata and update version to 1.6.4
|
2025-12-11 11:23:12 +08:00 |
|
wumode
|
00c65a0983
|
feat(lexiannot): Integrate LLM for advanced vocabulary processing
|
2025-12-11 11:23:12 +08:00 |
|
jxxghp
|
b961a52440
|
Merge pull request #937 from Seed680/main
|
2025-12-10 12:10:57 +08:00 |
|
noone
|
707feedda2
|
fix(mediaservermsg): 优化剧集图片查询逻辑
- 修改查询条件,仅当项目类型为TV或SHOW时执行剧集图片查询
|
2025-12-10 10:41:55 +08:00 |
|
noone
|
07c6ee1341
|
fix(mediaservermsg): 修复媒体服务器消息图片查询逻辑
- 修正了电影图片查询条件,确保仅在有 tmdb_id 时执行
|
2025-12-10 10:40:55 +08:00 |
|
noone
|
fd360cf21d
|
bugfix:MediaServerMsg1.7.1
|
2025-12-10 10:36:56 +08:00 |
|
noone
|
a267df9e5d
|
Merge branch 'main' of https://github.com/Seed680/MoviePilot-Plugins-main
|
2025-12-10 18:18:40 +08:00 |
|
noone
|
8feecbcb42
|
fix(mediaservermsg): 修复未获取到tmdb信息时的消息发送逻辑
- 当tmdb_id为空时,回退到原有逻辑发送通知消息
- 为电影类型添加海报图片查询支持
|
2025-12-10 18:18:25 +08:00 |
|
jxxghp
|
4224939f30
|
Merge pull request #936 from Seed680/main
|
2025-12-09 11:51:43 +08:00 |
|
Seed680
|
234ceba60c
|
Merge branch 'jxxghp:main' into main
|
2025-12-09 10:23:50 +08:00 |
|
noone
|
5c8a6647e2
|
feat(mediaservermsg): 新增TV剧集结入库聚合功能
- 实现TV剧集入库事件的智能聚合,避免消息轰炸
- 添加聚合时间窗口配置,默认15秒
- 支持通过TMDB ID获取剧集详细信息用于消息展示
- 自动合并连续集数信息,优化消息可读性
- 增加聚合功能开关和时间配置项到插件表单
- 完善消息构造逻辑,支持剧集封面和背景图展示
- 优化消息缓存机制,提升重复消息过滤效果
- 补充详细的日志记录便于问题排查
- 更新插件版本至1.7并添加更新说明提示
|
2025-12-09 10:22:52 +08:00 |
|
jxxghp
|
5b763dff42
|
Merge pull request #933 from cikezhu/main
|
2025-12-06 03:52:20 +08:00 |
|
cikezhu
|
ee453841df
|
fix 更新标签而传递旧的种子列表
|
2025-12-05 22:51:50 +08:00 |
|
cikezhu
|
6768d2c244
|
add 站点/剧名前缀功能
|
2025-12-05 22:44:49 +08:00 |
|
jxxghp
|
cb14efcc68
|
Merge pull request #932 from cikezhu/main
|
2025-12-05 17:54:08 +08:00 |
|
cikezhu
|
7871dfd0b8
|
fix gemini-code-assist suggestion
|
2025-12-05 17:01:33 +08:00 |
|
cikezhu
|
99d1bfe37e
|
fix
|
2025-12-05 16:24:15 +08:00 |
|
cikezhu
|
b65c1b8bf7
|
首次运行时初始化rid映射
|
2025-12-05 16:18:09 +08:00 |
|
cikezhu
|
517a16f0a3
|
优化采用公共服务自动清理未使用标签
|
2025-12-05 16:13:38 +08:00 |
|
jxxghp
|
89bfb9750d
|
Merge pull request #930 from cikezhu/main
|
2025-12-04 22:28:59 +08:00 |
|