MP3::ID3v1Tag

MP3::ID3v1Tag can edit ID3v1 Tags from an Audio MPEG Layer 3.
Download

MP3::ID3v1Tag Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Sander van Zoest
  • Publisher web site:
  • http://search.cpan.org/author/SVANZOEST/MusicBrainz-Client-0.11/Client.pm

MP3::ID3v1Tag Tags


MP3::ID3v1Tag Description

MP3::ID3v1Tag can edit ID3v1 Tags from an Audio MPEG Layer 3. MP3::ID3v1Tag can edit ID3v1 Tags from an Audio MPEG Layer 3.SYNOPSIS use MP3::ID3v1Tag; $mp3_file = new MP3::ID3v1Tag("filename.mp3"); $mp3_file->print_tag(); if($mp3_file->got_tag()) { $mp3_file->set_title($title); $save_status = $mp3_file->save(); }The ID3v1Tag routines are useful for setting and reading ID3 MP3 Audio Tags. Just create an MP3::ID3v1Tag Object with the path to the file of interest, and query any of the methods below. Requirements: · Perl


MP3::ID3v1Tag Related Software