TorrentLookup / Flixtor

Flixtor streams movies, series, videos and animes from Torrents.
MIT License
147 stars 45 forks source link

Remember/resume episode last seen #76

Open dutchdutch opened 10 years ago

dutchdutch commented 10 years ago

If you get to the series page and see the list of episodes, it would be more elegant if it can remember which episode you saw last, so you can continue watching the next. Or even resume immediately if you haven't finished watching a current episode.

Emasoft commented 10 years ago

It will be better to use Track.TV for this (like XBMC,Plex, MediaPortal, etc do). The API is very simple and you can bring your watch record from Plex or XBMC, and access it everywhere and from all your devices. You can find the API here:
https://trakt.tv/api-docs

melv1n commented 10 years ago

Which part of the API supports post/get the specific stop/resume time within an episode? I only see timestamp support for a timestamp in PST can be posted and returned, but timestamps in PST don't have any relation to the timestamp within the episode, right?