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:
@@ -43,6 +43,15 @@ SONARR_MEDIA_PATH: "/data/serien"
|
||||
LOCAL_SERIES_PATH: "/media/serien"
|
||||
```
|
||||
|
||||
SABnzbd benötigt für den Download-Tab:
|
||||
|
||||
```yaml
|
||||
SAB_URL: "http://sabnzbd:8080"
|
||||
SAB_API_KEY: "..."
|
||||
```
|
||||
|
||||
Der API-Key steht in SABnzbd unter `Config > General`. Die laufenden Jobs kommen aus der SABnzbd-Queue, abgeschlossene und fehlgeschlagene Jobs aus der History. Die Sprache eines laufenden Releases wird aus dessen Namen abgeleitet; nach dem Import ist die Sprache im Radarr-/Sonarr-Scan verlässlich.
|
||||
|
||||
## Bei weiterem Scanfehler
|
||||
|
||||
Prüfe einen Pfad im Container:
|
||||
|
||||
Reference in New Issue
Block a user