Command line service that regularly queries a running Plex instance for new titles, and posts them to a REST API
- Make a copy of
data.example.json
nameddata.json
and edit values undercredentials
-
key value imageServerUrl base url to custom image server (ex. https://img.domain.com) - these are for plex-guid items and are uploaded via ssh plexServerUrl base url to plex server (ex. https://plex.domain.com:12368) plexToken token for making API requests to plex server - refer to section below webhookUrl url of Discord webhook to post updates sshHostname hostname of ssh server sshUsername username to login with sshKeyFile /path/to/key for SSH authentication
- In any modern browser, navigate to the Plex App
- Open developer tools or similar, and view the Network tab
- Click on any title in the library of target plex server, and filter for any URLs with
transcode
- Look in the URL for
X-Plex-Token
pip install -r requirements.txt
python3 __main__.py
👤 Nathan
- Github: @ashame
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2022 Nathan.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator