Hi,
I tried different solutions, and looked for answers in the forum, but without success.
I can’t test if a photo belongs to a given album.
For example, the following script gets an error :
tell application "iPhoto"
set albumTOTO2 to album "TOTO2"
set theSet to every photo of album "TOTO"
set unePhoto to item 1 of theSet
set theTest to (albumTOTO2 contains unePhoto)
end tell
There must be something obvious I’m missing ?
Thanks for your help,
Nicolas