-
Notifications
You must be signed in to change notification settings - Fork 253
Trakt.or
📂 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
Docker container for the following standalone script:
It is based on the latest CentOS docker 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.
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.
To get the docker up and running execute fhe following command:
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.
Home - https://plexguide.com