Skip to content

trakt-tools/old-universal-trakt-scrobbler

Repository files navigation


Universal Trakt Scrobbler
Universal Trakt Scrobbler

A universal scrobbler for Trakt.tv.

GitHub Release

Get the extension on Chrome

Get the extension on Firefox

Table of Contents

What is Universal Trakt Scrobbler?

An extension that allows you to automatically scrobble TV shows and movies that you are watching from your favorite streaming services to Trakt.tv.

Why do I need this extension?

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.

Which streaming services are supported?

  • Netflix
  • HBO GO (Only tested for Latin America)

How does the extension work?

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.

Known Issues

Other Problems

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

Development

  1. Create an application in the Trakt API (don't forget to check the /scrobble permission).
  2. In Redirect uri:, put https://trakt.tv/apps.
  3. In Javascript (cors) origins:, put moz-extension:// and chrome-extension://.
  4. Copy the config.json example file and change the Trakt.tv credentials.
cp config.dev.json config.json
  1. Use nvm to run the correct version of Node.js.
nvm use
  1. 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

Credits

This extension is based on traktflix, the original Netflix scrobbler developed by tegon, which was discontinued in favor of Universal Trakt Scrobbler.

TMDb API Trakt API

This product uses the TMDb API, but is not endorsed or certified by TMDb.

This product uses the Trakt.tv API.

LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published