MPEG::ID3v2Tag

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

MPEG::ID3v2Tag Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • MPEG::ID3v2Tag Team
  • Publisher web site:
  • http://search.cpan.org/~cbtilden/MPEG-ID3v2Tag-0.37/lib/MPEG/ID3v2Tag.pm

MPEG::ID3v2Tag Tags


MPEG::ID3v2Tag Description

MPEG::ID3v2Tag is a Perl module that parses and creates ID3v2 Tags for MPEG audio files. 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("


MPEG::ID3v2Tag Related Software