trakt / script.trakt

Trakt.tv movie and TV show scrobbler for Kodi
GNU General Public License v2.0
318 stars 149 forks source link

Showing Friends popup #149

Open Megachip opened 10 years ago

Megachip commented 10 years ago

Would be cool to get an popup when starting watching a film or episode, which friends (with avatars) have already watched this film/episode/show. Possible this could be enabled/disabled in options.

ATM api did not provide this directly, but it is requested: http://support.trakt.tv/forums/188762-general/suggestions/4806206-update-api-friends-to-summary-methods

Until this is implemented, possible http://trakt.tv/api-docs/user-network-following http://trakt.tv/api-docs/activity-user-episodes http://trakt.tv/api-docs/activity-user-movies could used to gather the necessary informations.

Megachip commented 8 years ago

The new api calls: http://docs.trakt.apiary.io/#reference/users/watching/get-following http://docs.trakt.apiary.io/#reference/users/stats/get-watched-history

Just an idea: on init it will download all histories of followings. When scrobbling dialog shown, it could shown the followings which allready watched that episode/movie...

User could choose between 3 options: Disable, Short, Long. On short, only a list of followings shown, which already seen this episode/movie. on long it shown a notification for every user separat, with add. info like avatar and date, when the user watches this episode/movie.