fmII
Tue, May 13th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 19:49 PDT
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 cdrdao & GCDMaster - Default branch
Section: Unix

 

Added: Sat, Sep 12th 1998 22:28 PDT (9 years, 8 months ago) Updated: Thu, Sep 21st 2006 15:52 PDT (1 year, 7 months ago)


Screenshot About:
Cdrdao records audio/data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents (toc-file). Features include full control over length and contents of pre-gaps (pause areas between tracks). Pre-gaps may be completely omitted, e.g. for dividing live recordings into tracks. Control over sub-channel data like catalog numbers, copy, pre-emphasis, 2-/4-channel flags, ISRC code, and index marks are provided as well. GCDMaster is a Gnome GUI front-end that lets you import MP3 and WAV files, select track markers and cut/copy/paste audio snippets before burning.

Author:
poolshark [contact developer]

Rating:
8.61/10.00 (8 votes)

Homepage:
http://cdrdao.sourceforge.net/
Tar/BZ2:
http://prdownloads.sourceforge.net/cdrdao/cdrdao-1.2.2.tar.bz2
Changelog:
http://cdrdao.sourceforge.net/changelog.html

Trove categories: [change]
[Development Status]  5 - Production/Stable
[Environment]  Console (Text Based), X11 Applications :: Gnome
[Intended Audience]  End Users/Desktop
[License]  OSI Approved :: GNU General Public License (GPL)
[Operating System]  Microsoft :: Windows, OS/2, POSIX
[Programming Language]  C++
[Topic]  Multimedia :: Sound/Audio :: CD Audio :: CD Ripping, Multimedia :: Sound/Audio :: CD Audio :: CD Writing, System :: Archiving

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» poolshark (Owner)

» Rating: 8.61/10.00 (Rank N/A)
» Vitality: 0.02% (Rank 3336)
» Popularity: 9.04% (Rank 269)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 82,980
   URL hits: 64,418
   Subscribers: 208

Projects depending on this project:
K3b
GRAVEMAN
burnCDDA
TCDR
qvcd
(Note: 8 projects depend on this one. The ones displayed are picked by a randomizer.)


Other projects from the same categories:
K-Yamo
PAR Packaging and Deployment tool
Debarchiver
Parchive
HacBurn

Users who subscribed to this project also subscribed to:
Gourmet Recipe Manager
arla
MindTerm
Zoe Intertwingle
dvdauthor


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 1.2.2 21-Sep-2006 GNU General Public License (GPL) Homepage Tar/BZ2 Changelog Hosted on SourceForge.net

 Comments

[»] downloading and using
by Fux - Jan 14th 2003 07:42:27

I downloaded previously cdrdao as a part of the package vcdeasy, but when choosing to integrate it, I'm getting
problems at the burning stage, where my
cdr's are ignored or detected to be not empty. Trying to use cdrdao separately, I cannot find it on my pc working under WinMe. Trying to download it separately this time
at http://prdownloads.sourceforge.net/cdrdao/cdrdao-1.1.7.bin.x86.win32.zip?download (I guess I need the win32) results in an empty download showing just the title of the zip file, but no content to be unzipped...
Please let me know why I might not download the program or use it.

[reply] [top]


[»] fail
by lihb - Aug 16th 2002 20:49:44

I fail to use cdrdao, please help.
here is my command:
cdrdao copy --device 1,1,0 --driver generic-mmc
--source-device 1,0,0 --source-driver generic-mmc
--on-the-fly --simulate --speed 8 -v 3 --eject

and i saw this:
ERROR: Cannot open SCSI device '1,1,0': Cannot open '/dev/sg0'
ERROR: Please use option '--device bus,id,lun', e.g. --device 0,6,0
ERROR: Cannot setup device 1,1,0.

how to solve this problem?
I have a cdrom at /dev/scd0(/dev/hdc) and a cd-writer at /dev/scd1(/dev/hdd) with ide-scsi emulator.
This work well on x-cd-roast.
The parameters 1,0,0 and 1,1,0 and given by cdrecord -scanbus.

Is that "Cannot open '/dev/sg0'" the problem?
Should I try to make a link to /dev/sg0 (/dev/scd0 -> /dev/sg0)?

thanks.

--
lihb

[reply] [top]


    [»] Re: fail
    by Net Llama! - Sep 14th 2002 20:27:55


    > I fail to use cdrdao, please help. And somehow you thought that Freshmeat was a technical support forum? Did it not occur to you to perhaps contact the author of the software?

    --
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lonni J Friedman netllama@linux-sxs.org Linux Step-by-step & TyGeMo http://netllama.ipfox.com

    [reply] [top]


    [»] Re: fail
    by Robert Sheehy - Oct 3rd 2002 16:24:55

    Here is the fix to this problem.

    As root, run "MAKEDEV sg"

    This will recreate the sg devices.

    Worked for me under Debian 3.0


    > I fail to use cdrdao, please help.
    > here is my command:
    > cdrdao copy --device 1,1,0 --driver
    > generic-mmc
    > --source-device 1,0,0
    > --source-driver generic-mmc
    > --on-the-fly --simulate
    > --speed 8 -v 3 --eject
    >
    > and i saw this:
    > ERROR: Cannot open SCSI device '1,1,0':
    > Cannot open '/dev/sg0'
    > ERROR: Please use option '--device
    > bus,id,lun', e.g. --device 0,6,0
    > ERROR: Cannot setup device 1,1,0.
    >
    > how to solve this problem?
    > I have a cdrom at /dev/scd0(/dev/hdc)
    > and a cd-writer at /dev/scd1(/dev/hdd)
    > with ide-scsi emulator.
    > This work well on x-cd-roast.
    > The parameters 1,0,0 and 1,1,0 and given
    > by cdrecord -scanbus.
    >
    > Is that "Cannot open
    > '/dev/sg0'" the problem?
    > Should I try to make a link to /dev/sg0
    > (/dev/scd0 -> /dev/sg0)?
    >
    > thanks.
    >

    [reply] [top]


[»] Last track skipping
by ZB - Nov 26th 2000 06:05:57

I created a toc file with tocmake.pl (on freshmeat). Very simple with a set of TRACK... FILE... pairings. The disc burnt fine BUT at the end of the last track, my CD player keeps skipping back to a random point in the last track. I've burnt 4 discs and they all suffer from this end-of-last-track skipping. Any ideas?

[reply] [top]


[»] Has anyone burned bin/cue images with this using HP7570i?
by Hannu Liljemark - Sep 4th 2000 14:32:00

Seems like a great program indeed, but the problem is i can't burn bin/cue images with this 'cos -- according to the documentation -- the cue files need some hacking with my HP7570i.

If anyone knows more about this, please let me know :-/

[reply] [top]


[»] 12x burning
by taco - Aug 17th 2000 17:03:21

Has anyone gotten 12x burning with cdrdao working?
I can burn at 8x with my 12/10/32 plextor no problem, but try 12x and it will quit out after about 10 seconds with errors.

Also, how hard would it be to add Burn-Proof support to cdrdao? I'd love to add it in but don't know much about cdr programming.

[reply] [top]


    [»] Re: 12x burning
    by Plutoid - Jun 16th 2003 18:09:46


    > Has anyone gotten 12x burning with
    > cdrdao working?
    > I can burn at 8x with my 12/10/32
    > plextor no problem, but try 12x and it
    > will quit out after about 10 seconds
    > with errors.
    > Also, how hard would it be to add
    > Burn-Proof support to cdrdao? I'd love
    > to add it in but don't know much about
    > cdr programming.



    I have been burning 12x for years with my plextor scsi using the cheapest blank cds I can find. Try upping your buffer size or burn a cd using the command line without anything running (especially xwindows) to narrow down your problem scope.
    Good Luck,

    Jake Johnson
    jake@plutoid.com
    http://www.plutoid.com

    [reply] [top]


    [»] Re: 12x burning
    by dave - Oct 5th 2003 17:27:14

    for burnproof, i think you could pass the burnfree option to the driver, so it would be like:

    --driver generic-mmc-raw:burnfree


    > Has anyone gotten 12x burning with
    > cdrdao working?
    > I can burn at 8x with my 12/10/32
    > plextor no problem, but try 12x and it
    > will quit out after about 10 seconds
    > with errors.
    > Also, how hard would it be to add
    > Burn-Proof support to cdrdao? I'd love
    > to add it in but don't know much about
    > cdr programming.

    --
    syberdave - the user left alone... crying in the dark

    [reply] [top]


[»] cdrdao rocks my world
by Phexro - Jul 2nd 2000 18:37:10

the must-have tool for cd recording under linux. it will burn cdrwin bin/cue format images, though it can't make bin/cue images as far as i know.

it's awesome overall, but has a few problems. it's audio extraction is hideously slow. and on a few cd-xa (mode2 mixed data/audio) discs, i've had it die partway through. trying to make an image again after such a crash results in a crash at the same point. i had this problem with jetmoto 2 for the playstation. i have only seen this behavior with two or three cd-xa discs, the vast majority of cds work fine.

my problems may be due to my use of version 1.1.3, which is not a stable release. i haven't tried 1.0.

--
-- "i feel the cold knife blade of disgust in my gut, like a shot." - chemlab, "suicide jag"

[reply] [top]


[»] The best CD-R software for Linux
by Matt Borowski - Jan 10th 2000 22:54:08

I totally recommend this software.. it's the must-have CD-R recording, copying and creation tool for Linux!

[reply] [top]


    [»] A must have
    by Plutoid - Jun 16th 2003 18:05:42

    I have been using this program for years and is the only program I have ever seen that allows me to make my own table of contents. I love making fake tracks with my 80 minute songs. Thanks a ton for the great program, Jake Johnson
    jake@plutoid.com
    http://www.plutoid.com

    [reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  ITMJ •  Linux.com •  NewsForge  •  SourceForge.net  •  Surveys •  Jobs •  PriceGrabber