Bulk Image Rename: Keep similarity
Posted: 30 May 2016 23:45
Hi, I have a directory with multiple photos of the pattern
where sometimes files with the same filename but different extensions exist.
Now, I want to rename them from exif data (date, time) with a specific pattern and add a counter (and if possible, lowercase extensions), but files that had the same file name before should have it also afterwards, e.g.
I found out how to rename files using time stamps and add counters, but failed to retain the filename similarity when adding counters... Is there any solution/script I could use?
ABC_1111.JPG ABC_1112.JPG ABC_1113.JPG ABC_1113.NEF ABC_1114.JPG ...
where sometimes files with the same filename but different extensions exist.
Now, I want to rename them from exif data (date, time) with a specific pattern and add a counter (and if possible, lowercase extensions), but files that had the same file name before should have it also afterwards, e.g.
20160130_Bla_001.jpg 20160130_Bla_002.jpg 20160130_Bla_003.jpg 20160130_Bla_003.nef <-- same file name as jpg 20160130_Bla_004.jpg ...
I found out how to rename files using time stamps and add counters, but failed to retain the filename similarity when adding counters... Is there any solution/script I could use?