1CD-DISCID(1) General Commands Manual CD-DISCID(1)
2
3
4
6 cd-discid - read CD and get CDDB discid information
7
9 cd-discid [option...]
10
12 In order to do CDDB queries over the Internet, you must know the DiscID
13 of the CD you are querying. cd-discid provides you with that informa‐
14 tion. It outputs the discid, the number of tracks, the frame offset of
15 all of the tracks, and the total length of the CD in seconds, on one
16 line in a space-delimited format. cd-discid was designed as a backend
17 tool for cdgrab (now abcde) but will work independently of it.
18
20 --musicbrainz
21 Output a TOC that is suitable for calculating the MusicBrainz
22 disc id.
23
24 --help Display a brief help message.
25
26 --version
27 Show the version.
28
29 devicename
30 CD-ROM block device name that contains the CD to be queried. If
31 this option is omitted, the following device name is assumed:
32
33 /dev/cdrom
34 Linux and FreeBSD
35
36 /dev/cd0a
37 OpenBSD and NetBSD
38
39 /dev/vol/aliases/cdrom0
40 Solaris
41
42 /dev/disk1
43 MacOS X
44
45 /dev/cd0
46 Hurd
47
49 Robert Woodcock <rcw@debian.org>. Updates by Timur Bish
50 <taem@linukz.org>.
51
52
53
54 2012-09-28 CD-DISCID(1)