• 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
scripting iDVD
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scripting iDVD


  • Subject: scripting iDVD
  • From: Simone Paoletti <email@hidden>
  • Date: Fri, 17 Oct 2008 17:39:11 +0200

Hello,
 I'm quite a newby to applescripting ...

 I'm trying to send a QuickTime movie to iDVD for burning.
 I know there is an Automator function available for download,
 but I'd like to understand how to make it via applescript.

 This is what I tried:

set theMovie to "/Users/simone/4.mov"
set moviepath to (POSIX file theMovie) as text
-- display dialog moviepath
tell application "iDVD"
	activate
	start magic iDVD 1 theme "Theater" title "MyTest"
	add movie for magic iDVD 1 with path moviepath
	create magic iDVD 1
end tell


What I get is iDVD activating and stopping at the opening panel (the one where we chose either a new project, a magic iDVD and so on ...) I get no magic iDVD project created ...

Does anyone have some hint ?
Thanks a lot,

 Simone
_______________________________________________
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
  • Prev by Date: Re: .mac sync now
  • Next by Date: Re: .mac sync now
  • Previous by thread: page loading in Safari
  • Next by thread: [Resolved] GU I scripting and Airport passwords
  • Index(es):
    • Date
    • Thread