mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Do not show movies as available when no digital/physical release date exists, even 90 days after theatrical release. #9352
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#9352
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 @somesuchnonsense on GitHub (Jan 31, 2026).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
Currently a movie will be considered released/available 90 days after a theatrical release if no physical/digital release date is found. This results in downloads of non-genuine releases. This situation commonly occurs with limited-release films documentaries.
Describe the solution you'd like
If no theatrical/physical release date exists, the movie's status should still be In-Theaters/unavailable.
Describe alternatives you've considered
This could be put behind a setting such as "Delay after theatrical release to conciser movie released"
Anything else?
A current example of this is Demon Slayer: Infinity Castle, but I've incountered this in the past with limited release films and independent documentaries as well.
@mynameisbogdan commented on GitHub (Feb 1, 2026):
Mainstream movies are released to digital around this mark, hence the logic. But yes, anime can take up to 6-12 months.
Personally I'm against this suggestion as not many movies get their release dates filled and already are issues with those if they're released earlier than 90 days.
There was some internal talk about adding types to movies, so guess an anime type with a longer period would make sense. Or to take into account if the keyword
animeis present and alter based on that. 🤷@somesuchnonsense commented on GitHub (Feb 14, 2026):
While mainstream movies, generally do have digital releases by this time, they are also most likely to have the correct metadata to reflect this, rendering the code for this logic unreachable anyway. The current logic pre-optimizes to correct a situation which is unlikely to ever occur. Furthermore, there is no indication in the ui that this default exists, make the current behavior unpredictable to the user.
Currently the only way to correct for this behavior by the user is to disable monitoring, and then re-enable monitoring once the movie is actually released, or manually delete and ban downloads. If the 90 default were removed, the user always can manually search for a released movie regardless of the release status in radarr. Of these two options, the one that requires continuous manual action by the user seems less desirable.
This issue isn't limited to anime. I've also regularly encountered this with documentaries and small studio releases.
@mynameisbogdan commented on GitHub (Feb 15, 2026):
Sadly I fail to see how this is going to prevent the grabbing of fake releases anyway, as they'll always be there.
You should be improving your sources instead, since changing the default to 365 days for example will prevent a lot of grabs for other users as not many contribute on TMDb with release dates.
But I guess an opt-out option would make sense in this case to satisfy this requirement.