| gefreedb - Audio CD listings generator A Perl library + wrapper program to extract a songlisting from freedb.org
What it does: 1. you supply the program with artist + albumname 2. It retrieves a list of matches 3. You select the best match based on title, it writes a .txt file with the songs!
What you need:
1. A fairly recent Perl installation! 2. The following (extra) Perl libraries:
LWP::Simple; HTML::LinkExtor; File::Slurp; Data::Dumper; HTML::Parser; Term::ReadKey; Term::ReadLine;
Get them at CPAN if you don't already have them. Get the source!
|