Main > Programming > Libraries >

CDDB 2.27

CDDB 2.27

Sponsored Links

CDDB 2.27 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.021 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1234
Date added: 2006-06-22
Publisher: Armin Obersteiner

CDDB 2.27 description

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.

CDDB 2.27 Screenshot

Advertisements

CDDB 2.27 Keywords

Bookmark CDDB 2.27

Hyperlink code:
Link for forum:

CDDB 2.27 Copyright

WareSeeker periodically updates pricing and software information of CDDB 2.27 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of CDDB 2.27 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Version History
Related Software
CDDB/CDDB_get Perl module gets the CDDB info for an audio CD Free Download
CDDB.py provides an easy way for Python programs to fetch track and disc information on audio CDs. Free Download
AudioCD is a Perl module for basic Audio CD control. Free Download
vlorb is a high quality Audio CD to audio file encoder. Free Download
mp3cd is a simple perl-script to burn MP3s to audio-cd with Gtk-interface. Free Download
cdmp3 uses cdparanoia or cdda2wav to extract single tracks or even a whole CD and converts them on-the-fly into MP3 or Ogg Vorbi Free Download
MP3::Tag::CDDB_File is a Perl module for parsing CDDB files. Free Download
AudioCD::Mac is a MacPerl extension for controlling Audio CDs. Free Download