Linux SoftwareProgrammingLibrariesCDDB 2.27

CDDB 2.27


CDDB is a Perl module that can read the CDDB entry for an audio CD in your drive. SYNOPSIS use CDDB_get qw( get_cddb ); my
Developer:   Armin Obersteiner
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   21K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


CDDB is a Perl module that can read the CDDB entry for an audio CD in your drive.

SYNOPSIS

use CDDB_get qw( get_cddb );

my %config;

# following variables just need to be declared if different from defaults

$config{CDDB_HOST}="freedb.freedb.org"; # set cddb host
$config{CDDB_PORT}=8880; # set cddb port
$config{CDDB_MODE}="cddb"; # set cddb mode: cddb or http
$config{CD_DEVICE}="/dev/cdrom"; # set cd device

# user interaction welcome?

$config{input}=1; # 1: ask user if more than one possibility
# 0: no user interaction

# get it on

my %cd=get_cddb(%config);

unless(defined $cd{title}) {
die "no cddb entry found";
}

# do somthing with the results

print "artist: $cd{artist}n";
print "title: $cd{title}n";
print "category: $cd{cat}n";
print "cddbid: $cd{id}n";
print "trackno: $cd{tno}n";

my $n=1;
foreach my $i ( @{$cd{track}} ) {
print "track $n: $in";
$n++;
}

This module/script gets the CDDB info for an audio cd. You need LINUX, SUNOS or *BSD, a cdrom drive and an active internet connection in order to do that.

Requirements:
  • Perl
    tags set cddb  user interaction  get cddb  cddb entry  the cddb  

    Download CDDB 2.27


     http://mirrors.evolva.ro/CPAN/authors/id/F/FO/FONKIE/CDDB_get-2.27.tar.gz


    Authors software

    SyncPOD 0.68 (by Armin Obersteiner)
    This script syncs a local directory with your iPod

    CDDB / CDDB_get 2.27 (by Armin Obersteiner)
    CDDB/CDDB_get Perl module gets the CDDB info for an audio CD.

    The included script was intended as a demo for CDDB_get, but over ti

    CDDB 2.27 (by Armin Obersteiner)
    CDDB is a Perl module that can read the CDDB entry for an audio CD in your drive.

    SYNOPSIS

    use CDDB_get qw( get_cddb );

    my


    Similar software

    CDDB 2.27 (by Armin Obersteiner)
    CDDB is a Perl module that can read the CDDB entry for an audio CD in your drive.

    SYNOPSIS

    use CDDB_get qw( get_cddb );

    my

    Template::Tutorial 2.15 (by Andy Wardley)
    Template::Tutorial are template toolkit tutorials.

    This section includes tutorials on using the Template Toolkit

    CDDB / CDDB_get 2.27 (by Armin Obersteiner)
    CDDB/CDDB_get Perl module gets the CDDB info for an audio CD.

    The included script was intended as a demo for CDDB_get, but over ti

    CDDB.py 1.4 (by Ben Gertzfield)
    CDDB.py provides an easy way for Python programs to fetch track and disc information on audio CDs

    MP3::Tag::CDDB_File 0.9708 (by Thomas)
    MP3::Tag::CDDB_File is a Perl module for parsing CDDB files.

    SYNOPSIS

    my $db = MP3::Tag::CDDB_File->new($filename, $track); #

    AudioCD::Mac 0.25 (by Chris Nandor)
    AudioCD::Mac is a MacPerl extension for controlling Audio CDs.

    SYNOPSIS

    #!perl -w
    use AudioCD;
    use strict;
    m

    MathML::Entities 0.13 (by Jacques Distler)
    MathML::Entities is a Perl module that can convert XHTML+MathML Named Entities to Numeric Character References.

    SYNOPSIS

    use M

    cdmp3 0.5.0 (by Roland Riegel)
    cdmp3 uses cdparanoia or cdda2wav to extract single tracks or even a whole CD and converts them on-the-fly into MP3 or Ogg Vorbis fil

    rebot3.pl 1.0.2 (by Thomas Weiss)
    rebot3.pl renames MP3 files that you have grabbed from audio CDs with the track name, number, album, and/or artist

    Kover 2.9.3 (by Dennis Oliver Kropp)
    Kover is an easy to use WYSIWYG CD cover printer with CDDB support.

    Here are some key f


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags