Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 388 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 388 Bytes

Automatically find holiday movies/episodes on a Plex server and add them to a playlist. Searches the Plex title, Plex plot, and IMDb keywords for each movie/episode for a keyword.

Required modules can be installed from an elevated command prompt on Windows machines:

py -m pip install -r requirements.txt

Or on Linux machines with:

# python -m pip install -r requirements.txt