Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release group name is captured incorrectly after import #10035

Open
2 tasks done
Xiphan opened this issue May 20, 2024 · 1 comment
Open
2 tasks done

Release group name is captured incorrectly after import #10035

Xiphan opened this issue May 20, 2024 · 1 comment
Labels
Area: Parser Issue is related to parsing infrastructure. Status: Confirmed Stops stale bot from asking if stale Type: Bug Issue is a bug

Comments

@Xiphan
Copy link

Xiphan commented May 20, 2024

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

Downloading a movie whose release group is CyTSuNee results in the release group being saved as yTS:

image

image

Expected Behavior

Release group should be detected as CyTSuNee.

Steps To Reproduce

  1. Parse or download a release by CyTSuNee.
  2. It will parse or import the release group as yTS.

Environment

- OS: Windows
- Radarr: 5.6.0.8846
- Docker Install: No
- Using Reverse Proxy: No
- Browser: Firefox
- Database: Sqlite 3.36.0

What branch are you running?

Master

Trace Logs? Not Optional

radarr.debug.txt
radarr.trace.txt

Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.

  • I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain trace - that are relevant and show this issue.
@Xiphan Xiphan added Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug labels May 20, 2024
@bakerboy448
Copy link
Contributor

Likely hitting the exact exception group match regex

private static readonly Regex ExceptionReleaseGroupRegexExact = new Regex(@"(?<releasegroup>KRaLiMaRKo|E\.N\.D|D\-Z0N3|Koten_Gars|BluDragon|ZØNEHD|Tigole|HQMUX|VARYG|YIFY|YTS(.(MX|LT|AG))?)", RegexOptions.IgnoreCase | RegexOptions.Compiled);

@bakerboy448 bakerboy448 added Area: Parser Issue is related to parsing infrastructure. Status: Confirmed Stops stale bot from asking if stale and removed Status: Needs Triage New Issue needing triage labels May 20, 2024
@Xiphan Xiphan changed the title Relase group name is captured incorrectly after import Release group name is captured incorrectly after import May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Parser Issue is related to parsing infrastructure. Status: Confirmed Stops stale bot from asking if stale Type: Bug Issue is a bug
Projects
None yet
Development

No branches or pull requests

2 participants