Jump to content
You must now use your email address to sign in [click for more info] ×

Twilkie

Members
  • Posts

    2
  • Joined

  • Last visited

  1. For those on a Mac affected by this issue who still have access to there original files you can use exiftool to fix the dates. http://www.sno.phy.queensu.ca/~phil/exiftool/index.html Navigate to the original Folder. Use the following command to extract the CreatedDate: exiftool -createdate -S * | awk 'BEGIN { FS = " " } ; { print $2 " " $3 }' | sed 'N;s/\n/ /' | awk 'BEGIN { FS = " " } ; { print "exiftool -createdate=\""$2 " " $3 "\" " $1 }' | sed 's/NEF/jpg/g' It is possible that you have to change this command to accommodate your needs. As you see on the end of the command line. My orignial file's where Nikon raw's called NEF. My exported are jpg's. This command gives you a list of commands like so: exiftool -createddate="2016:03:11 18:48:52" DSC_0064.jpg exiftool -createddate="2016:03:11 18:48:57" DSC_0065.jpg .... Copy all these line and navigate to your exported pictures with wrong dates in there exif. Paste the commands press enter. All your exported filed are fixed. Many thanks to the makers of exiftool.
  2. Just found out this bug the hard-way. Around 500 pictures in my Photos library, Google Photos Backup, iCloud and on my VPS are now dated wrong. I can now start cleaning up this mess. What's even worse is that this is a bug reported on these forums in september 2015... that's almost a whopping 9 months ago. Common guys, this is ridiculous, so far for the Lightroom alternative for me.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.