Difference between revisions of "Cdrdao"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Added info on CD-Text issues.)
m (Added screenshot.)
Line 2: Line 2:
 
{{Software Infobox
 
{{Software Infobox
 
| name                = cdrdao
 
| name                = cdrdao
| logo                =
+
| logo                =  
| screenshot          =  
+
| screenshot          = [[File:cdrdao.png|250px]]
| caption              =  
+
| caption              = cdrdao running on Windows 10.
 
| developer            = Andreas Mueller, Denis Leroy, Manuel Clos
 
| developer            = Andreas Mueller, Denis Leroy, Manuel Clos
 
| stable_release      = 1.2.4
 
| stable_release      = 1.2.4

Revision as of 17:53, 7 November 2019


cdrdao
Cdrdao.png
cdrdao running on Windows 10.
Developer(s) Andreas Mueller, Denis Leroy, Manuel Clos
Release information
Initial release {{{released}}}
Stable release 1.2.4 (May 16, 2018)
Preview release
Compatibility
Operating system Linux, Windows
Additional information
Use Digital Audio extraction
License GPL
Website

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