mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Add option to auto-delete when watched #9275
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#9275
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 @Gitoffomalawn on GitHub (Oct 5, 2025).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
Not really, other than disk space conservation.
Describe the solution you'd like
Add an option to auto-delete a movie from Radar when it has been marked watched by Plex/Jellyfin/other.
Some movies will only be downloaded to be watched once and then deleted in an effort to conserve disk space. Adding this as an option to Radarr will make it possible to automate the process.
Describe alternatives you've considered
There are two alternatives:
a. This wouldn't solve the issue, as the movie will stay registered with Radarr and downloaded when removed by Plex/Jellyfin/other.
b. This would necessitate separate feature requests with multiple other applications, when all of them use Radarr.
Anything else?
No. Thank you for all your hard work.
@bakerboy448 commented on GitHub (Oct 5, 2025):
No plans to integrate Radarr with Media Players and monitor their watch status. Additionally, this would be extremely complex as it would need to take into account every single user on said media server.
You can use Tautulli in combination with a custom script to call radarr's API
@Gitoffomalawn commented on GitHub (Oct 5, 2025):
Thanks. Was to be expected. Thanks for the tip on scripting with Tautulli.