Re: How to add keywords to photos in iPhoto?
Re: How to add keywords to photos in iPhoto?
- Subject: Re: How to add keywords to photos in iPhoto?
- From: "Mark J. Reed" <email@hidden>
- Date: Fri, 5 Dec 2008 16:55:56 -0500
On Fri, Dec 5, 2008 at 4:24 PM, Dalmazio Brisinda <email@hidden> wrote:
> tell application "iPhoto"
> assign keyword string imageTag
I don't have the iPhoto dictionary in front of me, so I'm just guessing, but..
1) I think you need to assign the keyword object, not the string.
That is, newKeyword, not imageTag. So if you're not making the
keyword, then you still need to look it up by the string and use the
result of the lookup (e.g. set newKeyword to first keyword whose name
is imageTag).
2) you probably also have to specify what you're assigning to, e.g.
assign keyword newKeyword to current selection
--
Mark J. Reed <email@hidden>
_______________________________________________
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