Skip to content

Downloader Settings

WebUI

downloader

downloader type

  • Downloader Type: qbittorrent or aria2.
  • Host: Web API or RPC address. See Downloader address.
  • Username / Password: qBittorrent uses WebUI credentials. aria2 ignores username and uses the password field as the RPC secret.
  • Download Path: the path as seen by the downloader. See Download path.
  • SSL: use HTTPS when connecting to the downloader.

After changing downloader settings, click Save & restart so the downloader client is recreated.

Downloader Address

WARNING

In Docker Bridge mode, do not use 127.0.0.1 or localhost unless the downloader and AutoBangumi share the same network namespace.

  • Downloader in Docker: use a service name on the same Docker network, or a gateway address such as 172.17.0.1:8080.
  • Downloader on the host: use the host LAN IP.
  • AutoBangumi in Host network mode: 127.0.0.1 can be used.
  • aria2 example: 172.17.0.1:6800, with the RPC secret in the password field.

Download Path

Use the path from the downloader's point of view:

  • Docker: if the downloader sees /downloads, use /downloads/Bangumi.
  • Linux/macOS: for example /home/user/downloads/Bangumi.
  • Windows: for example D:\Media\Bangumi.

config.json

Section: downloader

KeyDescriptionTypeWebUI fieldDefault
typeDownloader typestringDownloader Typeqbittorrent
hostDownloader addressstringHost172.17.0.1:8080
usernameDownloader usernamestringUsernameadmin
passwordDownloader password or aria2 RPC secretstringPasswordadminadmin
pathDownload pathstringDownload Path/downloads/Bangumi
sslEnable HTTPSbooleanSSLfalse

AutoBangumi is released under the MIT License. (latest: v3.3.2)