diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-12 20:24:34 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-12 20:24:34 +0000 |
commit | cdbfe1f9a743d32f0da08be17dee6e61a86f8e2c (patch) | |
tree | 890f0e688ed193cf848cbe5b0e0045e9ecadea55 /audio/p5-MP3-Find/pkg-descr | |
parent | b52c47970c2d271af7cee2361f1d510ca854368a (diff) | |
download | ports-cdbfe1f9a743d32f0da08be17dee6e61a86f8e2c.tar.gz ports-cdbfe1f9a743d32f0da08be17dee6e61a86f8e2c.zip |
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/
PR: ports/100149
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Notes
Notes:
svn path=/head/; revision=167621
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/ |