Installation instruction are here
Update details¶
Note
All commands should tail by image path or directory path
lat=""
lon=""
exiftool -F -overwrite_original_in_place \
"-DateTimeOriginal=2025:02:05 21:33:45" \
"-GPSLatitude=${lat}" "-GPSLatitudeRef=${lat}" \
"-GPSLongitude=${lon}" "-GPSLongitudeRef=${lon}"
Update file crated time¶
Update file crated time with timezone¶
Update file time timezone¶
Move files with no created timestamp to a directory¶
In this example the dir name is fix_ts
Copy files to dates based directory¶
This will create sorted/2025/01/29
directory