InfinityPacer
2bd4a41cbe
fix(ci): label issue template submissions ( #5812 )
2026-05-21 15:31:00 +08:00
InfinityPacer
0245c8db80
feedback-issue: 拆三步、入口意图门、消息可靠性、日志脱敏与噪音过滤 ( #5810 )
v2.12.3
2026-05-21 13:57:12 +08:00
jxxghp
4c64b1769d
更新 version.py
2026-05-21 11:52:14 +08:00
jxxghp
ee9eced2f1
fix: avoid blocking event loop during plugin install
2026-05-21 09:16:42 +08:00
jxxghp
2109d323ae
refactor: merge episode format helper
2026-05-20 22:45:00 +08:00
jxxghp
fd4d162287
fix: respect OpenList directory path contract
2026-05-20 22:28:38 +08:00
jxxghp
617692616c
fix: build complete transfer result at source
2026-05-20 22:09:57 +08:00
jxxghp
014dc2884c
fix: simplify audiences unread pagination
2026-05-20 21:43:20 +08:00
Album
d37954e6bc
feat: 强化集数定位模板智能自动生成 ( #5801 )
2026-05-20 21:41:35 +08:00
jxxghp
284c272001
fix: improve audiences message pagination
2026-05-20 21:30:14 +08:00
jxxghp
0fb9d18b30
fix: keep transfer event normalization in domain
2026-05-20 21:03:33 +08:00
jxxghp
5d34bc5c56
fix: normalize transfer event targets
2026-05-20 20:49:26 +08:00
InfinityPacer
ad7cce72f4
新增 feedback-issue Agent skill:把用户反馈整理为上游 Issue ( #5799 )
2026-05-20 20:10:03 +08:00
jxxghp
c52ccaf75f
feat: add plugin system version compatibility checks
2026-05-20 19:55:44 +08:00
jxxghp
c661bc4764
perf: reduce agent shell command probing
2026-05-20 18:50:59 +08:00
jxxghp
8a375e022c
feat: add video bit rename template field
2026-05-20 18:20:18 +08:00
jxxghp
7cc037c683
fix: suppress garbled gzip bytes in tmdb error log
...
When Content-Encoding is present (e.g. gzip), skip logging the raw
response text to avoid unreadable binary output in logs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 18:08:10 +08:00
jxxghp
068d0af4ca
fix: remove tmdb manual gzip fallback
2026-05-20 17:09:31 +08:00
jxxghp
8f117d79f2
Revert "fix: handle tmdb gzip json responses"
...
This reverts commit 47c4e84fdd .
2026-05-20 17:03:47 +08:00
jxxghp
47c4e84fdd
fix: handle tmdb gzip json responses
2026-05-20 16:54:01 +08:00
jxxghp
e00aa42f94
fix: prevent duplicate transfer uploads
2026-05-20 16:39:07 +08:00
jxxghp
72ead2970c
fix: tolerate delayed OpenList metadata
2026-05-20 15:53:56 +08:00
jxxghp
5fe5523d13
fix: prefer rg in agent prompts
2026-05-20 15:31:02 +08:00
jxxghp
3ec0964a01
fix: handle OpenList delayed transfer metadata
2026-05-20 13:08:45 +08:00
jxxghp
a5745af484
fix: restore tmdb trending recommendations
2026-05-20 10:55:01 +08:00
jxxghp
c3e4e1a764
fix: decode raw gzip tmdb responses
2026-05-20 10:44:01 +08:00
jxxghp
b07c47551c
fix: avoid none search keyword for haidan
2026-05-20 09:51:53 +08:00
InfinityPacer
9e0846961f
feat(filemanager): add TransferRenameBuild chain event and fix TemplateContextBuilder concurrency ( #5792 )
2026-05-20 09:41:42 +08:00
jxxghp
71dc9df7ff
fix: ignore expected module rate limits
2026-05-20 09:38:37 +08:00
jxxghp
6edb627145
fix: handle tmdb unicode decode errors
2026-05-20 09:21:36 +08:00
jxxghp
07f51c5d94
fix: handle invalid tmdb json responses
2026-05-20 09:05:18 +08:00
jxxghp
5d02550874
fix: cache available shell command discovery
v2.12.2
2026-05-19 18:45:52 +08:00
jxxghp
2ff6474f0f
更新 version.py
2026-05-19 18:27:48 +08:00
jxxghp
c4eb4d9b95
feat: inject available shell commands into agent prompt
2026-05-19 18:16:09 +08:00
jxxghp
7866aee1de
fix: stop torrent search paging after short pages
2026-05-19 17:54:39 +08:00
XiaoChao Fang
cdddd8e080
fix: preserve tv bluray disc folders ( #5788 )
2026-05-19 16:42:23 +08:00
InfinityPacer
407b60a14f
feat: include episode group in subscribe source ( #5787 )
2026-05-19 16:03:04 +08:00
InfinityPacer
b989d08385
fix(workflow): use core torrent info for RSS action ( #5786 )
2026-05-19 13:04:03 +08:00
jxxghp
f46488cb9c
fix: Audiences站点未读消息数解析错误
...
优先使用Audiences特有的解析逻辑(从"总数/未读数"格式提取真正的未读数),
仅在匹配不到时才fallback到NexusPHP基类的通用正则,避免基类将总消息数
误判为未读数导致发送大量错误通知。
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-19 12:55:39 +08:00
jxxghp
34ff80e26c
feat: optimize scraping for multi-server compatibility
...
- Add studio, country, runtime tags to NFO generation
- Fix Fanart naming: showbackground→fanart (recognized by Jellyfin/Emby)
- Add image alias system: backdrop↔fanart, thumb↔landscape
- Merge image sources from all modules instead of first-wins
- Add CLEARART and LANDSCAPE scraping metadata types
- Extend season scraping with backdrop and landscape support
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-19 12:36:47 +08:00
jxxghp
195e34563d
fix: use explicit tmdb locale setting
2026-05-19 11:33:03 +08:00
jxxghp
29dab5a312
fix: improve media image scraping
2026-05-19 10:48:36 +08:00
Album
9e9c398177
feat: 新增集数定位模板生成接口 ( #5785 )
2026-05-19 07:18:28 +08:00
jxxghp
1f0eeb25e6
feat: add agent cli tools to docker image
2026-05-18 21:20:26 +08:00
jxxghp
3c1ff5242c
feat: install ssh client in docker image
2026-05-18 21:16:58 +08:00
jxxghp
9076acc52e
feat: add managed agent command sessions
2026-05-18 20:17:59 +08:00
InfinityPacer
f5eeeebeba
fix(subscribe): persist best-version downloads to note and read it back ( #5783 )
2026-05-18 17:09:56 +08:00
TimoYoung
22bb15583d
fix(alembic): ConfigParser interpolation breaks migration with special chars in PG password ( #5782 )
2026-05-18 17:09:02 +08:00
jxxghp
bedf06b864
feat: support multi-page resource search
2026-05-18 09:48:43 +08:00
jxxghp
cb8636e967
refactor(browser): decouple Playwright types with protocol interfaces and remove direct dependency
2026-05-18 08:46:24 +08:00