I need to to rename a large number of files following a specific format. An example of the current filename format is as follows:
A B C.mp4 (where A, B and C represent artist, title and album respectively, and all are lowercase.)
The naming format I need is:
C – B (A).mp4
All names need to be properly capitalized as well, as in the current setup the entire filename is lowercase.
Do any of the usual suspects support a batch rename in this manner?