Search found 2 matches
- Tue Nov 22, 2016 1:41 am
- Forum: General MakeMKV discussion
- Topic: _ (underscore) in file name
- Replies: 12
- Views: 26758
Re: _ (underscore) in file name
Seeing as how this thread is revived anyway... @mikeisfly... the script looks ok, but I'd like to make a few suggestions. 1) Check to mark sure the length is at least 8 before taking the substring. Not too sure how well Powershell would handle it, but at the worst case, it could mess up the operati...
- Sun Nov 20, 2016 10:23 pm
- Forum: General MakeMKV discussion
- Topic: _ (underscore) in file name
- Replies: 12
- Views: 26758
Re: _ (underscore) in file name
Here is a script that I made to help with renaming the output files (replaces "_" with " " and deletes the "_txx") and moves the files into their own directories. <# Arthor: Michael A. Gates contact: mikeisfly on the makemkv forum This file was created to make your life...