This program goes through given location and matches all videos names with their subtitles and changes names to a simple clean name for that series
- Copy main python program file to any location u want.
- Change vsm shell script file address (main_address variable) to the selected python file in step 1.
- Copy and Paste vsm file to /usr/bin/
- make sure vsm file is executable by running
sudo chmod 755 /usr/bin/vsm
vsm -t [ ] -n [ ] -e [ ]
- -t: [target folder location]
- -n: [name to use as prefix for all files | defualt=working dir name]
- -e: [exclude these folders from this program] ; format for multiple folders : -e "f1, f2, f3"