[Pythonmac-SIG] CD burning

Bob Ippolito bob at redivi.com
Fri Sep 30 16:00:58 CEST 2005


On Sep 30, 2005, at 9:26 AM, Simon Brunning wrote:

> Is it possible to programmatically burn a CD with Python. Or indeed
> from the shell, as a pinch?

I'm pretty sure you can talk to the DiscRecording framework from  
PyObjC, and IIRC Mac OS X ships with a full suite of tools for  
burning stuff from the command line (though I don't recall the names  
of the tools).  You can also download and compile cdrtools and use  
mkisofs and cdrecord.

-bob



More information about the Pythonmac-SIG mailing list