GithubHelp home page GithubHelp logo

trakttosonarr's Introduction

TraktToSonarr

This script uses Python 3.7

This is a companion application to add the highly requested ability to synchronize shows from Trakt.tv lists into a Sonarr installation.

Required python libraries:

Configuration:

The first run will create the config file (syncTrakt.conf), you will have to edit it to put in all necessary data.

Sonarr Section:

  • quality = The quality setting passed to Sonarr you want added shows to be added with.
  • rootDirectory = The main directory you are going to save TraktToSonarr in. Defaults to the location it is run from.
  • sonarr_apikey = Your sonarr installations API key. Can be found within Sonarr's settings.
  • sonarrUrl = The url for your Sonarr server if not locally hosted.
  • MonitorSpecials = Set to True or False depending on if you want Season 0 (Typically show specials) to be added as monitored.

IMPORTANT

To fill out this next section of the configuration file, you will need to create an API in Trakt using this link : https://trakt.tv/oauth/applications/new

  • Name --> whatever you like, but something you'll be able to recognize (ie. 'myTraktToSonarr')
  • Redirect URI --> urn:ietf:wg:oauth:2.0:oob
  • After creation, keep the page open! You will need to copy and paste data into their respective places within the configuration file.

Trakt Section:

  • TraktAppID = This can be found on your app page. It's the last number in the URL (ie: in https://trakt.tv/oauth/applications/xxxxxx would mean your TraktAppID is xxxxxx)
  • TraktID = Client ID from app page.
  • TraktSecret = Client Secret from app page.
  • user = The name of the user who's Trakt list you want to sync to Sonarr.
  • TraktWatchList = The name of the list you want to sync to Sonarr. (Set to 'watchlist' to just sync your WatchList)
  • ignoreList = This list will be added in Sonarr but not monitored, I use this for shows on Netflix, that way I can see them in the Sonarr calendar, but they won't download.

trakttosonarr's People

Contributors

aethaeran avatar andreluizpdsl avatar tomtom602 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.