plex-posterdb-helper is a tool to help upload sets of posters from ThePosterDB or MediUX to your Plex server in seconds!
-
Extract all files into a folder (can delete the .gitignore)
-
Open a terminal in the folder
-
Install the required dependencies using
pip install -r requirements.txt
- Rename
exampleconfig.json
toconfig.json
, and populate with the proper information- "base_url"
- the IP and port of your plex server. (e.g. "http://12.345.67.890:32400/"
- "token"
- your Plex token
- NOTE: this can be found here
- "tv_library"
- the name of your TV Shows library (e.g. "TV Shows")
- "movie_library"
- the name of your Movies library (e.g. "Movies")
- "base_url"
Run plex-posterdb-helper.py