The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:MP3::Album"

Album.pm River stage zero No dependents

BMAVT/MP3-Album-0.14 - 04 Aug 2003 15:53:26 UTC

MP3::Album::Layout::Fetcher - Perl extension to manage fetchers of album layouts. River stage zero No dependents

This module is a fetcher manager. It searches for modules in the MP3::Album::Layout::Fetcher::* name space and registers them as available fetchers. The fetcher modules are called by MP3::Album::Layout::Fetcher and they return lists of album layouts ...

BMAVT/MP3-Album-0.14 - 04 Aug 2003 15:53:26 UTC

lib/MP3/Album/Layout.pm River stage zero No dependents

BMAVT/MP3-Album-0.14 - 04 Aug 2003 15:53:26 UTC

lib/MP3/Album/Track.pm River stage zero No dependents

BMAVT/MP3-Album-0.14 - 04 Aug 2003 15:53:26 UTC

lib/MP3/Album/Layout/Fetcher/Tag.pm River stage zero No dependents

BMAVT/MP3-Album-0.14 - 04 Aug 2003 15:53:26 UTC

lib/MP3/Album/Layout/Fetcher/CDDB.pm River stage zero No dependents

BMAVT/MP3-Album-0.14 - 04 Aug 2003 15:53:26 UTC

MP3::Find - Search and sort MP3 files based on their ID3 tags River stage zero No dependents

This module allows you to search for MP3 files by their ID3 tags. You can ask for the results to be sorted by one or more of those tags, and return either the list of filenames (the deault), a "printf"-style formatted string for each file using its I...

PEICHMAN/MP3-Find-0.07 - 08 Jun 2011 03:56:24 UTC

MP3::Info - Manipulate / fetch info from MP3 audio files River stage two • 19 direct dependents • 74 total dependents

$mp3 = MP3::Info->new(FILE) OOP interface to the rest of the module. The same keys available via get_mp3info and get_mp3tag are available via the returned object (using upper case or lower case; but note that all-caps "VERSION" will return the module...

JMERELO/MP3-Info-1.26 - 03 Oct 2017 12:02:25 UTC

MP3::ID3Lib - ID3v1/ID3v2 Tagging of MP3 files River stage one • 1 direct dependent • 1 total dependent

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, compose...

LBROCARD/MP3-ID3Lib-0.12 - 29 Jan 2003 13:29:26 UTC

MP3::Mplib - Speedy access to id3v1 and id3v2 tags River stage zero No dependents

MP3::Mplib is a wrapper around Stefan Podkowinski's mplib written in C. It combines the best of both worlds: C's speed and Perl's nice object-orientedness. Note that MP3::Mplib ships with its own version of mplib (currently 1.0.1). There is no sophis...

VPARSEVAL/MP3-Mplib-0.02 - 07 Mar 2004 09:51:19 UTC

Apache::MP3 - Generate streamable directories of MP3 and Ogg Vorbis files River stage zero No dependents

This module makes it possible to browse a directory hierarchy containing MP3, Ogg Vorbis, or Wav files, sort them on various fields, download them, stream them to an MP3 decoder like WinAmp, and construct playlists. The display is configurable and su...

LDS/Apache-MP3-4.00 - 15 Apr 2006 01:26:38 UTC

MP3::ID3v1Tag - Edit ID3v1 Tags from an Audio MPEG Layer 3. River stage zero No dependents

The ID3v1Tag routines are useful for setting and reading ID3 MP3 Audio Tags. Just create an MP3::ID3v1Tag Object with the path to the file of interest, and query any of the methods below. Print Full ID3 Tag To get a print out of all the header inform...

SVANZOEST/MP3-ID3v1Tag-1.11 - 01 Sep 2000 20:31:38 UTC

MP3::Tag - Module for reading tags of MP3 audio files River stage two • 7 direct dependents • 12 total dependents

"MP3::Tag" is a wrapper module to read different tags of mp3 files. It provides an easy way to access the functions of separate modules which do the handling of reading/writing the tags itself. At the moment MP3::Tag::ID3v1 and MP3::Tag::ID3v2 are su...

ILYAZ/MP3-Tag-1.16 - 25 Nov 2022 13:04:02 UTC

MP3::Tag::File - Module for reading / writing files River stage two • 7 direct dependents • 12 total dependents

MP3::Tag::File is designed to be called from the MP3::Tag module. It offers possibilities to read/write data from files via read(), write(), truncate(), seek(), tell(), open(), close(); one can find the filename via the filename() method....

ILYAZ/MP3-Tag-1.16 - 25 Nov 2022 13:04:02 UTC

MP3::Tag::Cue - Module for parsing .cue files. River stage two • 7 direct dependents • 12 total dependents

MP3::Tag::Cue is designed to be called from the MP3::Tag module. It parses the content of a .cue file. The .cue file is looked for in the same directory as audio file; one of the following conditions must be satisfied: * The "audio" file is specified...

ILYAZ/MP3-Tag-1.16 - 25 Nov 2022 13:04:02 UTC

MP3::Tag::Inf - Module for parsing .inf files associated with music tracks. River stage two • 7 direct dependents • 12 total dependents

MP3::Tag::Inf is designed to be called from the MP3::Tag module. It parses the content of .inf file (created, e.g., by cdda2wav). POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 7: =over is the last t...

ILYAZ/MP3-Tag-1.16 - 25 Nov 2022 13:04:02 UTC

MP3::PodcastFetch - Fetch and manage a podcast subscription River stage zero No dependents

This package provides a convenient and simple way of mirroring the podcasts described by an RSS feed into a local directory. It was written as the backend for the fetch_pods.pl script. To use it, create an MP3::PodcastFetch object with the required -...

LDS/MP3-PodcastFetch-1.05 - 05 Apr 2013 11:43:47 UTC

MP3::Tag::ID3v1 - Module for reading / writing ID3v1 tags of MP3 audio files River stage two • 7 direct dependents • 12 total dependents

title(), artist(), album(), year(), comment(), track(), genre() $artist = $id3v1->artist; $artist = $id3v1->artist($artist); $album = $id3v1->album; $album = $id3v1->album($album); $year = $id3v1->year; $year = $id3v1->year($year); $comment = $id3v1-...

ILYAZ/MP3-Tag-1.16 - 25 Nov 2022 13:04:02 UTC

MP3::Find::DB - SQLite database backend to MP3::Find River stage zero No dependents

This is the database backend for MP3::Find. The easiest way to use it is with a SQLite database, but you can also pass in your own DSN or database handle. The database you use should have at least one table named "mp3" with the following schema: CREA...

PEICHMAN/MP3-Find-0.07 - 08 Jun 2011 03:56:24 UTC

Music::Tag::MP3 - Plugin module for Music::Tag to get information from id3 tags River stage one • 2 direct dependents • 2 total dependents

Music::Tag::MP3 is used to read id3 tag information. It uses MP3::Tag to read id3v2 and id3 tags from mp3 files. As such, it's limitations are the same as MP3::Tag. It does not write id3v2.4 tags, causing it to have some trouble with unicode....

EALLENIII/Music-Tag-MP3-0.4101 - 17 Aug 2010 03:42:23 UTC
34 results (0.031 seconds)