The documentation of the original project is available at this address: https://github.com/SpaceK33z/plex-tvtime-webhook
- clone the project
- create a directory named
conf
to the root of the project - copy
.env.example
toconf/.env.
Fill out thePORT
andPLEX_USER
- the fisrt time, launch
docker-compose
command without-d
to see logs in console (and see the code to paste in the web page and the URL). Or use thedocker-compose logs
command - authorize the app to access to your tv-time account (see the official doc)
- create a webhook in Plex : Plex pass required ; see the how to do it here
- next time, you can launch
$ docker-compose up -d