Re: Burning a CD from Python



Luis Medinas <lmedinas gnome org> wrote:

> Try looking at libburnia python bindings (which seem very
> outdated/experimental) or use directly
> cdrkit/cdrtools via direct syscalls system() or popen() which is what
> brasero does.

Writing CDs/DVDs/BDs needs additional privileges that would cause a security 
problem in case you try to encapsulate the burning process into a native 
library.

The clean and secure way is to call cdrecord, as cdrecord has been audited for 
security, which is not the case for an application that uses a burn library.

Jörg

-- 
 EMail:joerg schily isdn cs tu-berlin de (home) Jörg Schilling D-13353 Berlin
       js cs tu-berlin de                (uni)  
       joerg schilling fokus fraunhofer de (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]