AudioFile::Info 1.08
AudioFile::Info is a Perl extension to get info from audio files. SYNOPSIS use AudioFile::Info; my $song = AudioFile::In
|
|||||||||||||||||||
AudioFile::Info is a Perl extension to get info from audio files.
SYNOPSIS
use AudioFile::Info;
my $song = AudioFile::Info->new($some_mp3_or_ogg_vorbis_file);
print 'Title: ', $song->title, "n",
'Artist: ', $song->artist, "n".
'Album: ', $song->album, "n",
'Track: ', $song->track, "n";
'Year: ', $song->year, "n",
'Genre: ', $song->genre, "n";
$song->title('something else'); # Changes the title
ABSTRACT
AudioFile::Info is a simple way to get track information out of an audio file. It gives a unified interface for extracting information from both MP3 and Ogg Vorbis files.
Some AudioFile::Info plugins also have the ability to write data back to the file.
Requirements:
tags
Download AudioFile::Info 1.08
Authors software
|
|
|
|
|
|
|
|
|
|
Similar software
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Other software in this category
|
|
|
|
|
|
|
|
|
|
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
- Communications
- Database
- Desktop Environment
- Games
- Internet
- Multimedia
- Office
- Programming
- Science and Engineering
- System
- Text Editing&Processing
