Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
CD-DISCID(1)		     General Commands Manual		    CD-DISCID(1)

NAME
     cd-discid - read CD and get CDDB discid information

SYNOPSIS
     cd-discid [option...]

DESCRIPTION
     In  order to do CDDB queries over the Internet, you must know the DiscID of
     the CD you are querying.  cd-discid provides you with that information.  It
     outputs  the  discid,  the number of tracks, the frame offset of all of the
     tracks, and the total length of the CD in seconds, on one line in a  space-
     delimited format.	cd-discid was designed as a backend tool for cdgrab (now
     abcde) but will work independently of it.

OPTIONS
     --musicbrainz
	    Output  a  TOC that is suitable for calculating the MusicBrainz disc
	    id.

     --help
	    Display a brief help message.

     --version
	    Show the version.

     devicename
	    CD-ROM block device name that contains the CD to be queried. If this
	    option is omitted, the following device name is assumed:

	    /dev/cdrom
		   Linux, FreeBSD and DragonFly

	    /dev/cd0a
		   OpenBSD and NetBSD

	    /dev/vol/aliases/cdrom0
		   Solaris

	    /dev/rdisk1
		   MacOS X

	    /dev/cd0
		   Hurd

	    /dev/scsi/sc0d4l0
		   IRIX

AUTHOR
     Robert Woodcock <rcw@debian.org>

REPORTING BUGS
     Timur Birsh <taem@linukz.org>

SEE ALSO
     http://linukz.org/cd-discid.shtml
     https://github.com/taem/cd-discid

				   2012-09-28			    CD-DISCID(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cd-discid&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help