• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
How to add a photo to an album in iPhoto?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to add a photo to an album in iPhoto?


  • Subject: How to add a photo to an album in iPhoto?
  • From: Sarat Kongara <email@hidden>
  • Date: Sat, 27 Nov 2004 10:55:32 -0800

Hi,
I am an AppleScript Newbie. I am trying to add a photo to a specific
album in iPhoto using ApppleScript.

Here is what I got so far

tell application "iPhoto"

  if not (exists album "Sample Album") then
			new album name "Sample Album"
 end if

import  file from  ":Users:sarat:Documents:Photo1.jpg"  to album "Sample Album"

end tell

The album is created but the photo is not imported and I don't get any
error in Script Editor. Any help is really appreciated.

Thanks
Sarat
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Decompiler?
  • Next by Date: Re: Address book: how to create a copy of a person?
  • Previous by thread: Re: Decompiler?
  • Next by thread: Creating records and setting fields in FM 6.0
  • Index(es):
    • Date
    • Thread