Re: CD insert/eject detection

2007-03-13 Thread [EMAIL PROTECTED]
I've never used it myself, but pygame (based on SDL - so it should work for MS Windows, Linux, and Apple OSX) has a CD module with some potentially useful functions, CD.eject() and CD.get_empty(). http://www.pygame.org/docs/ref/cdrom.html#pygame.cdrom.CD -sjbrown On Mar 13, 7:54 am, "Mark Bryan

Re: CD insert/eject detection

2007-03-13 Thread Diez B. Roggisch
Mark Bryan Yu wrote: > On Mar 13, 11:07 am, Larry Bates <[EMAIL PROTECTED]> wrote: >> Mark Bryan Yu wrote: >> > Hi, >> >> > I'm trying to make a Audio CD ripper using python. >> >> > is there a way (library, module, etc) to detect when a CD was inserted >> > or ejected? >> >> That is going to be O

Re: CD insert/eject detection

2007-03-13 Thread Mark Bryan Yu
On Mar 13, 11:07 am, Larry Bates <[EMAIL PROTECTED]> wrote: > Mark Bryan Yu wrote: > > Hi, > > > I'm trying to make a Audio CD ripper using python. > > > is there a way (library, module, etc) to detect when a CD was inserted > > or ejected? > > That is going to be OS dependent, so please share with

Re: CD insert/eject detection

2007-03-13 Thread Larry Bates
Mark Bryan Yu wrote: > Hi, > > I'm trying to make a Audio CD ripper using python. > > is there a way (library, module, etc) to detect when a CD was inserted > or ejected? > That is going to be OS dependent, so please share with us what OS you are on? -Larry -- http://mail.python.org/mailman/li

CD insert/eject detection

2007-03-13 Thread Mark Bryan Yu
Hi, I'm trying to make a Audio CD ripper using python. is there a way (library, module, etc) to detect when a CD was inserted or ejected? -- http://mail.python.org/mailman/listinfo/python-list