Castell
894756000c
feat: 新增优先使用插件识别的功能
2026-03-02 20:58:10 +08:00
Shawn Lu
03d118a73a
fix: 修复阿里云盘目录监控快照无法检测文件的问题
...
1. 为阿里云盘添加 ALIPAN_SNAPSHOT_CHECK_FOLDER_MODTIME 配置(默认 False)
- 阿里云盘目录的 updated_at 不会随子文件变更而更新,导致增量快照
始终跳过目录,快照结果为空
- 与 Rclone/Alist 保持一致的配置模式
2. 移除 snapshot() 中文件级 modify_time 过滤
- 原逻辑:仅包含 modify_time > last_snapshot_time 的文件
- 问题:首次快照建立基准后,save_snapshot 将 timestamp 设为
max(modify_times),后续快照中未变更的文件因 modify_time 不大于
timestamp 而被排除,导致 compare_snapshots 无法检测到任何变化
- 此外当 last_snapshot_time 为 None 时,比较会触发 TypeError
并被静默捕获
- 修复:始终包含所有遍历到的文件,由 compare_snapshots 负责变化检测
目录级优化仍由 snapshot_check_folder_modtime 控制
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 23:43:21 +08:00
DDSRem
d38b1f5364
feat: u115 support oauth
2026-01-29 22:14:10 +08:00
jxxghp
23b81ad6f1
feat(config):完善默认插件库
2026-01-24 19:24:15 +08:00
jxxghp
274a36a83a
更新 config.py
2026-01-24 10:04:37 +08:00
jxxghp
b896b07a08
fix search_web tool
2026-01-24 07:39:07 +08:00
jxxghp
7c4d736b54
feat:Agent上下文裁剪
2026-01-23 22:47:18 +08:00
jxxghp
e5bf47629f
更新 config.py
2026-01-21 19:13:36 +08:00
景大侠
6e5ade943b
修复 订阅无法查看文件列表的问题
...
TMDB图片路径参数增加空值检查
2026-01-21 12:47:39 +08:00
jxxghp
85cacd447b
feat: 为文件整理服务引入多线程处理并优化进度管理。
2026-01-21 08:16:02 +08:00
PKC278
7489c76722
feat(passkey): 允许在未开启 OTP 时注册通行密钥
2026-01-20 19:35:36 +08:00
jxxghp
2c62ffe34a
feat:优化字幕和音频文件整理方式
2026-01-20 13:24:35 +08:00
PKC278
95f2ac3811
feat(search): 添加AI推荐功能并优化相关逻辑
2026-01-15 02:49:29 +08:00
景大侠
b31b9261f2
Update app/core/config.py
...
接受AI的建议
2026-01-12 23:31:44 +08:00
景大侠
c6cb4c8479
统一构造tmdb图片网址
2026-01-12 09:41:25 +08:00
PKC278
50e275a2f9
feat(config): 增加最大搜索名称数量限制至3 确保包含 en_title
2026-01-09 23:53:09 +08:00
PKC278
0c6cfc5020
feat(passkey): 添加PassKey支持并优化双重验证登录逻辑
2025-12-23 13:53:54 +08:00
ixff
9b125bf9b0
feat: 支持选择Playwright浏览器环境
2025-12-14 23:15:28 +08:00
jxxghp
0716c65269
Refactor: Simplify memory key generation and update retention settings
2025-12-13 15:40:20 +08:00
jxxghp
9b5f863832
v2.8.6
...
- 增加全局智能助手设置,开启后所有消息通过智能助手回答而无需使用 `/ai` 指令
- 问题修复与细节优化
2025-11-23 13:55:16 +08:00
jxxghp
48da5c976c
fixx loop
2025-11-20 08:15:37 +08:00
jxxghp
b5a6794381
Refactor event loop handling to use GlobalVar.CURRENT_EVENT_LOOP across multiple modules, improving consistency and maintainability.
2025-11-19 08:42:07 +08:00
Attente
4f806db8b7
fix: 修复变更默认下载器不生效的问题
...
- 配置模块迁移到 `SettingsConfigDict` 以支持 Pydantic v2 的配置方式
- 在 `MediaInfo` 中新增 `release_dates` 字段,用于存储多地区发行日期信息
- 修改 `MetaVideo` 类中的 token 传递逻辑,以修复搜索站点资源序列化错误的问题
2025-11-11 10:44:45 +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
09a19e94d5
fix config
2025-11-01 09:23:52 +08:00
jxxghp
3971c145df
refactor: streamline data serialization in tool implementations
...
- Replaced model_dump and to_dict methods with direct calls to dict for improved consistency and performance in JSON serialization across multiple tools.
- Updated ConversationMemoryManager, GetRecommendationsTool, QueryDownloadsTool, and QueryMediaLibraryTool to enhance data handling.
2025-10-31 11:36:50 +08:00
jxxghp
6fee532c96
add ai agent
2025-10-18 21:26:36 +08:00
jxxghp
fea228c68d
add SUPERUSER_PASSWORD
2025-09-10 15:42:17 +08:00
jxxghp
a71a28e563
更新 config.py
2025-09-10 07:00:10 +08:00
jxxghp
3b5d4982b5
add wizard flag
2025-09-09 13:50:11 +08:00
jxxghp
481f1f9d30
add full gc scheduler
2025-09-08 10:49:09 +08:00
jxxghp
89b0ea0bf1
remove monitoring
2025-09-04 11:23:22 +08:00
jxxghp
8a5d864812
更新 config.py
2025-09-04 08:28:42 +08:00
jxxghp
39f6505a80
fix:优化参数、使用orjson
2025-09-03 09:51:24 +08:00
jxxghp
88049e741e
add SUBSCRIBE_SEARCH_INTERVAL
2025-09-02 11:41:52 +08:00
jxxghp
f7cd6eac50
feat:整理手动中止功能
2025-08-24 19:17:41 +08:00
jxxghp
1e0f2ffde0
更新 config.py
2025-08-21 07:48:16 +08:00
jxxghp
65ee1638f7
add VENV_PATH
2025-08-21 00:28:32 +08:00
jxxghp
2a7a7239d7
新增全局图片缓存配置和临时文件清理天数设置
2025-08-20 13:52:38 +08:00
jxxghp
89e8a64734
重构Redis缓存机制
2025-08-20 08:51:03 +08:00
jxxghp
69b1ce60ff
fix db config
2025-08-19 14:15:33 +08:00
jxxghp
3ff3e4b106
fix db config
2025-08-19 14:05:24 +08:00
jxxghp
5b0e658617
重构配置文件项目顺序
2025-08-18 11:29:04 +08:00
jxxghp
b6cf54d57f
添加对 PostgreSQL 的支持
2025-08-18 11:19:17 +08:00
jxxghp
90f74d8d2b
feat:支持FlareSolverr
2025-08-11 21:14:46 +08:00
jxxghp
1dd3af44b5
add FastApi实时性能监控
2025-08-01 17:47:55 +08:00
jxxghp
61f26d331b
add MAX_SEARCH_NAME_LIMIT default 2
2025-08-01 12:33:54 +08:00
jxxghp
0899cb4e1d
fix
2025-07-28 08:11:39 +08:00