Skip to content

WarDrake/PlexMissingEpisodes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

PlexMissingEpisodes

Scripts for finding missing episodes from your Plex library.

Edit the variables at the top of the script with your TheTVDB authentication information and set the PlexServer as required...

PowerShell version uses the new TheTVDB API and is way more updated than the Perl version. The PowerShell version does not require you to specify a section, as it will search all sections listed as "TV Shows" in Plex.

For now, the Perl version requires you to specify the section ID which you can find via http://localhost:32400/library/sections (replace localhost with the plex server if not local)

Powershell window closes when complete

The simplest answer is to open a powershell window first, then run it.

If you want to export it to a log you can pipe it to a log file with:

c:\path_to_script\script.ps1 | Out-File c:\temp\output.txt

About

Scan Plex Library for Missing Episodes using TheTVDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 64.5%
  • Perl 35.5%