This article is a reset version of: https://xfeed.app/notes/71448-2
Implementation Process:#
- Whenever a new episode is updated, AutoBangumi automatically pushes the torrent download to qb and renames it.
- Scraping software (such as Plex, Feiniu Film and Television sets a scheduled search for the media library).
- You just need to select the anime and then wait for the download and watch it
actually not
Install qbittorrent#
For downloading anime
The installation methods vary for different systems. If you are installing a non-nox version, remember to enable WebUI in the settings and listen on 0.0.0.0:8080.
Windows: SourceForge
Linux: apt/yum install qbittorrent-nox
Docker: https://github.com/linuxserver/docker-qbittorrent
Install AutoBangumi#
For obtaining the anime you subscribed to and automatically initiating download tasks when updated.
-
Install Docker, the installation methods vary for different systems.
-
Find a folder you like and create
docker-compose.yaml
, then write the content:
services:
AutoBangumi:
image: "ghcr.io/estrellaxd/auto_bangumi:latest"
container_name: AutoBangumi
volumes:
- ./config:/app/config
- ./data:/app/data
ports:
- "7892:7892"
network_mode: bridge
restart: unless-stopped
dns:
- 223.5.5.5
environment:
- TZ=Asia/Shanghai
- PGID=$(id -g)
- PUID=$(id -u)
- UMASK=022
-
Run the command: docker compose up -d
-
Go to localhost:7892, default account: admin, default password: adminadmin
-
Click the settings icon on the left -> Download settings, fill in the downloader information, then click the application in the bottom right corner until the green light turns on in the top right corner.
-
Go to Mikan Project, register an account, and subscribe to the anime you want (copy).
-
Return to AutoBangumi, click the + in the top right corner, add RSS (paste).
-
Wait quietly, if all goes well, AutoBangumi will automatically download the anime you subscribed to (if not, you can check the AutoBangumi logs or try restarting the container).
Download Old Episodes or Completed Anime#
First, here are a few recommended resource websites (prepare your own VPN):
- ACG.RIP
- End of the World Anime Resource Network
- Mikan Project domestic direct connection: 1. https://mikanime.tv 2. https://hadestian.cn 3. https://mk.misakaae.com 4. https://mikan.yujiangqaq.com 5. RSS mirror site: https://mikanani.longc.top
- Mikan Project requires VPN: https://mikanani.me
Then find the anime you want to download.
Standard Renaming#
To allow the software to correctly scrape metadata and episodes, we need to standardize renaming.
Note! You only need to ensure the anime name is correct! Subdirectories can be automatically renamed by the script later! If you are unsure about the anime name, please go to TMDB to search: The Movie Database (TMDB)
First-level directory (download directory set by qb): No need to rename.
Second-level directory (anime name, must be correct): In short, it must be very cute.
Third-level directory: (which season of the anime): Season 1.
Fourth-level directory: (which episode of which season of the anime): S01E01.MP4.
-
Go to Episode-ReName, clone the repository(has been deleted, you can try https://alistapi.onani.cn/Episode-ReName.zip) -
Windows can automatically get the path version .bat through the right-click menu by selecting the first-level directory to automatically name the episodes. If using the .py script, it can only be done through
python3 EpisodeReName.py "D:/qbdownloads/bangumi"
.
Tip: You can use RaiDrive or SSHFS to map remote Linux files to Windows for easier management of anime.
Install Plex (or install Feiniu Cloud NAS)#
For watching anime
-
Download Plex Media Server.
-
Start it. Default port 32400 (if you enter and see a bunch of garbled characters, add the /web suffix. For example: 192.168.124.25:32400/web).
-
Select your media library folder.
-
Enable remote access, top right settings -> Remote Access.
The image shows Feiniu Film and Television.
Enjoy watching!