You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
Not sure, depends...? Currently, the calendar view in Yamtrack does not display upcoming episodes for ongoing Jellyfin TV shows unless the user has already watched an episode from the new/ongoing season. This results in limited visibility into new episodes of shows the user is following but hasn’t started the latest season yet.
Describe the solution you'd like
The calendar should automatically track ongoing Jellyfin shows with upcoming or recently released episodes, even if the user hasn't watched an episode from the new season yet. This would ensure users stay informed about their tracked shows.
A possible approach could be to poll Jellyfin and e.g. imdb API once per day to check which tracked TV series are ongoing and whether they have upcoming or already released new episodes. These episodes should then be added to the calendar automatically.
The text was updated successfully, but these errors were encountered:
- Refactor TV show processing to only handle seasons with no events or currently airing seasons
- Optimize Season queries to only fetch the latest season per TV show using Window functions
- Implement logic to show events for all seasons of a TV show when the user's latest tracked season is active
- Fix issue with combining unique and non-unique querysets in replace_seasons_with_tv_shows
- Improve performance by reducing unnecessary database queries and processing
This implementation enhances the calendar experience by showing relevant upcoming episodes for TV shows the user is actively following, even for seasons they haven't explicitly tracked yet.
#390
- Refactor TV show processing to only handle seasons with no events or currently airing seasons
- Optimize Season queries to only fetch the latest season per TV show using Window functions
- Implement logic to show events for all seasons of a TV show when the user's latest tracked season is active
- Fix issue with combining unique and non-unique querysets in replace_seasons_with_tv_shows
- Improve performance by reducing unnecessary database queries and processing
This implementation enhances the calendar experience by showing relevant upcoming episodes for TV shows the user is actively following, even for seasons they haven't explicitly tracked yet.
FuzzyGrim#390
Is your feature request related to a problem?
Not sure, depends...? Currently, the calendar view in Yamtrack does not display upcoming episodes for ongoing Jellyfin TV shows unless the user has already watched an episode from the new/ongoing season. This results in limited visibility into new episodes of shows the user is following but hasn’t started the latest season yet.
Describe the solution you'd like
The calendar should automatically track ongoing Jellyfin shows with upcoming or recently released episodes, even if the user hasn't watched an episode from the new season yet. This would ensure users stay informed about their tracked shows.
A possible approach could be to poll Jellyfin and e.g. imdb API once per day to check which tracked TV series are ongoing and whether they have upcoming or already released new episodes. These episodes should then be added to the calendar automatically.
The text was updated successfully, but these errors were encountered: