Re: iPhoto album scripting
Re: iPhoto album scripting
- Subject: Re: iPhoto album scripting
- From: Philip Aker <email@hidden>
- Date: Mon, 15 Oct 2007 17:39:25 -0700
On 2007-15-10, at 14:13, nick weldin wrote: I am trying to get a list of the photos in an iPhoto album.
I have a script that builds a list of albums and asks the user to select the album they want, and this works fine, but I want one that takes the currently selected album in iphoto and returns a list of the photos.
All of the following work OMM:
tell application "iPhoto" select album "Assorted" tell current album --count of photos --properties of photos --every photo --select photo 1 --properties of photo 1 select photo 5 end tell end tell
|
_______________________________________________
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