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
X-CD-ROAST(1)						      General Commands Manual						     X-CD-ROAST(1)

NAME
xcdroast - graphical frontend to create or copy CDs. SYNOPSIS
xcdroast [-d <debug-level>] [-c <config-directory>] [-l <lib-directory>] [-o] [-n] [-i] [-w] [-a] [-f "<list of scsi-devices>"] [--display <display>] [--no-xshm] DESCRIPTION
xcdroast is a program-package dedicated to easy CD creation. It combines command line tools like cdrecord, cdda2wav, readcd and mkisofs into a graphical user interface. With a few simple mouse-clicks you can copy or create your own CDs, without long study of any command line parameters. OPTIONS -d <debug-level> Run X-CD-Roast in debug mode, which causes a lot of text to be output on the console. Set the debug-level to 10 and reproduce the problem to generate a useable bug-report. -c <config-directory> Sets the directory where X-CD-Roast should look for the config files. By default this is set to $HOME/.xcdroast. -l <lib-directory> Sets the directory where X-CD-Roast should look for its library files (like icons, translations and sounds). By default this is /usr/lib/xcdroast-0.98 or /usr/local/lib/xcdroast-0.98 (depends on your installation). -o This disables multibyte font support. This might be handy when you have problems to display some special characters in the on-screen texts. (e.g. german umlauts) -n Disables the cdrtools version check and allows X-CD-Roast to start when even wrong versions of cdrecord, mkisofs, readcd or cdda2wav are installed. Use at own risk! This also overrides the forced exit when you don't meet the 800x600 minimal resolution requirement. -i Ignore the result of the SCSI-scan. Allows to start X-CD-Roast even when no devices (CD-Reader or Writer) could be found. This way you can use X-CD-Roast still for mastering images. -w Don't use cdrecord-ProDVD, even when it is installed. Sometimes it may be desireable to use only the free version of cdrecord. In this case you can disable ProDVD support here without needing to deinstall the ProDVD-binary. -a Disable additional scans for CD-Writers or CD-Readers. In addition to the usual SCSI transport support (generic scsi), X-CD-Roast also supports the experimental ATA-transport of the latest linux kernels. If you set this option then this extra support will be disabled. -f "<list of scsi-devices>" Will not scan for devices, but force X-CD-Roast to use the given ones (semicolon seperated list). Most useful on AIX or OpenBSD sys- tem where scanning fails. Can be also used to use remote-SCSI devices. --display <display> Use the designated X display. --no-xshm Do not use the X Shared Memory extension. If X-CD-Roast is being displayed on a remote X server, this probably needs to be enabled. Also useful for any X server that doesn't properly support the X shared memory extension. This will result in slower performance than with X shared memory enabled. Multiple concurrent instances It is possible to start X-CD-Roast more than once at the same time. This way you can write to several CD-Writers if your system can handle the load. You have to start each instance of X-CD-Roast with the -f 'devicelist' option where you tell it which device should be used. Without that option X-CD-Roast would scan automatically for devices, which could interrupt the other X-CD-Roast process. Be sure to give each instance of X-CD-Roast own devices. Also note that writing two CDs at the same time requires that the writers are at a own IDE bus each. (Real SCSI devices should be fine.) Example: Start the first instance 'xcdroast -f "0,0,0"' and the second with 'xcdroast -f "0,1,0;0,2,0"'. This way the first instance would use the device named 0,0,0 and ignore the others, and the second instance would only use 0,1,0 and 0,2,0. See the X-CD-Roast Setup-Menu about the device numbers. BUGS
This 'man' page is to short. Really useable information can be found in the extra documenation included with X-CD-Roast and in the FAQ on http://www.xcdroast.org AUTHOR
Thomas Niederreiter <tn@xcdroast.org> Homepage of X-CD-Roast: http://www.xcdroast.org SEE ALSO
cdrecord(1), cdda2wav(1), readcd(1), mkisofs(8). Version 0.98alpha13 01 Jan 2003 X-CD-ROAST(1)