A script to automatically rename ripped TV show DVD extras into a format Plex will read.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore Initial commit Feb 26, 2018
LICENSE Initial commit Feb 26, 2018
PlexTVExtras.py Actually rename the files Feb 26, 2018
README.md Add README Feb 26, 2018

README.md

Ripping DVDs is annoying. Ripping TV show DVDs even more so. This script minimizes one annoying aspect - some TV DVDs have a bunch of extra shorts etc.

The ripper spits these out in a format like:

title01.mkv title02.mkv title03.mkv ...

This script lets you specify a series, a season and a starting episode, and the script will rename them appropriately.

TODO invocation instructions, etc.