-
Notifications
You must be signed in to change notification settings - Fork 0
qBittorrent Shim and Automation
🇬🇧 English · 🇫🇷 Français
Hydra exposes a qBittorrent v4 WebUI-compatible API under /api/v2/* so the
usual automation stack talks to it unchanged: autobrr, Sonarr / Radarr /
Lidarr, cross-seed, etc.
Configure the tool's "qBittorrent" download client with:
-
Host / port → your Hydra host, port
8199. - Category → drives placement and save-path (Categories and Routing).
The shim does not check the native API key.
/api/v2/*uses qBittorrent's own cookie login (it always succeeds); theX-Api-Keyguard is only on the native/api/*. Don't expose8199to the internet unprotected.
Add, list (torrents/info), properties, files, trackers, pause/resume,
delete, categories, and recheck. Two add-time behaviours worth knowing:
-
skip_checking=true→ seed data already on disk without re-hashing (trust-fast). The cross-seed / hardlink path. -
POST /api/v2/torrents/recheck(withhashes=<infohash>) → force a hash-check of on-disk data. Hoard engine only;hashes=allis ignored on purpose (no mass-recheck storms). See Adding Torrents and Existing Data.
cross-seed injects matches via the qBit API with skip_checking=true and an
explicit save-path pointing at your existing data. That's the intended
trust-fast path — Hydra starts seeding the linked data immediately. If you'd
rather have it verified, drop skip_checking and let the recheck run.
autobrr filters push new releases to the qBit client with a category; Hydra routes them per that category. Nothing Hydra-specific to configure beyond the category setup.
Hydra · 🇬🇧
Understand
Install & set up
- Installation & First Run
- Bare-metal Install
- Windows install
- Networking Modes
- Gluetun (VPN)
- Deployment Topologies
Use day-to-day
Reference
Hydra · 🇫🇷
Comprendre
Installer & mettre en place
- Installation & premier démarrage
- Installation bare-metal
- Installation Windows
- Modes réseau
- Gluetun (VPN)
- Topologies de déploiement
Utiliser au quotidien
Référence