MainComputersProgrammingLanguages › MP3::Album

MP3::Album

Edit Page
Report
Scan day: 16 February 2014 UTC
-3
Virus safety - good
Description: Perl extension to manage a music album built of mp3 files.
Module Version: 0.14   MP3::Album - Perl extension to manage a music album built of mp3 files. use MP3::Album; $mp3_album = MP3::Album->new(files=>\@files); #check is as set of mp3 has a uniform encoding if ($mp3_album->bitrate_check()) && $mp3_album->frequency_check()) { print "This set of mp3 is well encoded\n"; } else { print "not so good\n"; } #get tracks and artistic information (layout) from cddb @layouts = $mp3_album->fetch_layout(method=>'CDDB'); #using one of the above matches to generate tags $mp3_album->layout($layouts[0]); # set the album layout to # on of your choice $mp3_album->generate_tags(); #and then rename the files $mp3_album->rename_files();
Size: 788 chars

Contact Information

Email:
Phone&Fax:
Address:
Extended:

WEBSITE Info

Page title:MP3::Album - search.cpan.org
Keywords:
Description:
IP-address:199.15.176.161