michaldrabik / showly-2.0

Showly 2.0 is modern, slick, open-sourced Android TV Shows Tracker.
http://www.showlyapp.com
GNU General Public License v3.0
851 stars 57 forks source link

Rewatching tv-shows #158

Open emhl opened 3 years ago

emhl commented 3 years ago

A feature, that I miss in your app is the support for rewatching tv-shows. This would require:

Dude47 commented 3 years ago

Miss the feature too.

Similar issue: #386

hannes-dev commented 3 years ago

there's functionality in the API for this. currently only trakt VIP, but using it would mean it would be synced with the website.

Here is the method to mark something as rewatching: https://trakt.docs.apiary.io/#reference/shows/reset-watched-progress

and it already returns that information here under "reset_at": https://trakt.docs.apiary.io/#reference/shows/watched-progress

hope this helps move this forward since I would love compatibility for this :)