• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Getting capture date of a photo
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting capture date of a photo


  • Subject: Re: Getting capture date of a photo
  • From: Shane Stanley <email@hidden>
  • Date: Tue, 20 Mar 2018 22:24:09 +1100

On 20 Mar 2018, at 9:51 pm, Shane Stanley <email@hidden> wrote:
>
> You can use a command-line tool to get the XMP metadata.

Actually, I think this should get you all the metadata:

use AppleScript version "2.4" -- Yosemite (10.10) or later
use framework "Foundation"
use scripting additions
use script "BridgePlus" version "1.3.2"

load framework
set theMetadata to (current application's SMSForder's
metadataFromImage:"/path/to/image" |error|:(missing value)) as record

It requires the BridgePlus library.

--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>, <latenightsw.com>


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >Re: Getting capture date of a photo (From: Luc Naets <email@hidden>)
 >Re: Getting capture date of a photo (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: Getting capture date of a photo
  • Next by Date: Re: Applescript in El Capitan Mail rule processes the wrong message
  • Previous by thread: Re: Getting capture date of a photo
  • Next by thread: booleans...
  • Index(es):
    • Date
    • Thread