-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
[FR] add 'Search Automatically' and 'Request New Seasons' options to request dialog #1047
Comments
…uld be monitored in Sonarr feat Fallenbagel#1047
@FlamingKeyboard amazing |
thanks a lot! just fyi, there is a bug in sonarr with the 'monitor new seasons' feature. if it is set to i don't think the fix has made it over from the develop branch yet. i checked, and for sure it is not in 4.0.11.2680 so exercise some caution when using that feature in sonarr. if you are monitoring a current season for a series, be sure all the episodes have metadata (season finale episode is known about in sonarr) before you set 'monitor new seasons' to false for that series. |
Ah yikes, that's a basket of worms. Thanks for the heads up, I have to step away from my dev box for some holiday travel, but if it's still an issue after new years I can look into implementing that check. Tests on my personal setup appear to run flawlessly, but I don't think I've hit that specific case yet. Thanks for requesting this and providing the mockup; great idea. I didn't include the "Search Automatically" functionality requested, but when/if the previous feature gets merged I can take a crack at it. |
imo no need to implement a workaround for the sonarr bug. i'm personally fine with just being careful until the fix trickles down to me. besides, the workaround would need to be removed later when the bug gets fixed. also, even if you don't add the autosearch checkbox, your PR should give me a solid head start on doing it myself eventually. :) |
Description
example use cases for exposing these options on the request dialog:
Search Automatically:
Enable Automatic Search
enabled, an admin with access to sonarr/radarr may occasionally prefer to manually select a release instead of relying on the selected quality profile. this saves the trouble of removing a potentially unwanted release from the download client.Request New Seasons:
Desired Behavior
dialog mockup:
implementation suggestions:
Search Automatically (movies and series):
Enable Automatic Search
for that instance (Jellyseerr > Settings > Services
)Advanced Requests
permission. part of the advanced request dialog because it's likely only useful to admins with access to sonarr/radarrRequest New Seasons (series):
Request
permissionMonitor New Seasons
for that series in sonarr (sonarr > individual series page > Edit > Monitor New Seasons
)Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: