You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed some strange renaming and could not figure out what the problem could be and how to solve it. But it messes with the filenames of the pictures.
I have a pictures with the following exif data: { "SourceFile": "/Volumes/1TB/_INPUT_/2015/07/09/20150709-004718/4P1B8404.JPG", "File:FileModifyDate": "2015:07:08 20:38:18+01:00", "File:FileAccessDate": "2020:07:20 17:13:29+01:00", "File:FileInodeChangeDate": "2017:10:30 18:27:52+00:00", "EXIF:ModifyDate": "2015:07:08 20:38:19", "EXIF:DateTimeOriginal": "2015:07:08 20:38:19", "EXIF:CreateDate": "2015:07:08 20:38:19", "MakerNotes:TimeZone": "+00:00", "MakerNotes:TimeZoneCity": "Azores", "MakerNotes:DaylightSavings": "On", "EXIF:SubSecTime": "00", "EXIF:SubSecTimeOriginal": "00", "EXIF:SubSecTimeDigitized": "00", "Composite:SubSecCreateDate": "2015:07:08 20:38:19.00", "Composite:SubSecDateTimeOriginal": "2015:07:08 20:38:19.00", "Composite:SubSecModifyDate": "2015:07:08 20:38:19.00" },
which is being moved / renamed to the final location like this:
I suppose it is related to the TimeZoneCity, but how can this be turned off and what is the original timestamp? Because Finder is displaying the time without timezone adjustments.
Any explanation and how to work around that? Thank you!
The text was updated successfully, but these errors were encountered:
Hey, first thanks for this great tool!
I noticed some strange renaming and could not figure out what the problem could be and how to solve it. But it messes with the filenames of the pictures.
I have a pictures with the following exif data:
{ "SourceFile": "/Volumes/1TB/_INPUT_/2015/07/09/20150709-004718/4P1B8404.JPG", "File:FileModifyDate": "2015:07:08 20:38:18+01:00", "File:FileAccessDate": "2020:07:20 17:13:29+01:00", "File:FileInodeChangeDate": "2017:10:30 18:27:52+00:00", "EXIF:ModifyDate": "2015:07:08 20:38:19", "EXIF:DateTimeOriginal": "2015:07:08 20:38:19", "EXIF:CreateDate": "2015:07:08 20:38:19", "MakerNotes:TimeZone": "+00:00", "MakerNotes:TimeZoneCity": "Azores", "MakerNotes:DaylightSavings": "On", "EXIF:SubSecTime": "00", "EXIF:SubSecTimeOriginal": "00", "EXIF:SubSecTimeDigitized": "00", "Composite:SubSecCreateDate": "2015:07:08 20:38:19.00", "Composite:SubSecDateTimeOriginal": "2015:07:08 20:38:19.00", "Composite:SubSecModifyDate": "2015:07:08 20:38:19.00" },
which is being moved / renamed to the final location like this:
sortphotos --keep-filename --recursive --sort %Y/%m-%b_%y --rename %Y-%m-%d_%H%M%S /INPUT/ /SORTED/
When executing the script everything seems fine, but on renaming it changes the timestamp:
Source: /INPUT/4P1B8404.JPG Date/Time: 2015-07-08 19:38:18 Corresponding Tags: File:FileModifyDate Destination (move): /SORTED/07-Jul_15/2015-07-08_193818.jpg
I suppose it is related to the TimeZoneCity, but how can this be turned off and what is the original timestamp? Because Finder is displaying the time without timezone adjustments.
Any explanation and how to work around that? Thank you!
The text was updated successfully, but these errors were encountered: