Skip to content

Python script to create spoiler free (blurred) thumbnails for Plex TV Shows

Notifications You must be signed in to change notification settings

himynameisubik/plex-generate-spoiler-free-thumbnails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Plex Generate Spoiler Free Thumbnails

Python script to create spoiler free (blurred) thumbnails for Plex TV Shows

Supported folder structure

Both loose and season folder structure works

  • .../The Office/Season X/...(files are here)
  • .../The Office/...(files are here)

Supported file types

The usuals, probably could be extended(?)

  • .mkv
  • .mp4
  • .avi

How to use

  1. Install pillow: pip install pillow
  2. Copy paste generate-thumbs.py in to your desired TV shows folder (e.g. X:\TV Shows\The Office)
  3. Open Terminal and cd into the folder you copied generate-thumbs.py to (e.g. cd "X:\TV Shows\The Office")
  4. Run python generate-thumbs.py and wait
  5. ...
  6. Profit

Additional configuration

The following arguments are available:

Argument Information
--force Forces the regeneration of existing thumbnails
--blur_radius 100 Changes the blur amount (default: 100)
--thumb_quality 80 Changes the quality (default: 80)

e.g. python generate-thumbs.py --force --blur_radius 50 --thumb_quality 60

About

Python script to create spoiler free (blurred) thumbnails for Plex TV Shows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages