annegerben / oversight

Automatically exported from code.google.com/p/oversight
0 stars 1 forks source link

Trakt.tv support #660

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Enhancement request :-

have oversight interact with trakt.tv 

trakt.tv in it's simplest form keeps a record of what you have watched via the 
web page but there is an API hook that allows external applications to 
communicate too.

a PCH application called pchtrakt exists but is written for a200 and above and 
relies on retrieving data from a specific internal URL to determine what is 
being watched and how far through the video you are, this url is not available 
on a100 / a110.
my understanding is that by processing the url pchtrakt will first 'tell' 
trakt.tv what it is that you are watching and should you stop the video beyond 
80% completed then it will then 'tell' trakt.tv that the video is now 
'watched', I think this is intended to be distinct from just stopped to 
continue watching later.

Even if it is not possible to determine how far through the video you are on an 
a100 / a110 oversight might at least be able to send over that
a particular episode or film has been started and perhaps stopped and inform 
trakt.tv accordingly.

Original issue reported on code.google.com by bl4ck4d...@gmail.com on 16 Apr 2012 at 7:08