scripting iDVD
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