Re: iPhoto Keyword Export Question
Re: iPhoto Keyword Export Question
- Subject: Re: iPhoto Keyword Export Question
- From: Axel Luttgens <email@hidden>
- Date: Tue, 6 Jan 2009 14:39:57 +0100
Le 6 janv. 09 à 01:03, Chris Glowacki a écrit :
Hi All,
A question of form/syntax. I currently use the loop below to create
a list of tagged photo on iPhoto to export by keyword. I would like
to do this more quickly and with a more compact syntax.
[...]
For example (and this in NOT correct) : get POSIX path of every
photo of album x
Hello Chris,
According to iPhoto's dictionary, a photo has an "image path" property
(but you knew it, as demonstrated by your sample script ;-) )
So, this one works here:
tell application "iPhoto" to get image path of photos of album
"somename"
and returns a list of strings which could then be converted into file
references, for example through "POSIX file".
and have it return a list of files that can be manipulated with the
Finder 'duplicate' command?
But it is unclear from your sample script how the "export_key_list"
list gets filled, and why it is structured as a list of list of
photos. Could you elaborate, as there are perhaps several ways to
achieve what you want to do?
Axel _______________________________________________
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