feat: enhance Arrs integration, NZBDav performance, and provider metrics#442
Merged
javi11 merged 8 commits intojavi11:mainfrom Mar 28, 2026
Merged
feat: enhance Arrs integration, NZBDav performance, and provider metrics#442javi11 merged 8 commits intojavi11:mainfrom
javi11 merged 8 commits intojavi11:mainfrom
Conversation
- Implement stable GUID tracking for Sonarr/Radarr to resolve matching issues. - Add support for compressed NZB blobs and alpha schema in NZBDav importer. - Introduce per-provider download metrics with persistent total and rolling 24h volume tracking. - Update UI to display detailed provider statistics on the dashboard. - Align database schema with version 21 migrations for enhanced tracking.
…lumn error - Fix SQLite migration 020 failing on duplicate 'download_id' column. - Add 'IF NOT EXISTS' to index creation in migrations 019, 020, and 021 for both SQLite and Postgres. - Remove unreachable macOS-specific code and unused 'runtime' import in Hanwen FUSE backend. - Simplify single-case select statements in NZBDav parser. - Pass linting with zero issues.
…andlers This ensures Sonarr/Radarr can successfully clean up items from the queue and history when using stable DownloadID tracking.
- Fix JSON unmarshaling when 'deletedFiles' is boolean (true/false) - Only log 'No file path found' warning for actual scan events (Download, Rename, Upgrade) - Reduce log level for 'health record not found' during deletion to DEBUG to reduce noise
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces several key enhancements to improve Arrs integration reliability, importer performance, and system observability.
Key Changes
1. Stable Arrs ID Tracking (Sonarr/Radarr Matching)
2. NZBDav Importer Enhancements
3. Per-Provider Performance Metrics
4. Dashboard UI Updates
5. Database & CI