Include the QxR release group encoder "Celdra" under ExceptionReleaseGroupRegex #9278

Closed
opened 2026-02-20 00:12:24 -05:00 by deekerman · 1 comment
Owner

Originally created by @crazjayz on GitHub (Oct 11, 2025).

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Radarr’s parser currently fails to detect Celdra as the release group in QxR-encoded releases.
Celdra is a new encoder under the QxR group, following the same structure and naming pattern as existing encoders such as r00t, Joy, and Tigole.

This appears to be the same class of issue that was addressed in (https://github.com/Radarr/Radarr/issues/7290), where QxR encoders were added to ExceptionReleaseGroupRegex. Celdra should be handled identically for consistent parsing.

Describe the solution you'd like

Celdra is added to the regex string in src/NzbDrone.Core/Parser/Parser.cs => ExceptionReleaseGroupRegex

Describe alternatives you've considered

N/A

Anything else?

N/A

Originally created by @crazjayz on GitHub (Oct 11, 2025). ### Is there an existing issue for this? - [x] I have searched the existing open and closed issues ### Is your feature request related to a problem? Please describe Radarr’s parser currently fails to detect Celdra as the release group in QxR-encoded releases. Celdra is a new encoder under the QxR group, following the same structure and naming pattern as existing encoders such as r00t, Joy, and Tigole. This appears to be the same class of issue that was addressed in (https://github.com/Radarr/Radarr/issues/7290), where QxR encoders were added to ExceptionReleaseGroupRegex. Celdra should be handled identically for consistent parsing. ### Describe the solution you'd like `Celdra` is added to the regex string in `src/NzbDrone.Core/Parser/Parser.cs => ExceptionReleaseGroupRegex` ### Describe alternatives you've considered N/A ### Anything else? N/A
Author
Owner

@bakerboy448 commented on GitHub (Oct 11, 2025):

github.com/Radarr/Radarr@8c94581cb6

@bakerboy448 commented on GitHub (Oct 11, 2025): https://github.com/Radarr/Radarr/commit/8c94581cb6267a846ebdae5f2659e541c0e5b72d
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Radarr#9278
No description provided.