BUG: Download matching and deduplication is fragile (exact title only, no season pack support) #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
The logic that matches downloads from clients to Sonarr/Radarr/Ombi requests relies on exact title matching and has no special handling for season packs or cross-client deduplication.
Detailed Investigation Findings (release/1.7.31)
Current Implementation:
extractArrInfo()(used in most download clients) uses simple regex for series (S##E##) and movies (year in parentheses).Impact:
Proposed Solution / Fix Plan:
extractArrInfo()across all clients to also capturequeueId/ torrent hash where available.Cross-Dependencies:
Suggested Labels:
Kind/Bug, Priority: Medium, Area/Matching, Area/History
Affected Versions: All versions.