#1 : 12/02-24 03:03 Dino
Posts: 2
|
Hello,
I am new to this and would appreciate some assistance. I am attempting to use the New Name Renaming Method and I am using the following- <Img Year>-<Img Month>-<Img Day> <Img Hour>h<Img Min>m<Img Sec>s<Img SubSec> <ExifTool:FileName> I am getting this as my new file name..... 2023-10-07 17h13m04s80 DSC_5664.JPG.JPG the .JPG.JPG at the end is the problem, I would like the newfilename to be 2023-10-07 17h13m04s80 DSC_5664.JPG When i do the <ExifTool:FileName> is there a way to do a substr or rsubstr or something else to get what i want? Thanks, Dino |
#2 : 12/02-24 06:33 Styb
Posts: 117
|
Reply to #1:
I think the easiest way is to add the Remove method: Remove count: 3 Starting at: 1 Backwards Apply to: Extension See the following pic: https://i.postimg.cc/xT55ZL6J/Img49.png |
#3 : 12/02-24 14:42 Miguel
Posts: 147
|
Hi.
Replace: .JPG Replace with: Apply to name. Miguel |