feat: add SABnzbd download monitoring with language detection and source tracking

Add SABnzbd integration to display active and completed downloads with progress tracking, speed monitoring, and automatic language detection from release names. Downloads are matched against Radarr/Sonarr queues to identify source application. Add new Downloads tab in navigation, API endpoint for queue/history data, and auto-refresh every 4 seconds. Include configuration for SAB_URL and SAB_API_KEY in docker-compose and
This commit is contained in:
2026-08-13 11:00:57 +02:00
parent c43f938afe
commit f78944795c
4 changed files with 86 additions and 3 deletions
+4
View File
@@ -13,6 +13,10 @@ services:
# SONARR_URL: "http://sonarr:8989"
# SONARR_API_KEY: "CHANGE_ME"
# Optional: SABnzbd aktivieren
# SAB_URL: "http://sabnzbd:8080"
# SAB_API_KEY: "CHANGE_ME"
# Pfad, den Radarr in seiner API meldet:
RADARR_MEDIA_PATH: "/data/filme"