Skip to content

蜜柑计划自动追番 Bangumi自动点格子

License

Notifications You must be signed in to change notification settings

plsy1/easybangumi

Repository files navigation

easybangumi 追番助手

前端根本不会啊!!

Features

  • ✅ Automatically download subscribed anime
  • ✅ Automatically rename anime episodes
  • ✅ Receive updates notifications
  • ✅ Add, collect, and delete subscriptions
  • ✅ Flexible episode directory formats
    • TMDB format: Title/Season x/SXXEYY
    • Bangumi format: Title/Season 1/S01EYY
  • ✅ Automatically update Bangumi watching progress (Based on file paths, subscribed anime always succeeds, non-subscribed anime usually works as well)
    • Enable for TMDB episode directory format
    • Disable for Bangumi episode directory format (for now)

Parameters

Bamgumi

Qbittorrent

  • 🌐 QBITTORRENT_HOST: Format as pure IP address e.g., 192.168.0.1
  • 🔌 QBITTORRENT_PORT: QB port
  • 👤 QBITTORRENT_USERNAME: Username
  • 🔒 QBITTORRENT_PASSWORD: Password
  • 📁 QBITTORRENT_ROOT_FOLDER: Root directory where anime will be downloaded

RSS

  • 📡 RSS_URL: RSS subscription link from Mikan Project
  • 🔄 RSS_SCRAPE: Can be set to TMDB or Bangumi, default is TMDB

Telegram (Optional, for receiving anime update notifications)

  • 🤖 TELEGRAM_TOKEN: Token obtained by creating a bot
  • 💬 TELEGRAM_CHAT_ID: Chat ID of group/user

Deployment

Building Image

git clone https://github.com/plsy1/easybangumi
cd easybangumi
docker build -t easybangumi .

Docker Cli

docker run -d \
--name easybangumi \
--network=host \
-e TZ=Asia/Shanghai \
-e TELEGRAM_TOKEN="token" \ #optional
-e TELEGRAM_CHAT_ID="chatid" \ #optional
-e QBITTORRENT_HOST="ip" \
-e QBITTORRENT_PORT="port" \
-e QBITTORRENT_USERNAME="admin" \
-e QBITTORRENT_PASSWORD="admin" \
-e QBITTORRENT_ROOT_FOLDER="/path" \
-e RSS_URL="your account rss url" \
-e RSS_SCRAPE="TMDB" \ #optional
-e BANGUMI_TOKEN="your token" \ #optional
-v /path/to/your/data:/app/data \
-p 12450:12450 \ #"The backend address, visit /docs to view the API documentation."
plsy1/easybangumi

About

蜜柑计划自动追番 Bangumi自动点格子

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published