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

Search results for "module:MP3::Tag"

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::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::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::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::Tag::ID3v2 - Read / Write ID3v2.x.y tags from mp3 audio files River stage two • 7 direct dependents • 12 total dependents

get_frame_ids() $frameIDs = $tag->get_frame_ids; $frameIDs = $tag->get_frame_ids('truename'); [old name: getFrameIDs() . The old name is still available, but you should use the new name] get_frame_ids loops through all frames, which exist in the tag....

ILYAZ/MP3-Tag-1.16 - 25 Nov 2022 13:04:02 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

MP3::Tag::Utils - Assorted utilities for manipulating MP3 files via MP3::Tag. River stage zero No dependents

VVELOX/MP3-Tag-Utils-0.0.3 - 15 Mar 2013 18:24:33 UTC

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

MP3::Tag::CDDB_File is designed to be called from the MP3::Tag module. It parses the content of CDDB file. The file is found in the same directory as audio file; the list of possible file names is taken from the field "cddb_files" if set by MP3::Tag ...

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

MP3::Tag::ImageSize - extract size info from image files via Image::Size. River stage two • 7 direct dependents • 12 total dependents

MP3::Tag::ImageSize is designed to be called from the MP3::Tag module. It implements width(), height() and mime_type() methods (sizes in pixels). They return "undef" if "Image::Size" is not available, or does not return valid data....

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

MP3::Tag::ParseData - Module for parsing arbitrary data associated with music files. River stage two • 7 direct dependents • 12 total dependents

MP3::Tag::ParseData is designed to be called from the MP3::Tag module. Each option of configuration item "parse_data" should be of the form "[$flag, $string, $pattern1, ...]". For each of the option, patterns of the option are matched agains the $str...

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

MP3::Tag::LastResort - Module for using other fields to fill autoinfo fields. River stage two • 7 direct dependents • 12 total dependents

MP3::Tag::LastResort is designed to be called from the MP3::Tag module. It uses the artist_collection() as comment() if comment() is not otherwise defined....

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

MP3::Tag::ImageExifTool - extract size info from image files via Image::ExifTool. River stage two • 7 direct dependents • 12 total dependents

MP3::Tag::ImageExifTool is designed to be called from the MP3::Tag module. It implements the (standard) methods qw(title track artist album year genre comment), as well as width(), height(), bit_depth(), _duration() and mime_type() methods (sizes in ...

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

AudioFile::Info::MP3::Tag - Perl extension to get info from MP3 files. River stage zero No dependents

This is a plugin for AudioFile::Info which uses MP3::Tag to get or set data about MP3 files. See AudioFile::Info for more details....

DAVECROSS/AudioFile-Info-MP3-Tag-v1.6.4 - 28 Dec 2023 17:18:52 UTC

Template::Plugin::MP3::Tag - Interface to the MP3::Tag Module River stage zero No dependents

"Template::Plugin::MP3::Tag" provides a simple wrapper for using "MP3::Tag" in object oriented mode; see MP3::Tag for more details. Although "Template::Plugin::MP3" can fetch MP3 files, but it Supports only ID3v1. When you have to fetch MP3 files ID3...

TRAVAIL/Template-Plugin-MP3-Tag-0.01 - 26 Apr 2006 16:05:52 UTC

lib/Audio/File/Mp3/Tag.pm River stage one • 3 direct dependents • 3 total dependents

FLORA/Audio-File-0.11 - 25 Aug 2006 13:19:13 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

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::PodcastFetch::TagManager - Handle differences among ID3 tag libraries River stage zero No dependents

This is a utility class written for MP3::PodcastFetch. It papers over the differences between three Perl ID3 tagging modules, MP3::Info, MP3::Tag and Audio::TagLib. No other tagging libraries are currently supported. Main Methods The following method...

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

lib/Audio/SuperTag/Plugin/MP3.pm River stage zero No dependents

ACG/supertag-0.2.1 - 21 Mar 2010 22:44:12 UTC
35 results (0.04 seconds)