Maintained by: Jordan-Ireland
Where to file issues: https://github.com/Jordan-Ireland/plexplaylist/issues
Source code found at: https://github.com/Jordan-Ireland/plexplaylist
What is PlexPlaylist? PlexPlaylist connects to your Plex library and automatically creates daily viewing playlists. The playlists are customizable via a local webpage, allowing you to easily add or remove shows, seasons, or individual episodes. The system refreshes daily, automatically removing watched episodes to keep your playlists up-to-date and tailored to your viewing habits.
Background tasks PlexPlaylist will run 1 background task at 15:00 UTC (default, see environment variables below). This will refresh the playlist and removed watched episodes.
Environment Variables
PLEX_IP_ADDRESSIP Address of the Plex instance, default: 0.0.0.0PLEX_PORTPort of the Plex instance, default: 32400PLEX_TOKENAPI Token of Plex, see below for details. REQUIREDHOSTHost of this docker container image, default: 0.0.0.0PORTPost of this docker container image, default: 5000PLAYLIST_TITLEPlex playlist title to create or manage, default: Daily PlaylistPLAYLIST_SIZESize of the total number of episodes to keep on the playlist, default: 20UTC_CHECK_HOURHour of day to refresh the playlist, default: 15 (15:00)UTC_CHECK_MINUTEMinute of day to refresh the playlist, default: 0UTC_CHECK_SECONDSecond of day to refresh the playlist, default: 0DEBUGIf True, will output debug messages to the stdout of the container, default: False