I am trying to use python to rename over 1000 files in a windows directory that have this naming convention:
The.Woman.In.Black.2012.720p.BluRay.x264
The desired naming convention is: The Woman In Black {2012}
The only important things I need from the original name are the title and date....
I have tried using different variations of string manipulation and I am not getting anywhere. I need help getting started.
I understand I should use the os module to rename files, but what procedure should I try and use to do this task?
Any help would be greatly appreciated. Thanks.