Difference between revisions of "Libcdio"

From Free Software Directory
Jump to: navigation, search
m (Blanked the page)
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Entry
 +
|Name=GNU Compact Disc Input and Control Library
 +
|Short description=CD-ROM access library.
 +
|Full description='''Libcdio''' is a library for CD-ROM and CD image file access. It allows the developer to add CD access to an application without having to worry about the OS- and device-dependent properties of CD-ROM or the specific details of CD image formats. It includes pycdio, a [[Python]] interface to libcdio, and libcdio-paranoia, a library providing jitter-free and error-free audio extraction from CDs.
  
 +
The libcdio package also contains a number of utility programs, including:
 +
*cd-info, displays CD information ;
 +
*cd-drive, decribes CD-ROM/DVD drive characteristics ;
 +
*cd-read, performs low-level block reading of a CD or CD image ;
 +
*iso-info, displays ISO-9660 information from an ISO-9660 image ;
 +
*iso-read, extracts files from an ISO-9660 image ;
 +
*cd-paranoia - extracts audio from a CD in a jitter.
 +
|Homepage URL=https://www.gnu.org/software/libcdio/
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone https://git.savannah.gnu.org/git/libcdio.git
 +
|Documentation note=https://www.gnu.org/software/libcdio/libcdio.html
 +
 +
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,libcddb, vcdimager
 +
|Keywords=library,CD-ROM,BIN/CUE,read,NRG,cdinfo,libcddb
 +
|Version identifier=2.1.0
 +
|Version date=2019/04/17
 +
|Version status=stable
 +
|Version download=https://ftp.gnu.org/gnu/libcdio/libcdio-2.1.0.tar.bz2
 +
|Last review by=Bendikker
 +
|Last review date=2019/09/05
 +
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 +
|User level=advanced
 +
|Component programs=cdinfo
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/libcdio/libcdio-2.1.0.tar.bz2.sig
 +
|Test entry=No
 +
|Is GNU=Yes
 +
|GNU package identifier=libcdio
 +
|Decommissioned/Obsolete=No
 +
|License verified date=2007-12-20
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Genium
 +
|License verified date=2017/01/08
 +
}}
 +
{{Person
 +
|Real name=R. Bernstein
 +
|Role=Maintainer
 +
|Email=rocky@gnu.org
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/libcdio-paranoia
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/libcdio
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/libcdio/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/libcdio.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/libcdio-help/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-libcdio/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/libcdio-devel/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/libcdio-pycdio-devel/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/libcdio/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 +
}}
 +
{{Software category
 +
|Audio=cd-playing
 +
|Interface=console, library
 +
|Programming-language=C
 +
|Runs-on=BSD, GNU/Linux, GNU/Hurd
 +
|Use=playing, software-development
 +
|Works-with=audio
 +
|Works-with-format=iso9660
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[libcddb]]
 +
}}
 +
{{Featured}}

Revision as of 09:07, 5 September 2019


[edit]

GNU Compact Disc Input and Control Library

https://www.gnu.org/software/libcdio/
CD-ROM access library.

Libcdio is a library for CD-ROM and CD image file access. It allows the developer to add CD access to an application without having to worry about the OS- and device-dependent properties of CD-ROM or the specific details of CD image formats. It includes pycdio, a Python interface to libcdio, and libcdio-paranoia, a library providing jitter-free and error-free audio extraction from CDs.

The libcdio package also contains a number of utility programs, including:

  • cd-info, displays CD information ;
  • cd-drive, decribes CD-ROM/DVD drive characteristics ;
  • cd-read, performs low-level block reading of a CD or CD image ;
  • iso-info, displays ISO-9660 information from an ISO-9660 image ;
  • iso-read, extracts files from an ISO-9660 image ;
  • cd-paranoia - extracts audio from a CD in a jitter.








Entry







"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.