MP3::ID3Lib::Frame

MP3::ID3Lib::Frame is an ID3v1/ID3v2 Tagging Frames.
Download

MP3::ID3Lib::Frame Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Leon Brocard
  • Publisher web site:
  • http://search.cpan.org/~lbrocard/

MP3::ID3Lib::Frame Tags


MP3::ID3Lib::Frame Description

MP3::ID3Lib::Frame is an ID3v1/ID3v2 Tagging Frames. MP3::ID3Lib::Frame is an ID3v1/ID3v2 Tagging Frames.SYNOPSIS use MP3::ID3Lib; my $id3 = MP3::ID3Lib->new($filename); foreach my $frame (@{$id3->frames}) { my $code = $frame->code; my $description = $frame->description; my $value = $frame->value; $frame->set("Orange") if $code eq 'COMM'; print "$description: $valuen"; } $id3->commit;See MP3::ID3Lib for more information. Requirements: · Perl


MP3::ID3Lib::Frame Related Software