/PlexHolidays

Automatically find holiday episodes on a Plex server and add them to a playlist.

Primary LanguagePython

Now only works for movies due to TheTVDB moving to a subscription model for their API keys.

Automatically find holiday movies on a Plex server and add them to a playlist. Searches the Plex title, Plex plot, and IMDb keywords for each movie 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

Tested only on movies using the Plex Movie agent.