Main > Programming > Libraries >

MPEG::ID3v2Tag 0.37

MPEG::ID3v2Tag 0.37

Sponsored Links

MPEG::ID3v2Tag 0.37 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 1.6 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1080
Date added: 2006-11-16
Publisher: MPEG::ID3v2Tag Team

MPEG::ID3v2Tag 0.37 description

MPEG::ID3v2Tag is a Perl module that parses and creates ID3v2 Tags for MPEG audio files.

SYNOPSIS

use MPEG::ID3v2Tag ;
use IO::File ;

# create a tag
$tag = MPEG::ID3v2Tag->new() ;
$tag->add_frame("TIT2", "Happy Little Song") ; # one step
$frame = MPEG::ID3Frame::TALB->new("Happy little album") ;
$tag->add_frame($frame) ; # two steps
$tag->add_frame("WCOM", "http://www.mp3.com") ;
$tag->add_frame("APIC", -picture_type => 0, -file => "happy_little_song.gif");
.....
$tag->set_padding_size(256) ;
print OUTFILE $tag->as_string() ;

# read a tag from a file and dump out some data.
$fh = IO::File->new(" binmode $fh;
$tag = MPEG::ID3v2Tag->parse($fh) ;
foreach $frame ($tag->frames()) {
print $frame->frameid(), "n" ; # prints TALB, TIT2, WCOM, etc.
if ($frame->flag_read_only()) {
print " read onlyn" ;
}
if ($frame->fully_parsed() && $frame->frameid =~ /^T.../) {
print " frame text is ", $frame->text(), "n" ;
}
if ($frame->fully_parsed() && $frame->frameid =~ /^W.../) {
print " url is ", $frame->url(), "n" ;
}
}

MPEG::ID3v2Tag is a class capable of parsing and creating ID3v2 revision 3 tags. While not all frames are fully supported, its easy to add support for more.
The object doesnt (currently) support modification of .mp3 files; the caller has to handle the mechanics of prepending the tag to the file.

MPEG::ID3v2Tag 0.37 Screenshot

Advertisements

MPEG::ID3v2Tag 0.37 Keywords

Bookmark MPEG::ID3v2Tag 0.37

Hyperlink code:
Link for forum:

MPEG::ID3v2Tag 0.37 Copyright

WareSeeker periodically updates pricing and software information of MPEG::ID3v2Tag 0.37 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 MPEG::ID3v2Tag 0.37 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
Related Software
MP3::Tag is a Perl module for reading tags of MP3 audio files. Free Download
MP3::Tag::ID3v2 is a Read / Write ID3v2.x.y tags from mp3 audio files. Free Download
MP3val is a tool for MPEG audio files validation and (optionally) fixing problems. Free Download
Mp3tag is an Objective-Caml library which can be used in other tools to read, write or graphically edit tags. Free Download
MP3::Tag::Inf is a Perl module for parsing .inf files associated with music tracks. Free Download
mpgtx a command line MPEG audio/video/system file toolbox, that slices and joins audio and video files. Free Download
PGID3 is an ID3v1 and v2 tag editor for manipulating the information on files such as MP3s. Free Download
MP3::Tag::File is a Perl module for reading / writing files. Free Download