Skip to content

This script goes over your tv show libraries and adds a marker to the poster of ended shows

Notifications You must be signed in to change notification settings

maaximal/plex-show-ended-marker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plex show ended marker

This script adds a red triangle to the upper left side of plex tv show posters if the series has ended. If a show returns the marker is removed. Both original and adapted images are saved to ./posters and are used as state.

How to run

  1. Install pip requirements
  2. Run main.py

Variables can either be passed as cli args or env vars:

CLI:

main.py http://serverip:32400 x-plex-token tmdb-api-key section-to-exclude-1 ... section-to-exclude-n

ENV:

PLEX_BASEURL
PLEX_TOKEN
TVDB_API_KEY
PLEX_EXCLUDE (as list, e.g. export PLEX_EXCLUDE='["TV Shows 1", "TV Shows 2"]')

How to get the token: https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/

About

This script goes over your tv show libraries and adds a marker to the poster of ended shows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages