diff options
Diffstat (limited to 'audio/p5-MP3-Find/pkg-descr')
-rw-r--r-- | audio/p5-MP3-Find/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/p5-MP3-Find/pkg-descr b/audio/p5-MP3-Find/pkg-descr new file mode 100644 index 000000000000..3d084458c1b3 --- /dev/null +++ b/audio/p5-MP3-Find/pkg-descr @@ -0,0 +1,7 @@ +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 ID3 tags, or the actual Perl +data structure representing the results. + +WWW: http://search.cpan.org/dist/MP3-Find/ |