Estrella Pan cba4988e52 perf: comprehensive performance optimization for backend and frontend
Backend: shared HTTP connection pool, concurrent RSS/torrent/notification
operations, TMDB/Mikan result caching, database indexes, pre-compiled
regex, __slots__ on dataclasses, O(1) set-based dedup, frozenset lookups,
batch RSS enable/disable, asyncio.to_thread for blocking calls.

Frontend: shallowRef for large arrays, computed table columns, watch
instead of watchEffect, scoped style fix, typed emits, noImplicitAny,
useIntervalFn lifecycle management, shared useClipboard instance,
shallow clone for shared template objects.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 20:46:45 +01:00
2023-06-28 16:15:17 +08:00
2023-10-09 11:12:54 +08:00
2022-05-19 14:36:04 +08:00
2023-12-16 15:24:04 +08:00

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

项目说明

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

AutoBangumi 功能说明

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

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

  • 番剧文件整理:

    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 的解析。

  • 无需维护完全无感使用

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

Roadmap

计划开发的功能:

  • Transmission 的支持。

Star History

Star History Chart

贡献

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

贡献者名单请见:

Licence

MIT licence

Description
AutoBangumi - 全自动追番工具
Readme MIT 79 MiB
Languages
Python 61.8%
Vue 25.5%
TypeScript 9.1%
JSON-with-Comments 2.5%
SCSS 0.6%
Other 0.3%