Estrella Pan f14ab65574 fix: address stable-review findings across config, update, downloader
Ship-readiness review of main...3.3-dev (multi-agent + codex verify pass)
surfaced 10 confirmed defects; all fixed with red-first tests (+24):

- config: masked list secrets restored by identity match, not index —
  deleting/reordering a notification provider no longer corrupts the
  survivor's credentials; unresolvable masks return 400 instead of guessing
- statics: mount dist/fonts — self-hosted Inter 404'd in every production
  build and the whole UI fell back to OS fonts
- boot_overlay: chown replaced trees to the app user (crash-loop under
  UMASK=077); snapshot-and-restore around the EXDEV in-place fallback so a
  mid-copy failure can't gut /app/module
- updater: rollback refuses to swap without the retained signed backup
  bundle — reverts to image version honestly instead of half-swapping
- qbittorrent: credential-failure latch (cleared on settings save) plus
  single-flighted auth sharing the negative result with queued waiters —
  failed logins no longer accumulate into a WebUI IP ban
- download_client: holder refcount registered before auth (no mid-login
  close), stale clients accumulated in a list (no pool leak on rapid
  settings saves), holder released on cancellation during __aenter__
- entrypoint: ownership marker written only after chown -R succeeds
- aria2: torrents_info provides num_seeds/num_leechs/eta/added_on and maps
  states to qB vocabulary (UI showed undefined / NaNhNaNm / raw states)
- program API: deprecated GET aliases for /restart /start /stop /shutdown
  (3.2 automation compatibility)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FAxVyRwrY7z5NotTtgnwVs
2026-07-06 16:37:28 +02:00
2026-07-03 16:23:38 +02:00
2026-07-06 12:43:25 +02:00

官方网站 | 快速开始 | 更新日志 | 更新推送 | TG 群组

项目说明

本项目是基于 RSS 的全自动追番整理下载工具。只需要在 Mikan Project 等网站上订阅番剧,就可以全自动追番。 并且整理完成的名称和目录可以直接被 PlexJellyfin 等媒体库软件识别,无需二次刮削。

AutoBangumi 功能说明

核心功能

  • 简易单次配置就能持续使用

  • 无需介入的 RSS 解析器,解析番组信息并且自动生成下载规则

  • 首次运行设置向导7 步引导完成配置

  • 番剧文件整理:

    Bangumi
    ├── bangumi_A_title
    │   ├── Season 1
    │   │   ├── A S01E01.mp4
    │   │   ├── A S01E02.mp4
    │   │   ├── A S01E03.mp4
    │   │   └── A S01E04.mp4
    │   └── Season 2
    │       ├── A S02E01.mp4
    │       ├── A S02E02.mp4
    │       ├── A S02E03.mp4
    │       └── A S02E04.mp4
    ├── bangumi_B_title
    │   └─── Season 1
    
  • 全自动重命名,重命名后 99% 以上的番剧可以直接被媒体库软件直接刮削

    [Lilith-Raws] Kakkou no Iinazuke - 07 [Baha][WEB-DL][1080p][AVC AAC][CHT][MP4].mp4 
    >>
    Kakkou no Iinazuke S01E07.mp4
    
  • 自定义重命名,可以根据上级文件夹对所有子文件重命名。

  • 季中追番可以补全当季遗漏的所有剧集

  • 高度可自定义的功能选项,可以针对不同媒体库软件微调

  • 支持多种 RSS 站点,支持聚合 RSS 的解析

  • 无需维护完全无感使用

  • 内置 TMDB 解析器,可以直接生成完整的 TMDB 格式的文件以及番剧信息

3.2 新功能

  • 日历视图:按播出日期查看订阅番剧,集成 Bangumi.tv 放送时间表
  • Passkey 无密码登录:支持 WebAuthn 指纹/面容登录,支持无用户名登录
  • 季度/集数偏移自动检测:自动识别「虚拟季度」并计算正确的集数偏移
  • 番剧归档:手动或自动归档已完结番剧,保持列表整洁
  • 搜索源设置面板:在 UI 中直接管理搜索源,无需编辑配置文件
  • RSS 连接状态:实时显示订阅源健康状态,快速定位问题
  • iOS 风格通知徽章:直观显示需要关注的订阅
  • 全新 UI 设计:深色/浅色主题、移动端适配、毛玻璃登录页
  • 性能优化:并发 RSS 刷新提速 10 倍、并发下载提速 5 倍

Roadmap

已支持的下载器:

  • qBittorrent

Star History

Star History Chart

贡献

欢迎提供 ISSUE 或者 PR, 贡献代码前建议阅读 CONTRIBUTING.md

贡献者名单请见:

Licence

MIT licence

Description
AutoBangumi - 全自动追番工具
Readme MIT 85 MiB
Languages
Python 68.1%
Vue 18.6%
TypeScript 9.9%
JSON-with-Comments 2.3%
Shell 0.5%
Other 0.4%