-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Issue when adding a new series via Api #1507
Comments
Any idea guys? |
The latest season is always left monitored, this is because more episodes may be added to the season and newly added episodes take inherit the monitored status of the season. I'm a little unclear what the issue is here, telling Sonarr to ignore episodes with files and ignore episodes without files tells Sonarr to unmonitor any aired episode with or without a file, but the linked issue seems to be about it only monitoring future episodes (which is what you're achieving here). |
Basically I have changed the way we search for episodes and seasons. I changed it to search for the actual season itself. So when a series does not exist on Sonarr, I want to add the series as unmonitoed so nothing downloads/searches and then set the appropriate seasons as monitored and then call the command endpoint and search for that series (So it should only search for the seasons that I selected as monitored). This doesn't seem to work, the main problem seems that I cannot add a series to Sonarr and set all seasons as unmonitored. If you have an idea of a better way to do this, that would be excellent. |
You can actually set all the seasons to unmonitored in the request to add the series and Sonarr will respect that:
|
@tidusjar is there anything you need from us? It looks like the issue you linked is closed with a fix in the latest release. |
Yeah thank you for your help.
|
Hello,
I am trying to add a new series using the following endpoint:
/series
with a POST request, the JSON body is belowNow I cannot understand why it is setting the latest season in the series as monitored and non of the episodes:
I would have expected no seasons to be monitored as I set both
ignore
option in theaddOptions
to trueAny idea what might be going on here?
Related Plex Request issue Ombi-app/Ombi#587
The text was updated successfully, but these errors were encountered: