Skip to content

pikax/traktflix

 
 

Repository files navigation

traktflix #Trakt.tv and Netflix integration

Build Status Coverage Status

[download](https://chrome.google.com/webstore/detail/bmoemkaigjgcgjjnpmdgkifndiidkeji?utm_source=github&utm_medium=readme& utm_campaign=repo)

###Table of Contents

###What is Trakt? Automatically scrobble TV show episodes and movies you are watching to Trakt.tv! Keep a history of everything you've watched! Sign up for a free account at Trakt.tv and get a ton of features.

###Why do I need this extension? Trakt.tv has a lot of plugins to automatically scrobble the movies and episodes you watch from your media center. But i found nothing to integrate with Netflix, so i created this extension. Every time you click to play something on Netflix, it will send the scrobble to Trakt.tv. Cool, isn't it?

###How this works? Unfortunately Netflix doesn't provide a public API, so the movie or espisode info is extracted from the HTML of the player.

###Limitations This extension you only work with Netflix HTML player and new layout. If you are in the old layout, please open the new one. See this link for more info: https://help.netflix.com/en/node/23742

###Problems If you find any problems or have suggestions or questions, feel free to open an issue

###Development Create an application in Trakt API.

Don't forget to check /scrobble permission.

In Redirect uri: put https://{extensionId}.chromiumapp.org

In Javascript (cors) origins: put https://{extensionId}.chromiumapp.org and chrome-extension://{extensionId}

Copy the config.json example file and change Trakt.tv credentials:

cp config.json.dev config.json

Use nvm to run in the correct version of node

nvm use

Install the dependencies

npm install

To run in development mode

npm start

To get build version (generates app.zip, ready for chrome store)

npm run build
npm run zip

To run tests

npm test

LICENSE

About

Scrobble episodes and movies from Netflix to Trakt.tv

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • CSS 1.4%
  • HTML 0.4%