Linux SoftwareProgrammingLibrariesMP3::ID3Lib 0.12

MP3::ID3Lib 0.12


MP3::ID3Lib is a Perl module for ID3v1/ID3v2 Tagging of MP3 files. SYNOPSIS use MP3::ID3Lib; my $id3 = MP3::ID3Lib->new($f
Developer:   Leon Brocard
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   36K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


MP3::ID3Lib is a Perl module for ID3v1/ID3v2 Tagging of MP3 files.

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 'TPE1';
print "$description: $valuen";
}

$id3->add_frame("TIT2", "Title goes here");
$id3->commit;

This module allows you to edit and add ID3 tags in MP3 files.
ID3 tags are small pieces of information stored inside the MP3 file. They can contain bits of metadata about the MP3, such as album name, song name, artist, original artist, genre, composer, year of release, additional comment fields, and many more.

Requirements:
  • Perl
    tags mp3 id3lib  the mp3  id3 tags  value frame  mp3 files  

    Download MP3::ID3Lib 0.12


     http://mirrors.evolva.ro/CPAN/authors/id/L/LB/LBROCARD/MP3-ID3Lib-0.12.tar.gz


    Authors software

    PBS::GraphViz 0.35 (by Leon Brocard)

    Image::WorldMap 0.14 (by Leon Brocard)
    Image::WorldMap is a Perl module to create graphical world maps of data.

    SYNOPSIS

    use Image::WorldMap;
    my $map = Image::Wo

    Data::Page 2.00 (by Leon Brocard)
    Data::Page is a Perl module that helps when paging through sets of results.

    SYNOPSIS

    use Data::Page;

    my $page = Data::Pa

    Template::Plugin::Page 0.10 (by Leon Brocard)
    Template::Plugin::Page is a plugin to help when paging through sets of results.

    SYNOPSIS

    [% USE page = Page($total_entries, $

    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


    Similar software

    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

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

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

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

    This section includes tutorials on using the Template Toolkit

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

    MPEG::Audio::Frame 0.09 (by Yuval Kojman)
    MPEG::Audio::Frame is a class for weeding out MPEG audio frames out of a file handle.

    SYNOPSIS

    use MPEG::Audio::Frame;

    MP3::Tag::File 0.9708 (by Thomas)
    MP3::Tag::File is a Perl module for reading / writing files.

    SYNOPSIS

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

    ($title, $arti

    id3lib 3.8.3 (by Cedric)
    id3lib is an open-source, cross-platform software development library for reading, writing, and manipulating meta-information in digi

    MP3::Tag::CDDB_File 0.9708 (by Thomas)
    MP3::Tag::CDDB_File is a Perl module for parsing CDDB files.

    SYNOPSIS

    my $db = MP3::Tag::CDDB_File->new($filename, $track); #

    MP3::Info 1.20 (by Chris Nandor)
    MP3::Info is a Perl module that can manipulate / fetch info from MP3 audio files.

    SYNOPSIS

    #!perl -w
    use MP3::


    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