2025-07-02: ExifTool 13.32 is now available
Quote from: Tom Cunningham on Today at 05:52:38 PMWriteValue wanted it as 2025:06:16 21:41:49-07:00.
Quote from: Ian_Exif on Today at 05:02:58 AMQuote$ exiftool -api ExtendedXMP=2 -forcewrite=xmp IMG_20250629_221951785_HDR_AE.jpg
Warning: Reading non-standard extended XMP (GUID 8D0376C590E59E0CE8E2CAE1C75072DF) - IMG_20250629_221951785_HDR_AE.jpg
1 image files updated
The warning is gone when processing the file after this, `Is Auto Enhanced` is retained, `XML Toolkit` changes from `Adobe XMP Core 5.1.0-jc003` to `Image::ExifTool 13.10`.
Quote$ exiftool -api ExtendedXMP=2 -XMP:All IMG_20250629_221951785_HDR_AE.jpg
XMP Toolkit : Adobe XMP Core 5.1.0-jc003
Special Type ID : com.motorola.camera.SpecialType.AutoEnhance
Is Auto Enhanced : True
Quote$ exiftool -api ExtendedXMP=2 -XMP:All= -TagsFromFile @ -XMP:All IMG_20250629_221951785_HDR_AE.jpg
Warning: Reading non-standard extended XMP (GUID 8D0376C590E59E0CE8E2CAE1C75072DF) - IMG_20250629_221951785_HDR_AE.jpg
1 image files updated
Quote$ exiftool -api ExtendedXMP=2 -XMP:all= -TagsFromFile @ -XMP IMG_20250629_221951785_HDR_AE.jpg
Warning: Reading non-standard extended XMP (GUID 8D0376C590E59E0CE8E2CAE1C75072DF) - IMG_20250629_221951785_HDR_AE.jpg
Warning: [minor] Entries in IFD0 were out of sequence. Fixed. - IMG_20250629_221951785_HDR_AE.jpg
1 image files updated
Quote$ exiftool -api ExtendedXMP=2 -forcewrite=xmp IMG_20250629_221951785_HDR_AE.jpg
Warning: Reading non-standard extended XMP (GUID 8D0376C590E59E0CE8E2CAE1C75072DF) - IMG_20250629_221951785_HDR_AE.jpg
1 image files updated
exiftool -api ExtendedXMP=2 -XMP:all= -TagsFromFile @ -XMP FILES
to fix all my files as it seems to make the least changes to the metadata but if there's something better I'd love to know.