Hello,
I have a need to rename files that are named the same but with different extensions. Basically here is the problem. I have a Movie Jukebox library and each film has a few files associated with it. For example:
Star Trek [2009] BLU-RAY.mkv
That is the main title. However, for my jukebox software, there are also companion files for the meta data, the poster and fanart. Unfortunately, the program used to generate these screwed up and named all the companion files all lowercase:
star trek [2009] blu-ray.jpg
star trek [2009] blu-ray.nfo
star trek [2009] blu-ray.fanart.jpg
So I'd like to be able to rename the companion files to MATCH the case of the master file. So sort of a compare rename function... Simply using Sentence case will not work because certain movie names don't necessarily have a matching set of casing such as sentence or upper or lower. There is a lot of case mixing.
Original file name data is gathered from IMDb.com
Thank you so much for your help!
Cheers
Manny