mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Movies ending in year cannot be parsed #9251
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#9251
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @ShawnHardwick on GitHub (Aug 12, 2025).
Is there an existing issue for this?
Current Behavior
Executing the parse API endpoint against the below examples returns incorrect results:
Blade Runner 2049 (2017) Bluray BD50Fantasia 2000 (1999) DVD9 NTSC WS [MM]Wonder Woman 1984 (2020) IMAX 1080p WEBRip HEVC x265 English AC3 5.1 - MeGUiLExpected Behavior
Executing parse against the above releases returns data similar to below:
Steps To Reproduce
URL encode any of the above examples and use it as a title against the
/api/v3/parseAPI endpoint:https://localhost/api/v3/parse?apikey=REDACTED&title=Blade%20Runner%202049%20%282017%29%20Bluray%20BD50Environment
What branch are you running?
Master
Trace Logs? Not Optional
Added trace with two executions against the API, first one is against
Blade Runner 2which is successful since it is not a year format. The second oneBlade Runner 2049does not return the correct data.radarr.trace.txt
Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.
trace- that are relevant and show this issue.@bakerboy448 commented on GitHub (Aug 12, 2025):
Thank you for providing the detailed report. However, it appears to be a duplicate of the following issue: https://github.com/Radarr/Radarr/issues/5799. Please feel free to submit your information there.
@ShawnHardwick commented on GitHub (Aug 13, 2025):
Wow, I swear I searched, but I guess I wasn't looking hard enough. Thanks.