Skip to content

alvarezfmb/subs-naming-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

subs-naming-fix

Little Python script specially designed to fix subtitles and video files naming for TV shows and movie fans.

To run it, when located in the same directory as the .py file:

python subs_naming_fix.py

A disorganized folder like this:

- abc.s01e01.EpisodeName.TorrentSite.srt
- abc.s01e01.mkv
- abc.s01e02.EpisodeName.TorrentSite.srt
- abc.s01e02.mkv

Will change to this:

- abc.s01e01.mkv
- abc.s01e01.srt
- abc.s01e02.mkv
- abc.s01e02.srt

Use it carefully. It has a preview mode to avoid any problems, but renaming some directories on your computer may be dangerous.

About

Little script to fix naming of files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages