You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preview Maid is a tool that scans your Plex library for missing preview thumbnails, voice activity analysis data, and marker data. It can run as a daily scheduled job at a configurable time or as a one-off job.
Find missing skip intro markers (slow on large libraries)
false
FIND_MISSING_CREDITS_MARKERS
Find missing skip credit markers (slow on large libraries)
false
FIND_MISSING_AD_MARKERS
Find missing ad markers (slow on large libraries)
false
RUN_ONCE
Run once and exit instead of scheduling
false
RUN_TIME
Time to run the daily job (HH:MM format)
00:00
SKIP_LIBRARY_TYPES
Comma-separated library types to skip (movie, show, photo)
""
SKIP_LIBRARY_NAMES
Comma-separated library names to skip
""
DEBUG
Enable debug logging
false
Optional Volume Mounts
Mount
Description
/app/logs
Log file output with rotation (last 5 runs). When mounted, console output shows statistics only.
Building Missing Previews, Audio Analysis & Markers
You can force the creation of missing data using the Analyze option on the library or individual media items in Plex.
If preview thumbnail generation fails, try setting GenerateBIFKeyframesOnly to 0 in the Plex advanced settings. Note: This increases generation time and CPU load significantly.
Building Locally
git clone https://github.com/fletchto99/preview-maid.git
cd preview-maid
docker build -t preview-maid .
About
A tool to look for missing metadata for plex items (e.g. preview thumbnails)