Re: CD Burning

2006-04-05 Thread Tim Golden
Albert Leibbrandt wrote: Hi Can anybody tell me which windows API or python module they are using for writing cd's / dvd's with python? Other people have offered sound suggestions about using cdrecord etc. under Cygwin. Just to make the point, though, XP (and above, presumably) does have an

Re: CD Burning

2006-04-05 Thread Gregory PiƱero
Nero has a commandline utility called NeroCMD.exe (not sure if you needed a free solution or not) Here's some sample code and write-up using NeroCMD.exe with Python: http://www.answermysearches.com/index.php/nerocmdexe-and-python-automating-the-burning-process/10/ -Greg On 5 Apr 2006 00:46:16

CD Burning

2006-04-04 Thread Albert Leibbrandt
Hi Can anybody tell me which windows API or python module they are using for writing cd's / dvd's with python? Thanks Albert -- http://mail.python.org/mailman/listinfo/python-list

Re: CD Burning

2006-04-04 Thread Sybren Stuvel
Albert Leibbrandt enlightened us with: Can anybody tell me which windows API or python module they are using for writing cd's / dvd's with python? I'd install cygwin and use cdrecord. That seems the easiest way to go about burning disks to me. Sybren -- The problem with the world is

Re: CD Burning

2006-04-04 Thread hugonz
Hi, I used cdrecord, albeit on Linux, to do it. Someone already suggested to use Cygwin for that. I'll just drop a piece of code I wrote for getting the percentage of advance when recording sound, with cdrecord. Here it is (wraps cdrecord): #!/usr/bin/env python Canonizer: will open up a

cd burning

2006-03-31 Thread DK
i was wondering if there had been any recent development of python modules that enables cd writing capabilities. specifically, i'm looking to produce audio cds from ogg files on a win32 envrionment. any leads will be greatly appreciated... -- http://mail.python.org/mailman/listinfo/python-list

Re: cd burning

2006-03-31 Thread RunLevelZero
I am hopeing something has developed myself. I have been waiting awhile. I simply don't want to use cdrecord or cdrdao. If I had the know how I would be working on it but I believe this is a massive undertaking and rather hard to accomplish. I do hope this happens very soon though. Libburn