Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 917 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 917 Bytes

plex-poster-set-helper

plex-posterdb-helper is a tool to help upload sets of posters from ThePosterDB or MediUX to your Plex server in seconds!

Installation

  1. Extract all files into a folder (can delete the .gitignore)

  2. Open a terminal in the folder

  3. Install the required dependencies using

pip install -r requirements.txt
  1. Rename exampleconfig.json to config.json, and populate with the proper information
    • "base_url"
    • "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")

Usage

Run plex-posterdb-helper.py