Skip to content

Trakt.or

h1f0x edited this page Mar 15, 2019 · 1 revision

📂 Click Here - Sign up for Google's Suite for Business - Unlimited Space

📂 Click Here - NZB's with from NewsHost - PG Members Receive a 58% Discount


Trakt.or Docker

Docker container for the following standalone script:

It is based on the latest CentOS docker image:

What does this image?

It provides you with a simple web application to manage and track your progress of your tv-show Plex library. You library will be verified against the free API of trakt.tv, all you need to do is create a free account and issue yourself an API key.

Your database will be refreshed every 15 minutes.

Upcoming Shows Detail Show

Install instructions

trakt.tv API keys

Visit https://trakt.tv/oauth/applications and create a new application.

You will get the following API keys:

  • Client ID
  • Client Secret

Note it down.

Deploy the docker container

To get the docker up and running execute fhe following command:

Configure Trakt.or

After the first run, you will find the template for the configuration located at:

/opt/appdata/traktor/config.ini

Modify the following lines in the configuration file:

[trakt.tv]
client_id = <CLIENT_ID>
client_secret = <CLIENT_SECRET>

[Plex]
database_location = /plex/com.plexapp.plugins.library.db

# language codes examples > de, fr, it, es and so on.. (https://trakt.docs.apiary.io/#reference/languages/get-languages)
# script default language is "en"
library_language = en

Please restart the docker container for instant data refresh. Otherwise the data will be refreshes every 15 minutes automatically.

Installing PlexGuide

  1. PlexGuide Install Information

Preplanning & Information

  1. PG Folder Structure

Domain and Port Control

  1. CloudFlare Tunnel

Primary Applications

  1. Plex

Useful Links

  1. PG YouTube Channel
Clone this wiki locally