Re: Image Meta data Question
Re: Image Meta data Question
- Subject: Re: Image Meta data Question
- From: John McKenzie <email@hidden>
- Date: Wed, 30 Apr 2008 15:33:28 -0400
On Apr 30, 2008, at 2:15 PM, Martin Orpen wrote:
It is in the PhotoShop ÒInfoÓ screen but not the list.
...
Martin, what am I doing wrong here? Is ÒKeywordsÓ not available to this methodology?
Dunno what you're doing wrong because getting keywords works just the same as any other metadata:
tell application "Finder" to set theFile to choose file set foo to POSIX path of theFile set bar to (do shell script "mdls -name kMDItemKeywords " & quoted form of foo)
I believe Oakley wants to use Adobe XMP metadata (which is visible within Photoshop's File Info panel), not Spotlight metadata.
Oakley -- I have only just looked into this a bit myself, and yes it is possible to do so without opening Photoshop, but I doubt from within AppleScript. Perhaps you should start here:
-- John |
_______________________________________________
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