jxxghp
|
a3c90c64ca
|
refactor: remove unused result handling and related test for empty task results
|
2026-07-22 08:15:19 +08:00 |
|
Ekko
|
de97cb3c0a
|
test: 删除重复的逐键 TTL 缓存测试 (#6161) (#6168)
|
2026-07-21 21:51:09 +08:00 |
|
jxxghp
|
3b709b7f2e
|
feat: unify media source identity flow (#6129)
|
2026-07-21 20:20:09 +08:00 |
|
jxxghp
|
6f8b6cfbc9
|
feat: support explicit media ids for file scraping
|
2026-07-21 12:57:26 +08:00 |
|
jxxghp
|
e3f80af74f
|
feat: expand metadata sources and media server sync (#6129)
|
2026-07-21 11:34:18 +08:00 |
|
jxxghp
|
1d708870c9
|
fix: avoid blocking plugins on pre-existing pip errors
v2.14.6
|
2026-07-21 08:25:03 +08:00 |
|
jxxghp
|
053e1b7562
|
fix: handle files in newly moved monitor directories
|
2026-07-21 08:22:46 +08:00 |
|
Ekko
|
4ca3e40507
|
修复共享内存缓存的逐键 TTL (#6161)
MemoryBackend 原先为每个 region 保存一个 cachetools.TTLCache,导致首次写入的 TTL 成为后续所有 key 的统一生命周期。p115strmhelper 等动态 TTL 调用方因此可能把短期有效的 URL 缓存数天。
改用 TLRUCache 为每次写入独立计算过期时间,同时保留同步与异步 backend 共享 region、缓存值原样返回等既有行为。
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: jxxghp <jxxghp@gmail.com>
|
2026-07-21 08:10:20 +08:00 |
|
jxxghp
|
318d2ab7d7
|
feat: 修复单元测试失败 (#6165)
Co-authored-by: traeagent <traeagent@users.noreply.github.com>
|
2026-07-21 07:41:34 +08:00 |
|
Ekko
|
7c2390908a
|
Fix/memory cache ttl (#6160)
|
2026-07-21 07:08:21 +08:00 |
|
InfinityPacer
|
5c2b503a74
|
fix(subscribe): protect runtime facts in public writes (#6157)
|
2026-07-20 16:44:49 +08:00 |
|
jxxghp
|
44fa202778
|
fix: map Bangumi movie subjects correctly (#6155)
|
2026-07-20 16:16:25 +08:00 |
|
jxxghp
|
ed92be08af
|
fix(transfer): support nested download categories (#6156)
|
2026-07-20 16:14:17 +08:00 |
|
jxxghp
|
9ed0704c5b
|
fix: 重识别时清理旧下载器上下文
|
2026-07-20 15:35:56 +08:00 |
|
jxxghp
|
e46b4e5ba0
|
fix: 重新整理时忽略旧下载哈希 (#6154)
|
2026-07-20 15:31:54 +08:00 |
|
jxxghp
|
87ad7988b2
|
Merge remote-tracking branch 'origin/v2' into v2
|
2026-07-20 15:19:49 +08:00 |
|
jxxghp
|
1382975b18
|
Centralize optional dependency stubs in test bootstrap
|
2026-07-20 14:53:36 +08:00 |
|
InfinityPacer
|
d9a42c672a
|
fix(subscribe): refine TV wash priority lifecycle (#6153)
|
2026-07-20 14:02:19 +08:00 |
|
jxxghp
|
b042086efa
|
test(indexer): anonymize TorrentLeech fixture
|
2026-07-20 13:49:02 +08:00 |
|
jxxghp
|
36fefa14e0
|
fix(indexer): repair TorrentLeech user data parsing
|
2026-07-20 13:46:25 +08:00 |
|
jxxghp
|
1332576c3f
|
fix(download): accept legacy remote subscription paths (#6147)
|
2026-07-20 13:42:27 +08:00 |
|
jxxghp
|
4300af0e9c
|
chore: update version to v2.14.6
|
2026-07-20 12:58:41 +08:00 |
|
jxxghp
|
405350c774
|
Preserve plugin diagnostics without degrading overall status
|
2026-07-20 10:15:15 +08:00 |
|
jxxghp
|
d666134ed2
|
Route autonomous agent tasks through notification broadcasting
|
2026-07-20 08:54:32 +08:00 |
|
InfinityPacer
|
5588e37c6d
|
fix: preserve season zero semantics (#6150)
|
2026-07-20 06:55:23 +08:00 |
|
InfinityPacer
|
2056aa0b2c
|
fix(startup): keep systemd autostart services alive (#6149)
|
2026-07-20 06:54:09 +08:00 |
|
jxxghp
|
b0ff3ae3c7
|
Fix Agent task relative-time validation (#6146)
|
2026-07-19 21:07:27 +08:00 |
|
jxxghp
|
31544629b4
|
Add autonomous Agent task scheduling
|
2026-07-19 20:19:06 +08:00 |
|
InfinityPacer
|
142393f2d3
|
fix(subscribe): reset manual episode tracking (#6144)
|
2026-07-19 17:36:54 +08:00 |
|
Xuanjie Xia
|
5cf79e0360
|
feat(site): 模拟登录支持勾选「记住我/保持登录」选项,获取长期会话 (#6138)
|
2026-07-18 19:24:18 +08:00 |
|
Xuanjie Xia
|
f152a0381d
|
fix(site): 模拟登录适配JS渲染(SPA)登录页 (#6137)
|
2026-07-18 16:47:24 +08:00 |
|
InfinityPacer
|
428c19b6ba
|
fix(download): restore classification for configured roots (#6135)
|
2026-07-18 09:35:25 +08:00 |
|
jxxghp
|
8b5524a321
|
更新 version.py
v2.14.5
|
2026-07-17 14:50:58 +08:00 |
|
jxxghp
|
b972b46747
|
Merge remote-tracking branch 'origin/v2' into v2
|
2026-07-17 09:47:01 +08:00 |
|
jxxghp
|
0598fbdd75
|
fix(media): add support for custom words in media recognition
|
2026-07-17 09:46:55 +08:00 |
|
freeman
|
572299a45e
|
feat(llm): 新增 Amazon Bedrock 提供商,支持 AK/SK 与 Bedrock API Key 双认证 (#6130)
|
2026-07-16 19:27:06 +08:00 |
|
kuke2733
|
229824a417
|
feat(subscribe): merge mediaserver library entries into files info (#6131)
|
2026-07-16 17:36:56 +08:00 |
|
DDSRem
|
a0ee99aacc
|
chore: bump moviepilot-rust to 0.2.3 (#6128)
v2.14.4
|
2026-07-16 06:31:31 +08:00 |
|
InfinityPacer
|
92918ce380
|
ci(pr-agent): use shared review runner (#6127)
|
2026-07-16 06:24:52 +08:00 |
|
InfinityPacer
|
a4335fe753
|
fix(lifecycle): harden application shutdown (#6125)
|
2026-07-16 06:24:31 +08:00 |
|
jxxghp
|
107ba37834
|
更新 version.py
|
2026-07-15 20:22:27 +08:00 |
|
jxxghp
|
c27678ce06
|
fix(ugreen): send client id during login
|
2026-07-15 17:38:31 +08:00 |
|
InfinityPacer
|
7725342a80
|
fix(scheduler): refresh plugin jobs after reload (#6124)
|
2026-07-15 17:29:31 +08:00 |
|
InfinityPacer
|
893269f8c1
|
fix(modules): serialize configuration reload lifecycle (#6122)
|
2026-07-15 17:28:49 +08:00 |
|
InfinityPacer
|
00d46f3aab
|
docs: clarify docstring punctuation style (#6121)
|
2026-07-15 16:01:47 +08:00 |
|
jxxghp
|
077241b6ed
|
Merge remote-tracking branch 'origin/v2' into v2
|
2026-07-15 10:46:28 +08:00 |
|
jxxghp
|
b24a07e388
|
fix: enhance response data structure in filtering rules with media info
|
2026-07-15 10:46:21 +08:00 |
|
InfinityPacer
|
f814c271cc
|
refactor(runtime): tighten resource cleanup and test isolation (#6116)
|
2026-07-14 16:03:29 +08:00 |
|
InfinityPacer
|
e015c67689
|
chore(db): add driver error diagnostics (#6115)
|
2026-07-14 12:31:46 +08:00 |
|
qqcomeup
|
98b16bda8d
|
优化 Docker 启动完成日志 (#6112)
|
2026-07-14 12:31:07 +08:00 |
|