/sub-renamer

rename subtitle files to corresponding video file names

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

sub-renamer

A python program to automatically rename subtitle files to their corresponding video filenames.

It does this by parsing season and episode numbers using regex to find similar season and episode numbers for subtitles and videos, then renames the subtitle filenames to matching video filenames.

If the first method fails it can use an optional dependency to find the Levenshtein distance between video and subtitle filenames to attempt to match them.

Optional Dependencies

License

GPLv3. See LICENSE file for more information.