2006-07-12 22:24:34 +02:00
|
|
|
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,
|
2008-06-15 14:52:11 +02:00
|
|
|
and return either the list of filenames (the default), a printf-style
|
2006-07-12 22:24:34 +02:00
|
|
|
formatted string for each file using its ID3 tags, or the actual Perl
|
|
|
|
data structure representing the results.
|
|
|
|
|
|
|
|
WWW: http://search.cpan.org/dist/MP3-Find/
|