• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H06-Mar-2012-2316

ArtisticH A D13-May-20006 KiB13299

CDDB_cache.pmH A D15-Jun-20054.2 KiB204140

CDDB_get.pmH A D03-May-202216 KiB691428

ChangesH A D06-Mar-20122.8 KiB9872

CopyingH A D22-Mar-200117.6 KiB342281

DATABASEH A D22-Jun-2005575 2117

MANIFESTH A D06-Mar-2012206 1413

META.ymlH A D06-Mar-2012562 2221

Makefile.PLH A D15-Jun-2005462 148

READMEH A D16-Aug-20031.6 KiB5132

cddb.plH A D03-May-202210.8 KiB443307

perl-CDDB_get-2.28.specH A D06-Mar-20121.3 KiB5242

README

1NAME
2
3  CDDB - Read the CDDB entry for an audio CD in your drive
4
5DESCRIPTION
6
7  This module/script gets the CDDB info for an audio cd. You need
8  LINUX, SUNOS or *BSD, a cdrom drive and an active internet connection
9  in order to do that.
10
11INSTALLATION
12
13  Run "perl Makefile.pl" as usual. ("make", "make install" next)
14
15LICENSE & DISCLAIMER
16
17  This library is released under the same conditions as Perl, that
18  is, either of the following:
19
20  a) the GNU General Public License Version 2 as published by the
21  Free Software Foundation,
22
23  b) the Artistic License.
24
25  This program is distributed in the hope that it will be useful,
26  but WITHOUT ANY WARRANTY; without even the implied warranty of
27  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
28  the GNU General Public License or the Artistic License for more details.
29
30  You should have received a copy of the Artistic License with this
31  Kit, in the file named "Artistic".  If not, I'll be glad to provide one.
32
33  You should also have received a copy of the GNU General Public License
34  along with this program, in the file names "Copying"; if not, write to
35  the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
36  MA 02111-1307, USA.
37
38  If you use this library in a commercial enterprise, you are invited,
39  but not required, to pay what you feel is a reasonable fee to the
40  author, who can be contacted at armin@xos.net
41
42AUTHOR & COPYRIGHT
43
44  (c) 2003 Armin Obersteiner <armin(at)xos(dot)net>
45
46SEE ALSO
47
48  perl(1), Linux: <file:/usr/include/linux/cdrom.h>,
49  Solaris: <file:/usr/include/sys/cdio.h>.
50
51