Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

applescript, iphoto; how to select more than one objects of an album

-- the following script selects one photo:

tell application "iPhoto"

select photo id 4.294967471E+9

end tell

--

-- the following script does not select any photo;

tell application "iPhoto"

select {photo id 4.294967471E+9, photo id 4.294967473E+9}

endtell

--

-- how do I have to select a list of photos?

MacBook Pro

Mac OS 10.10.4

iPhoto Version 9.6.1

Skript-Editor Version 2.7

AppleScript 2.4



MacBook Pro (13-inch Mid 2012), OS X Yosemite (10.10.4)

Posted on Jul 29, 2015 8:52 AM

Reply
1 reply

applescript, iphoto; how to select more than one objects of an album

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.