Tim Selander wrote:
I work for a TV production house, and we offer past programs to our
audience on DVDs. Sell maybe 100 a month.

I would like to use Livecode to catalog the programs (no problem there,
I can do that), and then be able to burn a DVD. All our programs are on
HDD, ready to burn. I can handle everything but burning to DVD.

Are there any commands/libraries/externals that would let me, from
within Livecode, send the data I've picked up to a DVD burner?

What platform are you using?

The simplest method may be to use some intermediary scripting language, like shell scripts, AppleScript, or VBScript to send the parameters to the DVD software.

In Ubuntu (and most other Linux flavors) this could be done through Brassero's command-line interface, making shell calls from LiveCode.

I would imagine most similar DVD packages on other platforms are also scriptable.

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 [email protected]                http://www.FourthWorld.com

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to