cdrecord frontend for dvd burning


 
Thread Tools Search this Thread
Top Forums Programming cdrecord frontend for dvd burning
# 1  
Old 11-05-2007
cdrecord frontend for dvd burning

I came across a small script called pyBurn (attached) which is a frontend for cdrecord. But it only burns cd's and doesn't even recognize my dvd-burner. I'm still learning python (very early stages) so I can't do much with it... is it possible to make it burn dvd's too?
(I'm running Ubuntu Gutsy server btw)

Thanks!
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Problems burning DVD-RW media

Hello, I have Solaris 10 U13 and I try to burn an ISO image. First try: # cdrw -i myfile.iso Looking for CD devices... Device not ready. Second try: # cdrecord dev=0,0,0 -v -multi -pad -data myfile.iso cdrecord: No write mode specified. cdrecord: Asuming -tao mode.... (3 Replies)
Discussion started by: sluge
3 Replies

2. Ubuntu

Reliable Video Editing & DVD Burning

I have just about given up trying to find a reliable package. Imagination - Pitvi - Openshot - DVD Styler are just some of those tried, but even if success has been achieved in exporting a viable result - Brasero will not burn it this includes VOB files. It seems that there is no alternative to... (1 Reply)
Discussion started by: Royalist
1 Replies

3. UNIX for Advanced & Expert Users

Multi session dvd using cdrecord

I wrote the following script after reading a tutorial, but... #!/usr/bin/ksh DATE=`date +"%y%m%d%H%M"` echo $DATE FILENAME=`echo "obase = 16\n $DATE"|bc` echo $FILENAME ... (1 Reply)
Discussion started by: jgt
1 Replies

4. Programming

gdb/mi, frontend, windows

Hi, I am doing frontend for gdb. Got such things in place: - gdb from mingw package - windows OS - sample aplication to be debugged - my application (frontend) I can open sample application under gdb and debug it. What I want is to connect somehow from my application to gdb and debug... (0 Replies)
Discussion started by: Chrisdot
0 Replies

5. UNIX for Dummies Questions & Answers

CDRECORD & Multisession

I'm new to all this cdrecord and I'm struggling trying to create backups on a DVD-RW disk using a NEC DVD writer that supports PACKET & SAO modes. I've created two cd images by: mkisofs -r -J -l -L -o /file1.iso /mnt mkisofs -r -J -l -L -o /file2.iso /mnt Then burned the first image to the... (0 Replies)
Discussion started by: ifleet2007
0 Replies

6. UNIX for Dummies Questions & Answers

best frontend for iptables?

Hi, I'm dealing with iptables on Linux, and even if I personally like text configuration, I believe in the case of a firewall would be nice to have a graphical tool. I've cheked several frontends like Vuurmuur and UIF, but I wanted to know your opinion on the subject. Thanks.. (3 Replies)
Discussion started by: piltrafa
3 Replies
Login or Register to Ask a Question
cdde(1) 																   cdde(1)

NAME
cdde - Compact Disc Detect & Execute SYNOPSIS
cdde [-c filename] [-rbvVh] DESCRIPTION
cdde is a program that detects when a cdrom drive on your system has had a disc inserted. When it finds a disc inserted in the drive it will attempt to determine the type of the disc, and execute a specified command. This means you can put in a dvd and your favorite dvd software will start, or put in a data cd and it will be automatically mounted for you. Right now cdde can detect the following types of discs: * audio cd * data cd * dvd * mixed audio/data cd * vcd * svcd * blank cdr/dvdr For now the dvd checking is just a bit of magic that checks to see if there's a "video_ts" directory on the disc. Same goes for the vcd checking: it just looks for a "vcd" directory on the disc. cdde reads its configuration from "~/.cdde.xml" unless otherwise specified on the command line. OPTIONS
-r, --run Run commands on disc already in drive when is started. -b, --batch Batch mode: check all drives once then exit. (implies -r) -c, --config <filename> Use the config file <filename>. (Default is ~/.cdde.xml) -v, --verbose Print out lots of information. -V, --version Print out version information. -h, --help Print Display this help and exit. FILES
~/.cdde.xml SEE ALSO
cdde.xml(5) AUTHORS
Eric Lathrop <eric@ericlathrop.com> Stanislav Maslovski <stanislav.maslovski@gmail.com> WEBSITE
For the latest release of cdde, see: http://cdde.sourceforge.net/ Eric Lathrop 0.3.1 cdde(1)