Updating values for OffsetTime* Tags and TimeZoneOffset updates ThumbnailOffset

Started by jotzet79, April 24, 2020, 09:46:27 AM

Previous topic - Next topic

jotzet79

Hello,

When I'm updating an Image file via JSON using Tags

[{
  "SourceFile": "/Users/xyz/Pictures/Events/IMG_2086.JPG",
  "EXIF:OffsetTimeOriginal": "-04:00",
  "EXIF:OffsetTime": "-04:00",
  "EXIF:OffsetTimeDigitized": "-04:00",
  "EXIF:TimeZoneOffset": "-4 -4"
}]

and executing the update via the following Command Line Params
exiftool -config ./System/exiftool.cfg -V5 -G0 -a -ee -u -b -j=upd.json /Users/xyz/Pictures/Events/IMG_2086.JPG
it apparently also updates   "EXIF:ThumbnailOffset": 2998, ->   "EXIF:ThumbnailOffset": 3050,

When I choose different tags to update this doesn't happen.  :-\

Thank you for some insights,
Joachim




Phil Harvey

...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

jotzet79