Improvements of Rewatch feature support through the API and website #269
Replies: 2 comments 1 reply
-
Some good suggestions here. We don't currently allow resetting via the API since this is a VIP only feature. However, I think it might make sense to add this and return an error code You can get a list of all reset shows using https://trakt.docs.apiary.io/#reference/users/hidden-items/get-hidden-items and using The progress API also includes the reset_at property. Per the docs on that call, you can re-calculate the progress for a show in app.
On the website, you can undo any rewatching on the https://trakt.tv/settings/hidden page. I do agree we should have some additional filters on the progress page to view only rewatching and a way to filter them out. That last issue does sound cache related, I'll need to look into that one deeper. |
Beta Was this translation helpful? Give feedback.
-
Still a work in progress, but we have the basic VIP only methods available to reset watched progress. https://trakt.docs.apiary.io/#reference/shows/reset-watched-progress/reset-show-progress |
Beta Was this translation helpful? Give feedback.
-
Some things are missing from the API:
reset_at
via the APInext_episode
from the progress endpoint could be the next one that needs to be rewatched. I currently work around this but then the actions app are limited.Some things that I feel are missing even on the website:
reset_at
e.g. if I made a mistakereset_at
via a date, it would be easier to start rewatching from a specific episode onwardAnd one thing that seems to be buggy:
reset_at
from the website.Beta Was this translation helpful? Give feedback.
All reactions