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

Search results for "EALLENIII"

Music::Tag - Interface for collecting information about music files. River stage two • 10 direct dependents • 11 total dependents

Extendable module for working with Music Tags. Music::Tag Is powered by various plugins that collect data about a song based on whatever information has already been discovered. The motivation behind this was to provide a convenient method for fixing...

EALLENIII/Music-Tag-0.4103 - 21 Aug 2010 22:22:25 UTC - Search in distribution

MooseX::Unique - Make your Moose instances as unique as you are River stage zero No dependents

This module uses MooseX::InstanceTracking to keep track of your instances. If an attribute has a unique flag set, and a new attribute is requested with the same value, the original will be returned. This is useful if * If you are creating several att...

EALLENIII/MooseX-Unique-0.005 - 23 Jun 2011 02:31:42 UTC - Search in distribution

Config::Options - module to provide a configuration hash with option to read from file. River stage two • 3 direct dependents • 14 total dependents

The motivation for this module was to provide an option hash with a little bit of brains. It's pretty simple and used mainly by other modules I have written....

EALLENIII/Config-Options-0.08 - 20 Feb 2008 08:08:31 UTC - Search in distribution

Music::Tag::M4A - Plugin module for Music::Tag to get information from Apple QuickTime headers. River stage zero No dependents

Music::Tag::M4A is used to read header information from QuickTime MP4 containers. It uses Audio::M4P::QuickTime and MP4::Info. It is not currently able to write M4A tags (safely). Audio::M4P::QuickTime can write these tags, but iTunes has trouble rea...

EALLENIII/Music-Tag-M4A-0.4101 - 17 Aug 2010 03:42:16 UTC - Search in distribution

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 - Search in distribution

Music::Tag::OGG - Plugin module for Music::Tag to get information from ogg-vorbis headers. River stage zero No dependents

Music::Tag::OGG is used to read ogg-vorbis header information. It uses Ogg::Vorbis::Header::PurePerl. I have gone back and forth with using this and Ogg::Vorbis::Header. Finally I have settled on Ogg::Vorbis::Header::PurePerl, because the autoload fo...

EALLENIII/Music-Tag-OGG-0.4101 - 17 Aug 2010 03:42:40 UTC - Search in distribution

Music::Tag::Amazon - Plugin module for Music::Tag to get information from Amazon.com River stage zero No dependents

This plugin gathers additional information about a track from amazon, and updates the Music::Tag object. Music::Tag::Amazon objects must be created by Music::Tag....

EALLENIII/Music-Tag-Amazon-0.4101 - 17 Aug 2010 03:39:57 UTC - Search in distribution

Music::Tag::FLAC - Plugin module for Music::Tag to get information from flac headers. River stage zero No dependents

Music::Tag::FLAC is used to read flac header information. It uses Audio::FLAC::Header....

EALLENIII/Music-Tag-FLAC-0.4101 - 17 Aug 2010 03:41:44 UTC - Search in distribution

Music::Tag::File - Plugin module for Music::Tag to get information from filename and directory entries. River stage zero No dependents

Music::Tag::File is a Music::Tag plugin used to guess information about a music file from its filename, directory name, or contents of the directory it resides in. This plugin will not overwrite values found by other plugins. Music::Tag::File objects...

EALLENIII/Music-Tag-File-0.4101 - 17 Aug 2010 03:41:29 UTC - Search in distribution

MooseX::EasyAcc - Name your accessors foo(), set_foo(), and has_foo() River stage zero No dependents

Like MooseX::FollowPBP, or MooseX::SemiAffordanceAccessor this changes the naming convention for accessors. Attributes are created using SemiAffordance style (attr, set_attr) with the addition of a predicate (prefixed with 'has_'). Unlike MooseX::Sem...

EALLENIII/MooseX-EasyAcc-0.001 - 13 Jun 2011 16:41:50 UTC - Search in distribution

Test::LWP::Recorder - Create an LWP UserAgent that records and plays back sessions River stage zero No dependents

This module creates a LWP UserAgent that records interactions to a test drive. Setting the "record" parameter to true will cause it to record, otherwise it plays back. It is designed for use in test suites. In the case that a page is requested while ...

EALLENIII/Test-LWP-Recorder-0.1.1 - 16 Sep 2013 17:01:18 UTC - Search in distribution

Music::Audioscrobbler::Submit - Module providing routines to submit songs to last.fm using 1.2 protocol. River stage one • 1 direct dependent • 1 total dependent

Music::Audioscrobbler::Submit is a scrobbler for MPD implementing the 1.2 protocol, including "Now Playing' feature. Items are submitted and stored in a queue. This queue is stored as a file using Tie::File. When you submit a track, it will add the q...

EALLENIII/Music-Audioscrobbler-Submit-0.05 - 20 Jun 2008 05:01:47 UTC - Search in distribution

Music::Audioscrobbler::MPD - Module providing routines to submit songs to last.fm from MPD. River stage zero No dependents

Music::Audioscrobbler::MPD is a scrobbler for MPD. As of version .1, Music::Audioscrobbler::Submit is used to submit information to last.fm. All internal code is subject to change. See musicmpdscrobble for usage info....

EALLENIII/Music-Audioscrobbler-MPD-0.13 - 29 Sep 2008 02:13:06 UTC - Search in distribution

MooseX::Role::AttributeOverride - Allow roles to modify attributes River stage zero No dependents

Moose doesn't allow roles to override attributes using the has '+attr' method. There are several good reasons for that. Basically, "that's not what a role is for." A role is a set of requirements with defaults. A class should always be able to overri...

EALLENIII/MooseX-Role-AttributeOverride-0.0.9 - 29 Jun 2011 20:49:52 UTC - Search in distribution

Music::Tag::MusicBrainz - Plugin module for Music::Tag to get information from MusicBrainz database. River stage zero No dependents

This plugin gathers additional information about a track from www.musicbrianz.org, and updates the Music::Tag object. Music::Tag::MusicBrainz objects must be created by Music::Tag....

EALLENIII/Music-Tag-MusicBrainz-0.4101 - 17 Aug 2010 03:42:28 UTC - Search in distribution

Music::Tag::LyricsFetcher - Plugin module for Music::Tag to fetch lyrics use Lyrics::Fetcher River stage zero No dependents

Music::Tag::LyricsFetcher is an interface to David Precious' Lyrics::Fetcher module....

EALLENIII/Music-Tag-LyricsFetcher-0.4101 - 17 Aug 2010 03:41:58 UTC - Search in distribution
16 results (2.019 seconds)