-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Support monitor type for Radarr #695
Comments
Another use case (which feels almost like a bug to me): Supporting the Monitor status from Radarr could give the option to any user (permissions could be nice) to "monitor/download now" a movie already present in Radarr but not monitored. |
if you have the movie available and its not showing as available, thats a configuration issue. If the movie is added to radarr and it shows as requested, whether you unmonitor or not movies still ADDED to radarr. Not a bug. What jellyseerr does is add the items to *arr. Its not for triggering searches After its added. |
Not sure I follow. The movie isn't available, it's only present in Radarr movie list, but not monitored (on purpose).
I just mean that supporting the Monitoring status in Jellyseerr would be coherent with Radarr's actual behaviour: a movie not monitored in Radarr will never be available, and will always be shown as "requested" in Jellyseerr, with no indication for the user that's it's not monitored, and no action possible. EDIT: For context, I have some "unwanted" movies added to Radarr (and monitored) from auto import lists (following actors and such), so I often manually unmonitor some. I feel like that's a pretty typical use case (how would you manage import lists otherwise?). But those movies still appear as requested in JellySeerr, that's misleading for the user as he has no idea this movie isn't monitored. |
@Fallenbagel I took a quick look at the code, an easy first implementation could be during the execution of radarr scanner: At least Jellyseerr users will be able to see when a movie won't be automatically downloaded (without adding much complexity), and should be able to request them again (the same way they can already request movies that have been added to Radarr but never monitored). |
Description
Mostly an extension of #191, and related to #325.
I'd like to browse and discover content that seems interesting on Jellyseerr and if it seems worthy to watch add it to my 'backlog' but not necessarily start monitoring. Having a selection if a movie should be monitored or not be presented to at least the approving user (admin) would be a nice addition to prevent the library filling up with content that wouldn't be watched for a long time.
Desired Behavior
Have the option as the admin user to select as which monitoring mode the movie should be added to Radarr.
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: