Linux SoftwareProgrammingLibrariesMP3::Tag 0.9708

MP3::Tag 0.9708



Developer:   Thomas Geffert and Ilya Zakharevich
      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 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();

Requirements:
  • Perl
    tags mp3 {id3v2}  the tag  from the  mp3 tag  mp3 {id3v1}  some information  write tag  new tag  tag mp3  the file  artist album  read some  information from  

    Download MP3::Tag 0.9708


     http://mirrors.evolva.ro/CPAN/authors/id/I/IL/ILYAZ/modules/MP3-Tag-0.9708.tar.gz


    Authors software

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


    Similar software

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

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

    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

    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

    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

    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::

    dagger 0.2 (by Stephan Windm?ller)
    dagger is a small command-line utility for unix/linux written in Python which tags and renames audio-files

    ID3 mass tagger 0.78 (by squell)
    ID3 mass tagger is a portable command-line mass tagger for audio files.

    ID3 mass tagger is designed for non-interactively adding,

    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


    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