-
-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Describe the bug
When using a season rule group, "number of monitored seasons / episodes" does not return the number of monitored episodes. It seems to return the number of episodes available, which may be a different number.
To Reproduce
Steps to reproduce the behavior:
- Create a rule group that uses "number of monitored seasons / episodes" (in my case I'm trying to compare it to Tautulli's "amount of watched episodes")
- Use the "Test Media" functionality to check the "number of monitored seasons / episodes" value in any of the following example cases:
2a. Season (10 eps) has all episodes unmonitored, and 10 episodes have been imported. The "number of monitored seasons / episodes" value will be 10 instead of 0.
2b. Season (10 eps) has all episodes monitored, and two have been imported. The "number of monitored seasons / episodes" value will be 2 instead of 10.
Expected behavior
I expected that the number of monitored episodes in maintainerr would match the number of monitored episodes in sonarr.
Screenshots


Device (please complete the following information):
- OS: Docker
- Version: 2.17.0
Additional context
It could perhaps be that 2b is not a bug and "number of monitored seasons / episodes" is intended to be that are available. I see there is a "number of seasons / episodes (also unavailable)". However I interpreted "number of seasons / episodes (also unavailable)" to mean how many total episodes in the season regardless of what you have downloaded / monitored / etc, so these seem independent rather than alternatives. Additionally this does not explain the behaviour in 2a. This value seems more to represent "how many episodes are available" than how many are monitored.