I am looking to change any file names in my photo folder (whether they are "-289" or anything else). I have applied the date taken {createddate} to the new filename. That works. I have used (.*) as the old name. I want the format to follow datetaken (no dahses or spaces) and then an underscore and then time in hour and without space AM/PM.
Here's a couple of examples:
Old: -289 New: 20200820_6PM
Old 2020-08-20 New 20200820_6PM
What I am facing is:
- I want to remove all elements of the filename from old and start fresh.
- I want to rename all photos as date taken then time taken in this format: 20200420_5PM
I have the regex for the datetaken and time. But I can't get the dashes out of the date.
Currently it is showing as "2020-04-20_6PM"
How do I remove the dashes from the date taken?
I have tried regex plus find and replace but cannot really understand how it is used or any examples or more in-depth tutorials that would help me in my situation. So sorry if I missed something. I have tried retrofitting some add spaces presets, etc but I can't figure it out.
I am using latest version of DOpus (v.12.20.03 BETA x64)
Any help would be greatly appreciated. Again, sorry if this is a stupid question.