DDSRem
c35faf5356
feat(downloader): add rTorrent downloader support
...
Implement rTorrent downloader module via XML-RPC protocol, supporting both HTTP (nginx/ruTorrent proxy) and SCGI connection modes. Add RtorrentModule implementing _ModuleBase and _DownloaderBase interfaces with no extra dependencies.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-22 13:12:22 +08:00
景大侠
40395b2999
feat: 在构造待整理文件列表时引入过滤逻辑以简化后续处理
2026-02-06 20:56:26 +08:00
jxxghp
d8dc53805c
feat(transfer): 整理事件增加历史记录ID
2026-01-26 21:29:05 +08:00
jxxghp
7218d10e1b
feat(transfer): 拆分字幕和音频整理事件
2026-01-26 19:33:50 +08:00
jxxghp
2ac0e564e1
feat(category):新增二级分类维护API
2026-01-25 09:39:48 +08:00
jxxghp
e1b3e6ef01
fix:只有媒体文件整完成才触发事件,以保持与历史一致
2026-01-21 20:07:18 +08:00
PKC278
7b99f09810
fix(mfa): 修复双重验证漏洞
2025-12-23 14:58:00 +08:00
HankunYu
bb5a657469
更新Discord模块支持互动消息
2025-12-22 19:59:22 +00:00
HankunYu
4bd08bd915
通知渠道增加Discord
2025-12-22 02:15:28 +00:00
stkevintan
378ba51f4d
support path_mapping for downloader
2025-12-08 16:25:46 +08:00
stkevintan
167ae65695
fix: path empty
2025-12-06 19:58:23 +08:00
stkevintan
2affa7c9b8
Support remote file uri when adding downloads
2025-12-06 19:33:52 +08:00
Attente
1ef4374899
feat(telegram): 图片增加缓存与安全校验, 获取失败降级发送
...
- 统一部分类型标注
- 修正部分文本错误
2025-12-03 09:56:30 +08:00
DDSRem
b7f24827e6
fix(servarr): year type defined incorrectly
...
fix https://github.com/jxxghp/MoviePilot/issues/5158
2025-11-30 16:29:21 +08:00
Attente
ca5ec8af0f
feat(config): 优化配置变更事件处理机制
2025-11-27 23:17:34 +08:00
Attente
eb2b34d71c
feat(themoviedb): 添加对 ConfigChanged 事件的监听支持
...
- 调整 username 字段类型以兼容整数形式
2025-11-26 20:58:58 +08:00
Attente
5162b2748e
fix(media): 修复类型错误
2025-11-23 13:28:01 +08:00
jxxghp
5c983b64bc
fix SiteUserData
2025-11-19 13:47:02 +08:00
jxxghp
6123a1620e
add mcp
2025-11-19 13:19:17 +08:00
jxxghp
ed294d3ea4
Revert "fix schemas"
...
This reverts commit a5e7483870 .
2025-11-17 11:48:18 +08:00
jxxghp
a5e7483870
fix schemas
2025-11-17 10:58:24 +08:00
Attente
4f806db8b7
fix: 修复变更默认下载器不生效的问题
...
- 配置模块迁移到 `SettingsConfigDict` 以支持 Pydantic v2 的配置方式
- 在 `MediaInfo` 中新增 `release_dates` 字段,用于存储多地区发行日期信息
- 修改 `MetaVideo` 类中的 token 传递逻辑,以修复搜索站点资源序列化错误的问题
2025-11-11 10:44:45 +08:00
景大侠
1205fc7fdb
避免不必要的图片cookies查询
2025-11-05 15:22:02 +08:00
Attente
c17cca2365
fix(update_setting): 修复设置保存错误的问题
...
- adapt to Pydantic V2
2025-11-01 23:51:59 +08:00
Attente
c7f098771b
feat: adapt to Pydantic V2
2025-11-01 17:56:37 +08:00
jxxghp
d523c7c916
fix pydantic
2025-11-01 09:51:23 +08:00
jxxghp
6fee532c96
add ai agent
2025-10-18 21:26:36 +08:00
Cursor Agent
0733c8edcc
Add sort_type parameter to subscribe endpoints
...
Co-authored-by: jxxghp <jxxghp@qq.com >
2025-09-16 03:29:28 +00:00
jxxghp
3b5d4982b5
add wizard flag
2025-09-09 13:50:11 +08:00
Cursor Agent
25289dad8a
Migrate SiteUserData userid field from Integer to String type
...
Co-authored-by: jxxghp <jxxghp@live.cn >
2025-08-25 13:50:58 +00:00
jxxghp
724c15a68c
add 插件内存统计API
2025-08-22 09:46:11 +08:00
jxxghp
2fa40dac3f
优化监控和消息服务的资源管理
2025-08-20 13:35:24 +08:00
jxxghp
7e3e0e1178
fix #4725
2025-08-11 18:29:29 +08:00
jxxghp
1dd3af44b5
add FastApi实时性能监控
2025-08-01 17:47:55 +08:00
jxxghp
d6d12c0335
feat: 添加事件类型中文名称翻译字典
2025-07-23 15:35:04 +08:00
jxxghp
e39a130306
feat:工作流支持事件触发
2025-07-22 20:23:53 +08:00
jxxghp
52a98efd0a
add subscribe share statistic api
2025-07-16 08:31:28 +08:00
jxxghp
70a0563435
add server_type return
2025-07-12 14:52:18 +08:00
jxxghp
d52cbd2f74
feat:资源下载事件保存路径
2025-07-10 22:16:19 +08:00
Cursor Agent
bbffb1420b
Add workflow sharing, forking, and related API endpoints
...
Co-authored-by: jxxghp <jxxghp@163.com >
2025-07-08 15:18:01 +00:00
jxxghp
97cbd816fe
add SMB Storage
2025-07-03 12:31:59 +08:00
jxxghp
1e2c607ced
fix #4515 流平台不合并到现有标签中,如有需要通过命名模块配置
2025-07-01 17:02:29 +08:00
jxxghp
11729d0eca
fix
2025-06-27 13:34:27 +08:00
jxxghp
bd241a5164
feat:删除消息能力
2025-06-22 09:37:01 +08:00
jxxghp
bab1f73480
修复:slack消息交互
2025-06-16 09:49:01 +08:00
jxxghp
6da65d3b03
add MessageAction
2025-06-15 21:25:14 +08:00
jxxghp
c18247f3b1
增强消息处理功能,支持编辑消息
2025-06-15 19:18:18 +08:00
jxxghp
f8fbfdbba7
优化消息处理逻辑
2025-06-15 18:40:36 +08:00
jxxghp
21addfb947
更新 message.py
2025-06-15 16:56:48 +08:00
jxxghp
8672bd12c4
fix bug
2025-06-15 16:31:09 +08:00