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

[Feature] Add the ability to delete media on Radarr & Sonarr #61

Closed
Floflobel opened this issue Jan 3, 2023 · 2 comments
Closed

[Feature] Add the ability to delete media on Radarr & Sonarr #61

Floflobel opened this issue Jan 3, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@Floflobel
Copy link

Hello,

Do you think it would be possible to add deleting also on Radarr and Sonarr?

The problem is that if a media is deleted on Emby while it is linked to Sonarr / Radarr then it will try to re-download it.

I saw that your script retrieves the media ID on Emby but it doesn't seem to retrieve the ID that Sonarr and Radarr handles: IMDB & TVDB.

If already in the output I could get the IMDB and TVDB id I would be able to do it myself on my side.

Thanks in advance.

@terrelsa13
Copy link
Owner

terrelsa13 commented Jan 4, 2023

Hey @Floflobel
Go to Sonarr > Settings > File Management and check mark Unmonitor Deleted Episodes. Save this change.
This will prevent Sonarr from re-downloading deleted media items.
Radarr has the same setting.

@terrelsa13 terrelsa13 added the help wanted Extra attention is needed label Jan 5, 2023
@terrelsa13 terrelsa13 reopened this Jan 5, 2023
@terrelsa13 terrelsa13 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 5, 2023
@terrelsa13
Copy link
Owner

Finally found the time to tie into the Radarr & Sonarr APIs to handle this more gracefully.

#132 - Unmonitor Movies & Episodes In Radarr & Sonarr After Deletion
#133 - Option To Remove Movie Entries & Series Entries From Radarr & Sonarr After MUMC Deletion

Release v5.10.0-beta or later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants