Skip to content

A small script to automatically rename subtitle files in a folder

Notifications You must be signed in to change notification settings

IOKernel/Subtitle_renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Subtitle Renamer

A short python script I made to help me rename external subtitle files in my media server.

Usage

Straightforward, download and place the renamer.py to your show's directory.

Make sure that the number of video files = the number of subtitle files in the folder

Edit the code with any text editor and add the file extensions you have, by default it only looks for MKV, MP4 and .SRT

videoExtensions = ['.mkv', '.mp4']
subtitleExtensions = ['.srt']

Run the script (double click the file)

Contributing

Pull requests are welcome.

License

MIT

About

A small script to automatically rename subtitle files in a folder

Topics

Resources

Stars

Watchers

Forks

Languages