I have a bunch of video files that I would like to rename (and tag if possible). Many have names such as the following:
movie.name.(extended).(year).resolution
I want to replace the periods with a space.
I want to change the ()'s to []"s only for the year, but leave the ()'s for extended.
I want to capitalize every word, including of and the.
Not all file names are formatted the same, so I am hoping for some sort of logic on how to accomplish this.
Thanks.