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
I'm trying to make less requests due to the new limits, and wondering if there is a way to mark remaining episodes of a show as watched. e.g. If a user marked 5 episodes of season 1, I'd like to mark the rest of season 1, and all future seasons as watched. I'm currently uploading every episode which isn't great for larger shows (100+ episodes). I know I can pass an entire show to the history API, but wasn't sure if that will mark existing episodes as watched again or if it will just complete the current watch.
The text was updated successfully, but these errors were encountered:
If you pass a season or a show, it will mark all episodes in the season or show that aired. But it will mark them as watched again even if already watched.
That's what I'm currently doing. With larger amount of data due to batching I worry of requests timing out or something. So I'd love an endpoint or parameter for shows to complete.
MaxHasADHD
changed the title
Mark remaining episodes as watched
Request: Mark remaining episodes of a show as watched.
Dec 21, 2020
I'm trying to make less requests due to the new limits, and wondering if there is a way to mark remaining episodes of a show as watched. e.g. If a user marked 5 episodes of season 1, I'd like to mark the rest of season 1, and all future seasons as watched. I'm currently uploading every episode which isn't great for larger shows (100+ episodes). I know I can pass an entire show to the history API, but wasn't sure if that will mark existing episodes as watched again or if it will just complete the current watch.
The text was updated successfully, but these errors were encountered: