Easier way to perform complex rename operations (w/o regex)
Posted: 2015-01-30, 12:40 UTC
There are quite a few threads here in the forum dealing with quite common regex operations used for renaming files.
What about collecting those cases and provide an easy way in MRT to perform these operations?
One example is changing the order of filename parts. In the case I would expect that the parts and the delimiter is detected automatically (based on first file) and the user can click on a button '[S#] Filename part'. This would insert the detected filename parts as [S1][S2][S3][S4] in the name field. Now the user can change this to e.g. [S1][S4][S3][S2].
Of course it must be communicated in a proper way which files won't be renamed as they don't have a common set of filename parts. The same problem also exists for performing the same operation using regex.
So the idea is to perform more complex rename operations without any regex knowledge. I think this is really something that mere mortals need and know how to use.
What about collecting those cases and provide an easy way in MRT to perform these operations?
One example is changing the order of filename parts. In the case I would expect that the parts and the delimiter is detected automatically (based on first file) and the user can click on a button '[S#] Filename part'. This would insert the detected filename parts as [S1][S2][S3][S4] in the name field. Now the user can change this to e.g. [S1][S4][S3][S2].
Of course it must be communicated in a proper way which files won't be renamed as they don't have a common set of filename parts. The same problem also exists for performing the same operation using regex.
So the idea is to perform more complex rename operations without any regex knowledge. I think this is really something that mere mortals need and know how to use.