Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > CD Writing Modules?

Reply
Thread Tools

CD Writing Modules?

 
 
Richard Livsey
Guest
Posts: n/a
 
      10-21-2003
Hi, I'm fairly new to python but am liking what I see so far.

I'm in the process of writing a network controlled mp3 player based on
Twisted and I want to add the ability for it to write CDs (so you would
queue up a selection of songs and be able to play or burn them etc..)
but I cannot find much out there on how to do this with python.

The mp3 player will be running Linux (not sure of the distro yet, its
currently working with Windows but I want to change that ASAP) but
ideally I would like it to be as cross platform as possible.

Thanks in advance.

--
R.Livsey
Incutio Web Developer
www.cache-22.co.uk
www.incutio.com



 
Reply With Quote
 
 
 
 
John J. Lee
Guest
Posts: n/a
 
      10-21-2003
Richard Livsey <> writes:
[...]
> Twisted and I want to add the ability for it to write CDs (so you
> would queue up a selection of songs and be able to play or burn them
> etc..) but I cannot find much out there on how to do this with python.


Just invoke an external process to do it.


> The mp3 player will be running Linux (not sure of the distro yet, its
> currently working with Windows but I want to change that ASAP) but
> ideally I would like it to be as cross platform as possible.

[...]

I think cdrecord has a Windows port. Maybe cdrdao and the others,
too. Not sure which of those is currently nearest to all-singing,
all-dancing -- in the past you had to use a different tool for every
CD mode, it seemed.


John
 
Reply With Quote
 
 
 
 
JanC
Guest
Posts: n/a
 
      10-22-2003
(John J. Lee) schreef:

> I think cdrecord has a Windows port. Maybe cdrdao and the others,
> too.


Both cdrecord and cdrdao are available for Windows.

The rather well-known freeware CD burn program "Burnatonce" is in fact a
Visual Basic frontend for cdrdao & mkisofs...

--
JanC

"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Writing a program to create a wireless connection. =?Utf-8?B?bWJvd3llckBwdXJkdWUuZWR1?= Wireless Networking 1 10-05-2005 12:59 PM
writing email problems? Bri Firefox 1 05-12-2005 03:03 AM
Any problems with writing the information into a file - Multi-users perform writing the same file at the same time ???? HNguyen ASP .Net 4 12-21-2004 01:53 PM
Unhandled exception in FileStream when writing to a full disk - bug in framework? Amit ASP .Net 8 08-04-2003 03:34 PM
A failure occurred writing to the resources file. Access is denied. -- RESX file is locked? -- WHY? Mark Kamoski ASP .Net 1 07-04-2003 12:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57