Main > Programming > Libraries >

MP3::Tag::ID3v2 0.9708

MP3::Tag::ID3v2 0.9708

Sponsored Links

MP3::Tag::ID3v2 0.9708 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.17 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1101
Date added: 2006-11-07
Publisher: Thomas Geffert

MP3::Tag::ID3v2 0.9708 description

MP3::Tag::ID3v2 is a Read / Write ID3v2.x.y tags from mp3 audio files.

SYNOPSIS

MP3::Tag::ID3v2 supports * Reading of ID3v2.2.0 and ID3v2.3.0 tags (some ID3v2.4.0 frames too) * Writing of ID3v2.3.0 tags

MP3::Tag::ID3v2 is designed to be called from the MP3::Tag module.

use MP3::Tag;
$mp3 = MP3::Tag->new($filename);

# read an existing tag
$mp3->get_tags();
$id3v2 = $mp3->{ID3v2} if exists $mp3->{ID3v2};

# or create a new tag
$id3v2 = $mp3->new_tag("ID3v2");

See MP3::Tag for information on the above used functions.

* Reading a tag

$frameIDs_hash = $id3v2->get_frame_ids(truename);

foreach my $frame (keys %$frameIDs_hash) {
my ($name, @info) = $id3v2->get_frame($frame);
for my $info (@info) {
if (ref $info) {
print "$name ($frame):n";
while(my ($key,$val)=each %$info) {
print " * $key => $valn";
}
} else {
print "$name: $infon";
}
}
}
* Adding / Changing / Removing / Writing a tag
$id3v2->add_frame("TIT2", "Title of the song");
$id3v2->change_frame("TALB","Greatest Album");
$id3v2->remove_frame("TLAN");
$id3v2->write_tag();
* Removing the whole tag
$id3v2->remove_tag();
* Get information about supported frames
%tags = $id3v2->supported_frames();
while (($fname, $longname) = each %tags) {
print "$fname $longname: ",
join(", ", @{$id3v2->what_data($fname)}), "n";
}

MP3::Tag::ID3v2 0.9708 Screenshot

Advertisements

MP3::Tag::ID3v2 0.9708 Keywords

Bookmark MP3::Tag::ID3v2 0.9708

Hyperlink code:
Link for forum:

MP3::Tag::ID3v2 0.9708 Copyright

WareSeeker periodically updates pricing and software information of MP3::Tag::ID3v2 0.9708 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 MP3::Tag::ID3v2 0.9708 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::ID3v2-Data can get_frame() data format and supported frames. Free Download
MP3::Tag::Inf is a Perl module for parsing .inf files associated with music tracks. Free Download
MP3::Tag is a Perl module for reading tags of MP3 audio files. Free Download
MPEG::ID3v2Tag is a Perl module that parses and creates ID3v2 Tags for MPEG audio files. Free Download
MP3::Tag::CDDB_File is a Perl module for parsing CDDB files. Free Download
MP3::Tag::LastResort is a Perl module for using other fields to fill autoinfo fields. Free Download
Mp3tag is an Objective-Caml library which can be used in other tools to read, write or graphically edit tags. Free Download
MIDI is a Perl module that can read, compose, modify, and write MIDI files. Free Download