Super specific use case for the Shows Progress Watched endpoint and maybe a Feature Request #477
Unanswered
kevincador
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've got a question from one of my users and it's not clear to me how (or why) the Shows Progress Watched endpoint calculates the next episode to watch in some really specific use cases.
The user is basically trying to "hide" or "drop" some episodes in the current season.
So watched episodes 1, 2, 3, didn't watch 4 and 5, watches 6 and want the next to be 7 (or nil if 7 is not out yet or if 6 is the last episode of the show).
My first thought is that it should work exactly like that since I'm using
last_activity:watchedbut it's falling back to giving the episode 4 as the next to watch.My second thought was to hide the episodes (I don't support hiding season yet but the season level is not useful for this case) but this doesn't seem to be supported via the API (only looked at the documentation).
So, my question is:
progress_watched?Thanks!
Kevin
Beta Was this translation helpful? Give feedback.
All reactions