1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: libcddb-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.10-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: MartÃn Ferrari <tincho@debian.org>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/CDDB/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcddb-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/
Package: libcddb-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: high-level interface to CDDB and freedb servers
CDDB protocol (cddbp) servers provide compact disc information for
programs that need it. This allows such programs to display disc and
track titles automatically, and it provides extended information like
liner notes and lyrics.
.
This module provides a high-level Perl interface to cddbp servers.
With it, a Perl program can identify and possibly gather details about
a CD based on its "table of contents" (the disc's track times and
offsets).
.
Disc details have been useful for generating CD catalogs, naming mp3
files, printing CD liners, or even just playing discs in an automated
jukebox.
|