Dropped Shows #513
rectifyer
announced in
Announcements
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.
-
We have a new feature for dropping shows you're no longer watching. Dropping is a single action that hides a show from your up next, progress, and calendar. No need to do individual hide actions.
There are API methods to drop and undrop a show using the hidden items API.
https://trakt.docs.apiary.io/#reference/users/add-hidden-items/add-hidden-items
https://trakt.docs.apiary.io/#reference/users/remove-hidden-items/remove-hidden-items
Trakt Lite currently has the drop show feature and the Trakt website and mobile apps will have it soon (hopefully later this week). The calendar API will automatically remove any dropped shows, but your app will need to cache the dropped show list and remove any dropped shows from any up next or progress feature you have implemented. I'd also suggest a badge or indication on the show summary page that it's been dropped and when.
Please let me know if you have any questions.
Beta Was this translation helpful? Give feedback.
All reactions