Commit Graph
1943 Commits
Author SHA1 Message Date
Attente b609567c38 feat(cache): 引入 fresh 和 async_fresh 以控制缓存行为
- 新增 `fresh` 和 `async_fresh` 用于在同步和异步函数中
临时禁用缓存。
- 通过 `_fresh` 这一 contextvars 变量实现上下文感知的
缓存刷新机制
- 修改了 `cached` 装饰器逻辑,在 `is_fresh()` 为 True
时跳过缓存读取。

- 修复 download 模块中路径处理问题,使用 `Path.as_posix()` 确保跨平台兼容性。
2025-10-19 22:31:50 +08:00
xiaoQQya a685b1dc3b fix(douban): 修复 imdbid 匹配豆瓣信息成功错误返回 None 的问题 2025-10-18 22:34:55 +08:00
xiaoQQya 820fbe4076 fix(douban): 修复使用 imdbid 未匹配到豆瓣信息时回退到使用名称匹配豆瓣信息失败的问题 2025-10-18 22:07:54 +08:00
jxxghp 6fee532c96 add ai agent 2025-10-18 21:26:36 +08:00
Reaper b128b0ede2 修复知行 极速之星 框架解析 做种信息 2025-10-02 20:43:06 +08:00
Reaper 737d2f3bc6 优化知行 极速之星 框架解析 2025-10-02 20:03:28 +08:00
Reaper 1867f5e7c2 增加知行 极速之星 框架解析 2025-10-02 04:27:35 +08:00
noone 41f94a172f fix:对telegram发送标题进行转义 2025-09-24 14:29:42 +08:00
noone 566e597994 fix:撤销不必要转义 2025-09-24 14:26:09 +08:00
noone 765fb9c05f fix:更新Telegram解析模式为MarkdownV2;Telegram发送的内容按 Telegram V2 规则转义特殊字符 2025-09-24 14:14:11 +08:00
Cursor Agentandjxxghp ce9c99af71 Refactor: Use copy instead of move for file operations
Co-authored-by: jxxghp <jxxghp@qq.com>
2025-09-19 09:54:44 +00:00
景大侠 9489730a44 fix u115刷新access_token失败会产生NoneType异常
glitchtip#49549
2025-09-18 17:23:20 +08:00
景大侠 d4795bb897 fix u115重试请求时报错unexpected keyword argument
glitchtip#136696
2025-09-18 17:23:19 +08:00
景大侠 63775872c7 fix TMDB因连接失败产生的NoneType错误
glitchtip#11
2025-09-18 17:05:09 +08:00
景大侠 deaae8a2c6 fix 2025-09-18 15:39:10 +08:00
景大侠 46a27bd50c fix: 飞牛影视 2025-09-18 15:27:02 +08:00
景大侠 c80bfbfac5 fix: 浏览馒头报错NoneType 2025-09-17 01:59:28 +08:00
Zifan Ying 4d9eeccefa fix: mtorrent搜索imdb时提供完整链接
fix: mtorrent搜索imdb时需要提供完整链接(例如https://www.imdb.com/title/tt3058674)
keyword为imdb条目时添加链接前缀
参考 https://wiki.m-team.cc/zh-tw/imdbtosearch
 
issue: https://github.com/jxxghp/MoviePilot/issues/4941
2025-09-15 00:31:45 -05:00
jxxghp 625850d4e7 fix 2025-09-13 13:35:51 +08:00
jxxghp 6c572baca5 rollback 2025-09-13 13:32:48 +08:00
ee0406a13f Handle smb protocol key error during disconnect (#4938)
* Refactor: Improve SMB connection handling and add signal handling

Co-authored-by: jxxghp <jxxghp@qq.com>

* Remove test_smb_fix.py

Co-authored-by: jxxghp <jxxghp@qq.com>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: jxxghp <jxxghp@qq.com>
2025-09-13 11:25:29 +08:00
jxxghp 608a049ba3 fix smb delete 2025-09-13 11:05:21 +08:00
jxxghp 4d9b5198e2 增强SMB存储的删除功能 2025-09-13 10:56:45 +08:00
jxxghp 24b6c970aa feat:emby用户名 2025-09-13 10:34:41 +08:00
jxxghp 92955b1315 fix:在fork进程中执行文件整理 2025-09-13 08:56:05 +08:00
jxxghp a3872d5bb5 fix:在fork进程中执行文件整理 2025-09-13 08:50:20 +08:00
jxxghp a123ff2c04 feat:在fork进程中执行文件整理 2025-09-13 08:32:31 +08:00
jxxghp 188de34306 mini chunk size 2025-09-12 21:45:26 +08:00
jxxghp b201e9ab8c Revert "feat:在子进程中操作文件"
This reverts commit 4f304a70b7.
2025-09-08 17:23:25 +08:00
jxxghp d30b9282fd fix alipan u115 error log 2025-09-08 17:13:01 +08:00
jxxghp 4f304a70b7 feat:在子进程中操作文件 2025-09-08 16:59:29 +08:00
jxxghp 704364061c fix redis test 2025-09-08 09:59:11 +08:00
jxxghp c1bd2d6cf1 fix:优化下载 2025-09-08 09:50:08 +08:00
jxxghp 4ea28cbca5 fix #4902 2025-09-05 21:09:05 +08:00
jxxghp 1b48b8b4cc Merge pull request #4902 from DDS-Derek/dev 2025-09-05 20:06:42 +08:00
TMs bdc66e55ca fix(LocalStorage): 添加源文件与目标文件相同的检查,防止文件被删除。 2025-09-05 20:02:37 +08:00
DDSRem 926343ee86 fix(u115): code logic vulnerabilities 2025-09-05 19:37:41 +08:00
DDSRem 8e6021c5e7 fix(u115): code logic vulnerabilities 2025-09-05 19:23:23 +08:00
wumode 6c10defaa1 fix(Alist): add type hints 2025-09-04 21:08:25 +08:00
wumode b6a76f6f7c fix(Alist): 添加__len__() 2025-09-04 20:47:13 +08:00
jxxghp 9cc50bddab Merge pull request #4764 from 2Dou/v2 2025-09-03 12:01:37 +08:00
jxxghpandgemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> d3ba0fa487 更新 category.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-03 11:58:07 +08:00
jxxghp ff7fb14087 fix cache_clear 2025-09-02 08:35:48 +08:00
lostwindsenrilandgemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> c8c671d915 Update app/modules/indexer/spider/mtorrent.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-29 13:07:31 +08:00
lostwindsenril 142daa9d15 使馒头(m-team)支持剩余促销期检测
Add freedate to torrent if discountEndTime exists
2025-08-29 13:04:17 +08:00
jxxghp a038b698d7 fix haidan 2025-08-28 09:36:19 +08:00
jxxghp a3b222574e add thetvdb cache 2025-08-28 08:05:10 +08:00
jxxghp 9c056030d2 fix:捕促115&alipan请求异常 2025-08-27 20:21:06 +08:00
jxxghp 90633a6495 fix #4851 2025-08-27 15:57:43 +08:00
jxxghp 1b7bdbf516 fix #4834 2025-08-27 08:28:16 +08:00