sct / overseerr

Request management and media discovery tool for the Plex ecosystem
https://overseerr.dev
MIT License
3.54k stars 412 forks source link

Mark Show/Season fully available if all currently released episodes are available #3836

Open kimsbrian opened 3 months ago

kimsbrian commented 3 months ago

Description

It's a minor annoyance to me that a show is marked as partially available despite all currently available episodes are available. This happens in currently airing series and where a future season is requested.

Desired Behavior

If the airing date of an episode is available and the current date is before that, don't consider that episode when determining partial availability. For example, let's say an airing season has 3 out of 12 episodes released with the fourth coming out in 3 days. If the first 3 episodes are available, mark the season/show as available.

This behavior could be annoying for some users who have notifications on when a show is fully available as it will go back and forth each time an episode is released. In that case, a toggle to enable or disable in the settings could mitigate that situation.

Additional Context

The feature request seems potentially related to #3578 as the logic for this could be used in both.

Code of Conduct