Package : perl-MP3-Find

Package details

Summary: File::Find-based backend to MP3::Find

Description:
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 default), a 'printf'-style formatted
string for each file using its ID3 tags, or the actual Perl data structure
representing the results.

There are currently two backends to this module: MP3::Find::Filesystem
and MP3::Find::DB. You choose which one you want by
passing its name as the argument to you 'use' statement; *MP3::Find* will
look for a *MP3::Find::$BACKEND* module. If no backend name is given, it
will default to using MP3::Find::Filesystem.

*Note:* I'm still working out some kinks in the DB backend, so it is
currently not as stable as the Filesystem backend.


URL: http://search.cpan.org/dist/MP3-Find
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs