Skip to content

maikirakiwi/Goto_Bangumi

Repository files navigation

官方网站 | TG 群组

项目说明

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

兼容目标为 AutoBangumi 3.1.10,具体文档 TBA。

手动编译指南

  1. 请先安装 Node.js LTS 和最新的 Go
  2. cd AB/webui 里用 npm install && npm run build:go
  3. cd ../../bin 并用 ./goto_bangumi 执行编译好的二进制程序。

如在 2. 下显示无 AB 目录,请执行 git submodule update --init --recursive 如在 3. 下无法执行,则有可能需要将二进制程序设为可执行的。例:chmod +x ./goto_bangumi 执行时可以添加 dev 参数来进入开发环境,但请千万不要在生产环境下使用。

FAQ (待翻译)

- Why not C/C++/Rust?

Golang, in my opinion, achieves a perfect middle ground between DX and Runtime Performance. This is a hobby project to force me to relearn the semantics of Golang, and so I don't want to make my life harder by trying to be picky about server frameworks or writing high-level abstractions when Go's solutions are more than battle-proven.

It also just happens to be about as performant as Rust in a Server context.

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 格式的文件以及番剧信息。

相关群组

计划开发的功能:

  • TBA

Star History

Star History Chart

贡献

欢迎提供 ISSUE 或者 PR。

贡献者名单请见:

Licenses

AutoBangumi & GotoBangumi are licensed under the MIT License

About

AutoBangumi in Golang - 全自动追番工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published