Rename TV series episodes to S00E00 format.
This script will rename all the files in the folder to S00E00 format.
For example, "The.Big.Bang.Theory.S01E01.mp4" will be renamed to "S01E01.mp4".
python series_format.py /path/to/folder
- Move the script to the folder containing the video files
- Run the script using the command -->
python3 series_format.py .
- All the video files in the folder will be renamed to S00E00 format
- Done!
This project is licensed under the MIT license.