If you want convenience, you can use Ani and Kazumi#
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 TV set to regularly search the media library).
- You just need to select the anime, then wait for the download and watch it
actually not
Install qbittorrent#
For downloading anime
The installation methods vary by system. 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 by system.
-
Find a folder you like, create
docker-compose.yaml
, and 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 lower right corner until the green light in the upper right corner lights up.
- Go to Mikan Project, register an account, and subscribe to the anime you want (copy).
-
Return to AutoBangumi, click the + in the upper 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 sites (prepare your own VPN):
- ACG.RIP
- Apocalypse 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 the renaming.
Note! You only need to ensure that the anime name is correct! Subdirectories can be automatically renamed by the script later! If you are unsure about the anime name, please search on TMDB: The Movie Database (TMDB)
Level 1 directory (download directory set in qb): No need to rename.
Level 2 directory (anime name, must be correct): In short, it must be very cute.
Level 3 directory: (which season of the anime): Season 1.
Level 4 directory: (which episode of which season of the anime): S01E01.MP4.
-
Go to Episode-ReName, clone the repository(has been deleted, you can try Episode-ReName.zip | Onani-AList) -
Windows can automatically get the path version .bat through the right-click menu by selecting the top-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 a bunch of garbled characters, add /web to the suffix. For example: 192.168.124.25:32400/web).
-
Select your media library folder.
-
Enable remote access, upper right corner settings -> Remote Access.
Image of Feiniu Film and TV.
Enjoy watching.