- What is Universal Trakt Scrobbler?
- Why do I need this extension?
- Which streaming services are supported?
- How does the extension work?
- Problems
- Development
- Credits
An extension that allows you to automatically scrobble TV shows and movies that you are watching from your favorite streaming services to Trakt.tv.
If you want to scrobble from Netflix, this is the only Trakt.tv plugin that does it. In the future, we'll be adding support for more streaming services, so it will also serve as a single extension that works for multiple services.
- Netflix
- HBO GO (Only tested for Latin America)
It extracts information about the TV show or movie that you are watching by scraping the page and sends the data to Trakt using the Trakt API.
If you find any other problems or have suggestions or questions, feel free to open an issue.
- Create an application in the Trakt API (don't forget to check the
/scrobble
permission). - In
Redirect uri:
, puthttps://trakt.tv/apps
. - In
Javascript (cors) origins:
, putmoz-extension://
andchrome-extension://
. - Copy the
config.json
example file and change the Trakt.tv credentials.
cp config.dev.json config.json
- Use nvm to run the correct version of Node.js.
nvm use
- Install the dependencies.
npm install
- To run in development mode:
npm start
- To get the build version for development mode (does not watch files):
npm run build-dev
- To get the build version for production mode (generates app.zip, ready for deployment):
npm run build
npm run zip
This extension is based on traktflix, the original Netflix scrobbler developed by tegon, which was discontinued in favor of Universal Trakt Scrobbler.
This product uses the TMDb API, but is not endorsed or certified by TMDb.
This product uses the Trakt.tv API.