I rename all my pics according to "yyyyMMdd_hhmmss ...". With JPEGs, BRU works fine but not with PNGs that are created as screenshots on iPhones.
In group "Auto Date (8)" in the drop-down-list of "Type" there is no selection returning the right date (creation oder modification date of the PNG on the iPhone).
One problem arrives from the fact that BRU cannot access directly the picture on iPhone in their directory - it is possible to click through to this directory, but then the directory looks in BRU empty, As a result, I have first to copy all files from Iphone to my HDD with windows explorer,- but then all filedates (creation, modification, accessed) become the actual value of the copy action. Espessially if the screenshots are copied a couple of days after they were taken in another time zone, it is troublesome to reconstruct the correct day and time (a little help is that the time as hh:mm is mostly on top of every screenshot, but not the date).
With the help of exiftool and the gui I found, that the required data are available in the metadata of th PNG, in the Xmp-values as "DateCreated". Well, I could execute
- Code: Select all
-charset filename=latin "-FileName<XMP:DateCreated" -d "%Y%m%d_%H%M%S %%f.%%e"
and this works (apart that when executed from exiftool-GUI-commandline an access violation at address ... will be reported) - but isn't there a more convenient solution with BRU GUI? Of course, I could pack this code into a little bat-file (then it works without access violation) ... but I do not feel lucky with administering bat-files, one for every special purpose - in times of GUIs.
W732EN
BRU V 3.4.0.0
Regards, Gerhard