MP3::Tag 0.9709
Sponsored Links
MP3::Tag 0.9709 Ranking & Summary
File size:
0.17 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
844
Date added:
2007-07-12
Publisher:
Thomas Geffert and Ilya Zakharevich
MP3::Tag 0.9709 description
MP3::Tag is a Perl module for reading tags of MP3 audio files.
SYNOPSIS
use MP3::Tag;
$mp3 = MP3::Tag->new($filename);
# get some information about the file in the easiest way
($title, $track, $artist, $album, $comment, $year, $genre) = $mp3->autoinfo();
$comment = $mp3->comment();
# or have a closer look on the tags
# scan file for existing tags
$mp3->get_tags;
if (exists $mp3->{ID3v1}) {
# read some information from the tag
$id3v1 = $mp3->{ID3v1}; # $id3v1 is only a shortcut for $mp3->{ID3v1}
print $id3v1->title;
# change the tag contents
$id3v1->all("Song","Artist","Album",2001,"Comment",10,"Top 40");
$id3v1->write_tag;
}
if (exists $mp3->{ID3v2}) {
# read some information from the tag
($name, $info) = $mp3->{ID3v2}->get_frame("TIT2");
# delete the tag completely from the file
$mp3->{ID3v2}->remove_tag;
} else {
# create a new tag
$mp3->new_tag("ID3v2");
$mp3->{ID3v2}->add_frame("TALB", "Album title");
$mp3->{ID3v2}->write_tag;
}
$mp3->close();
SYNOPSIS
use MP3::Tag;
$mp3 = MP3::Tag->new($filename);
# get some information about the file in the easiest way
($title, $track, $artist, $album, $comment, $year, $genre) = $mp3->autoinfo();
$comment = $mp3->comment();
# or have a closer look on the tags
# scan file for existing tags
$mp3->get_tags;
if (exists $mp3->{ID3v1}) {
# read some information from the tag
$id3v1 = $mp3->{ID3v1}; # $id3v1 is only a shortcut for $mp3->{ID3v1}
print $id3v1->title;
# change the tag contents
$id3v1->all("Song","Artist","Album",2001,"Comment",10,"Top 40");
$id3v1->write_tag;
}
if (exists $mp3->{ID3v2}) {
# read some information from the tag
($name, $info) = $mp3->{ID3v2}->get_frame("TIT2");
# delete the tag completely from the file
$mp3->{ID3v2}->remove_tag;
} else {
# create a new tag
$mp3->new_tag("ID3v2");
$mp3->{ID3v2}->add_frame("TALB", "Album title");
$mp3->{ID3v2}->write_tag;
}
$mp3->close();
MP3::Tag 0.9709 Screenshot
MP3::Tag 0.9709 Keywords
MP3
ID3v2
Tag 0.9709
ID3v1
mp3 audio files
Perl module
MP3 Audio
audio files
tag
tags
reading
Perl
module
comment
MP3::Tag
MP3Tag
Bookmark MP3::Tag 0.9709
MP3::Tag 0.9709 Copyright
WareSeeker periodically updates pricing and software information of MP3::Tag 0.9709 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 0.9709 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
convert audio files to mp3
convert mpc to mp3 audio files
dog tags
what causes skin tags
html tags
convert audio cd to mp3 files
skin tags
name tags
pet tags
convert real audio files to mp3
pet id tags
movie quotes mp3 audio files
what are skin tags
luggage tags
convert m3u to mp3 audio files
how to get rid of skin tags
wma converter to mp3 audio files
tag heuer
Related Software
MP3::Tag::File is a Perl module for reading / writing files. Free Download
MP3::Tag::ID3v2 is a Read / Write ID3v2.x.y tags from mp3 audio files. Free Download
MP3::Tag::ParseData is a Perl module for parsing arbitrary data associated with music files. Free Download
MP3::Tag::LastResort is a Perl module for using other fields to fill autoinfo fields. Free Download
PLJava is Perl module that will embed Perl into Java. Free Download
App::Manager is a Perl module for installing, managing and uninstalling software packages. Free Download
Pod::Template is a Perl module for building pod documentation from templates. Free Download
Apache::Storage is Perl module containing simple functions to store and retrieve information from within the Apache process. Free Download
Latest Software
Popular Software
Favourite Software