fix(radarr): improve event type parsing and grab event validation

- Fix string-based event type parsing (grabbed, downloadFolderImported, etc.)
- Filter grab events to only count actual downloads with metadata
- Fix JSON parsing errors for dict-type event data
- Enhanced chronological processing for accurate import date detection
- Validate grab events require sourceTitle or indexer info

Fixes issue where library addition events were mistaken for download grabs,
ensuring only real download timestamps are used for
This commit is contained in:
2025-09-08 15:43:04 -04:00
parent 65794ae038
commit 0def0e33af
3 changed files with 52 additions and 22 deletions
+1 -1
View File
@@ -1 +1 @@
0.4.0
0.4.1