Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Mark remaining episodes of a show as watched. #243

Open
MaxHasADHD opened this issue Dec 21, 2020 · 2 comments
Open

Request: Mark remaining episodes of a show as watched. #243

MaxHasADHD opened this issue Dec 21, 2020 · 2 comments
Labels
Feature Request New feature or request

Comments

@MaxHasADHD
Copy link
Contributor

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.

@kevincador
Copy link

You can specify an array of episodes in 1 request: https://trakt.docs.apiary.io/#reference/sync/add-to-history/add-items-to-watched-history

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.

@MaxHasADHD
Copy link
Contributor Author

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 MaxHasADHD changed the title Mark remaining episodes as watched Request: Mark remaining episodes of a show as watched. Dec 21, 2020
@rectifyer rectifyer added the Feature Request New feature or request label Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants