Cdrdao: Difference between revisions
Beardgoggles (talk | contribs) (Created page with "{{DISPLAYTITLE:cdrdao }} {{Software Infobox | name = cdrdao | logo = | screenshot = | caption = | developer ...") |
Beardgoggles (talk | contribs) m (Added info on CD-Text issues.) |
||
Line 20: | Line 20: | ||
cdrdao records audio or data CD-Rs in disc-at-once mode based on a textual description of the CD contents known as a TOC file. cdrdao runs from command line and has no graphical user interface, except for third-party ones such as [[K3b]] (Linux), Gcdmaster (Linux) or XDuplicator (Windows). | cdrdao records audio or data CD-Rs in disc-at-once mode based on a textual description of the CD contents known as a TOC file. cdrdao runs from command line and has no graphical user interface, except for third-party ones such as [[K3b]] (Linux), Gcdmaster (Linux) or XDuplicator (Windows). | ||
cdrdao 1.1.9 is included with some releases of [[Exact Audio Copy]] 1.3. | cdrdao 1.1.9 is included with some releases of [[Exact Audio Copy]] 1.3, however versions 1.2.0 and earlier have issues reading certain [[CD-Text]] values, so may not always work. | ||
==Command line usage== | ==Command line usage== |
Revision as of 18:36, 4 November 2019
Developer(s) | Andreas Mueller, Denis Leroy, Manuel Clos |
Release information | |
---|---|
Stable release | 1.2.4 (May 16, 2018) |
Compatibility | |
Operating system | Linux, Windows |
Additional information | |
Use | Digital Audio extraction |
License | GPL |
cdrdao is a command-line tool used for reading and writing CD data.
cdrdao records audio or data CD-Rs in disc-at-once mode based on a textual description of the CD contents known as a TOC file. cdrdao runs from command line and has no graphical user interface, except for third-party ones such as K3b (Linux), Gcdmaster (Linux) or XDuplicator (Windows).
cdrdao 1.1.9 is included with some releases of Exact Audio Copy 1.3, however versions 1.2.0 and earlier have issues reading certain CD-Text values, so may not always work.
Command line usage
Usage: cdrdao <command> [options] [toc-file] command: show-toc - prints out toc and exits toc-info - prints out short toc-file summary toc-size - prints total number of blocks for toc read-toc - create toc file from audio CD read-cd - create toc and rip audio data from CD read-cddb - contact CDDB server and add data as CD-TEXT to toc-file show-data - prints out audio data and exits read-test - reads all audio files and exits disk-info - shows information about inserted medium discid - prints out CDDB information msinfo - shows multi session info, output is suited for scripts drive-info - shows drive information unlock - unlock drive after failed writing blank - blank a CD-RW scanbus - scan for devices simulate - shortcut for 'write --simulate' write - writes CD copy - copies CD Try 'cdrdao <command> -h' to get a list of available options
External links
- cdrdao homepage
- cdrdao on GitHub
- cdrdao(1) - Linux man page