Linux SoftwareProgrammingLibrariesMP3::Tag::ID3v2 0.9708

MP3::Tag::ID3v2 0.9708



Developer:   Thomas Geffert
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   175K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


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";
}

Requirements:
  • Perl
    tags mp3 tag  tag id3v2  print name  id3v2 remove  supported frames  fname longname  get frame  frameids hash  tag mp3  id3v2 mp3  mp3 {id3v2}  new tag  id3v2 get  

    Download MP3::Tag::ID3v2 0.9708


     http://ftp.hostingromania.ro/Linux/mirrors/ftp.cpan.org/authors/id/I/IL/ILYAZ/modules/MP3-Tag-0.9708.tar.gz


    Authors software

    MP3::Tag::ID3v2 0.9708 (by Thomas Geffert)


    Similar software

    MP3::Tag::ID3v2 0.9708 (by Thomas Geffert)

    MP3::Tag::ID3v2-Data 0.9708 (by Thomas Geffert, Ilya Zakharevich)
    MP3::Tag::ID3v2-Data can get_frame() data format and supported frames.

    SYNOPSIS

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

    MP3::Tag 0.9708 (by Thomas Geffert and Ilya Zakharevich)

    ID3V2.3 library 1.1-3 (by Samuel Abels)
    ID3V2.3 library is a library written in C to provide read and write access to ID3 tags.

    ID3V2.3 library is designed to be very eas

    Template::Tutorial 2.15 (by Andy Wardley)
    Template::Tutorial are template toolkit tutorials.

    This section includes tutorials on using the Template Toolkit

    MP3::ID3Lib 0.12 (by Leon Brocard)
    MP3::ID3Lib is a Perl module for ID3v1/ID3v2 Tagging of MP3 files.

    SYNOPSIS

    use MP3::ID3Lib;
    my $id3 = MP3::ID3Lib->new($f

    MP3Unicode 1.0 (by Andrei Dubovik)
    MP3Unicode is a command line utility to convert ID3 tags in mp3 files between different encodings.

    For example, mp3unicode --sourc

    Kid3 0.8.1 (by Urs Fleisch)
    If you want to easily tag multiple MP3 files (e.g

    mp3album.pl 0.82 (by Max Maischein)
    mp3album.pl is a tool to automatically create album lists from a batch of mp3 files including ID3v1, ID3v2.2 or ID3v2.3 information

    Lyrics ID3 0.3 Alpha (by Stefan Gruber)
    ID3v2 allows to store the lyric of a song directly in the tag


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags