Added sabnzbd support

This commit is contained in:
Baretsky
2025-07-25 21:54:12 +02:00
parent 182052678d
commit 8b8e497fe7
12 changed files with 530 additions and 18 deletions

View File

@@ -66,3 +66,7 @@ download_clients:
# username: xxxx # (optional -> if not provided, assuming not needed)
# password: xxxx # (optional -> if not provided, assuming not needed)
# name: "qBittorrent" # (optional -> if not provided, assuming "qBittorrent". Must correspond with what is specified in your *arr as download client name)
# sabnzbd:
# - base_url: "http://sabnzbd:8080" # SABnzbd server URL
# api_key: "your_api_key_here" # (required -> SABnzbd API key)
# # name: "SABnzbd" # (optional -> if not provided, assuming "SABnzbd". Must correspond with what is specified in your *arr as download client name)