Page 2 of 3
Re: Problem with "Set Created Date to EXIF"
Posted: 24 Sep 2023 15:09
by SL09
https://1drv.ms/f/s!AvCWnHRSWpkGjyHeL-m ... H?e=1Mo6bB
(the usability of MS Drive has decreased drastically, but direct download seems still possible)
- the .CR2 presents no problem at all: the Beta sets the Created date to EXIF
- the .dng produces the known error message "Could not retrieve EXIF date."
Re: Problem with "Set Created Date to EXIF"
Posted: 24 Sep 2023 18:21
by admin
Select the DNG file and run this through the XY address bar: echo get("exif", 0x9003); Any return?
Re: Problem with "Set Created Date to EXIF"
Posted: 24 Sep 2023 19:00
by SL09
Beta:
I get a window "XYplorer - Scripting"
with
"File: (Internal)
Script: (Untitled)" [light grey]
"1 echo get("exif", 0x9003);"
Regular version: the same thing, in German
Re: Problem with "Set Created Date to EXIF"
Posted: 24 Sep 2023 19:06
by SL09
... same text with the .CR2
and with .JPGs:
another window (i) Echo / the real date the foto was taken
Re: Problem with "Set Created Date to EXIF"
Posted: 24 Sep 2023 19:25
by admin
Hmm, Scripting | Step Mode is ticked? Untick it.
Re: Problem with "Set Created Date to EXIF"
Posted: 24 Sep 2023 20:05
by SL09
... is NOT ticked (in regular and Beta)
Re: Problem with "Set Created Date to EXIF"
Posted: 24 Sep 2023 20:11
by SL09
...
Re: Problem with "Set Created Date to EXIF"
Posted: 25 Sep 2023 08:28
by admin
Well, that means no chance for the DNG. Can you even preview/thumbnail it?
Re: Problem with "Set Created Date to EXIF"
Posted: 25 Sep 2023 10:12
by SL09
> no chance for the DNG. Can you even preview/thumbnail it?
The preview works
- in the Beta as well in the stable version 24.90.0100
- with .CR2, .dng, .jpg
As it seems, a problem lies in this command:
echo get("exif", 0x9003);
- the results are the same in the Beta (xyplorer_24.90.0137_beta_noinstall.zip) = the latest
AND in the stable version
i.e. with the .CR2 the same window appears as with the .dng; only with .jpg the correct info is displayed as "Echo" box. Error code is also the same for .png and .CR2 : (!) GCBFF:
I discovered the [Continue] button: after clicking it, an empty "Echo" window appears.
... but this would mean "no chance for the CR2" - which as we know is not true ...
With ExifToolGUI, I see the following infos:
in the .CR2 and .jpg:
- in section ---- ExifIFD ----
'CreateDate' and 'DateTimeOriginal' - both correct, the data I am dreaming of
('FileCreateDate' is shown in "---- System ----", this is the wrong data, apparently a FILE property)
in the .dng:
- in section ---- IFD0 ----
only 'DateTimeOriginal'
('FileCreateDate' in "---- System ----")
So you would have to get 'DateTimeOriginal' {ExifToolGUI shows no 0xNNNN}
for .dng in another section: "IFD0" instead of "ExifIFD"
Re: Problem with "Set Created Date to EXIF"
Posted: 25 Sep 2023 11:57
by admin
Should work a bit better in the next beta.
Re: Problem with "Set Created Date to EXIF"
Posted: 25 Sep 2023 12:31
by SL09
with Beta .0138, there is a new error message for the .CR2 and .png:
GCBFF: - Status=2 - <filename with path>
.jpg still work OK
Re: Problem with "Set Created Date to EXIF"
Posted: 25 Sep 2023 14:22
by SL09
.dng, not .png ...

Re: Problem with "Set Created Date to EXIF"
Posted: 26 Sep 2023 11:11
by admin
So I guess it works now?
Re: Problem with "Set Created Date to EXIF"
Posted: 27 Sep 2023 08:35
by SL09
> So I guess it works now?
'png' was just a typo - I never tried with .PNG since they contain NO EXIF data ...
Now with Beta 25.00.0000, there is partial success, but in a completely unexpected way:
[echo get("exif", 0x9003);] is now OK with .DNG [Echo DNG.jpg] - but still gives the "new" error message (in the script window) for .CR2
for the actual command 'Set Created date to EXIF' it is the inverse (??!)
- for .CR2, the correct date is set - as in the stable versions; the temporary dysfunction has been cured
- but not for .dng !! [Timestamp DNG 25.00.jpg]
btw same error for 'Set Modified date to EXIF' - 'Set Modified date to Current' works OK
So now the time_date of the .dng is found, but "cannnot" be applied ...
Re: Problem with "Set Created Date to EXIF"
Posted: 27 Sep 2023 08:37
by SL09
... + the screenshots ...