Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 652 Bytes

README.org

File metadata and controls

18 lines (14 loc) · 652 Bytes

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.