mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-01 09:40:59 +08:00
- 完善首页预览效果,增加 Logo、WebUI 截图、Credits 部份 - 提升主色调渐变色明度,已同步更改 Logo、WebUI、Figma - 修复部份页面 HTML Title 显示问题
101 lines
3.7 KiB
Markdown
101 lines
3.7 KiB
Markdown
<p align="center">
|
||
<img src="docs/image/icons/light-icon.svg#gh-light-mode-only" width=50%/ alt="">
|
||
<img src="docs/image/icons/dark-icon.svg#gh-dark-mode-only" width=50%/ alt="">
|
||
</p>
|
||
<p align="center">
|
||
<img title="docker build version" src="https://img.shields.io/docker/v/estrellaxd/auto_bangumi" alt="">
|
||
<img title="release date" src="https://img.shields.io/github/release-date/estrellaxd/auto_bangumi" alt="">
|
||
<img title="docker pull" src="https://img.shields.io/docker/pulls/estrellaxd/auto_bangumi" alt="">
|
||
<img title="python version" src="https://img.shields.io/badge/python-3.11-blue" alt="">
|
||
</p>
|
||
|
||
# 项目说明
|
||
|
||
<p align="center">
|
||
<img title="AutoBangumi" src="docs/image/preview/window.png" alt="" width=75%>
|
||
</p>
|
||
|
||
本项目是基于 [Mikan Project](https://mikanani.me)、[qBittorrent](https://qbittorrent.org) 的全自动追番整理下载工具。只需要在 [Mikan Project](https://mikanani.me) 上订阅番剧,就可以全自动追番。并且整理完成的名称和目录可以直接被 [Plex]()、[Jellyfin]() 等媒体库软件识别,无需二次刮削。
|
||
|
||
[主项目地址](https://www.github.com/EstrellaXD/Auto_Bangumi)
|
||
/ [WebUI 仓库](https://github.com/Rewrite0/Auto_Bangumi_WebUI)
|
||
/ [Wiki 说明](https://www.github.com/EstrellaXD/Auto_Bangumi/wiki)
|
||
|
||
## 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
|
||
```
|
||
|
||
- 自定义重命名,可以根据上级文件夹对所有子文件重命名。
|
||
- 季中追番可以补全当季遗漏的所有剧集
|
||
- 高度可自定义的功能选项,可以针对不同媒体库软件微调
|
||
- 无需维护完全无感使用
|
||
- 内置 TDMB 解析器,可以直接生成完整的 TMDB 格式的文件以及番剧信息。
|
||
- 对于 Mikan RSS 的反代支持。
|
||
|
||
## 如何开始
|
||
|
||
- **[部署说明 (Official)](https://github.com/EstrellaXD/Auto_Bangumi/wiki)**
|
||
- **[2.6版本更新说明](https://github.com/EstrellaXD/Auto_Bangumi/wiki/2.6更新说明)**
|
||
- **[3.0版本更新说明](https://github.com/EstrellaXD/Auto_Bangumi/wiki/3.0更新说明)**
|
||
- **[部署说明 (手把手)](https://www.himiku.com/archives/auto-bangumi.html)**
|
||
|
||
## 相关群组
|
||
|
||
- 更新推送:[Telegram Channel](https://t.me/autobangumi_update)
|
||
- Bug 反馈群:[Telegram](https://t.me/+yNisOnDGaX5jMTM9)
|
||
|
||
## Roadmap
|
||
|
||
***开发中的功能:***
|
||
|
||
- 内置 RSS 推送更新器。
|
||
- 搜索功能
|
||
|
||
***计划开发的功能:***
|
||
|
||
- 对其他站点种子的解析归类。
|
||
- 本地化番剧订阅方式。
|
||
- Transmission & Aria2 的支持。
|
||
|
||
# 声明
|
||
|
||
## 致谢
|
||
|
||
感谢 [Sean](https://github.com/findix) 提供的大量帮助
|
||
感谢 [Rewrite0](https://github.com/Rewrite0) 开发的 WebUI
|
||
|
||
## Star History
|
||
|
||
[](https://star-history.com/#EstrellaXD/Auto_Bangumi)
|
||
|
||
## Licence
|
||
|
||
[MIT licence](https://github.com/EstrellaXD/Auto_Bangumi/blob/main/LICENSE)
|