diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-17 16:27:47 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-17 16:27:47 +0000 |
commit | ff1f01cc4a39ec1b880c29776be57f47a7e07750 (patch) | |
tree | f1ba48d83ea1ac996484797edfad40007eeaa450 /www/p5-Apache-MP3/pkg-descr | |
parent | 29c7e1e039cb2d7c4832f6413e71f9f4d67f65a4 (diff) |
Notes
Diffstat (limited to 'www/p5-Apache-MP3/pkg-descr')
-rw-r--r-- | www/p5-Apache-MP3/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/p5-Apache-MP3/pkg-descr b/www/p5-Apache-MP3/pkg-descr new file mode 100644 index 000000000000..b819942dd424 --- /dev/null +++ b/www/p5-Apache-MP3/pkg-descr @@ -0,0 +1,11 @@ +This module takes a hierarchy of directories containing MP3 files +and presents it as a browsable song library for streaming over the +web. It requires the Apache web server, the mod_perl embedded Perl +interpreter, and the MP3::Info module. + +MP3 files are displayed in a list that shows the MP3 title, artist, +duration and bitrate. Subdirectories are displayed with "CD" icons. +The user can download an MP3 file to disk by clicking on its title, +stream it to an MP3 decoder by clicking on the "play" link. Users +can also stream the entire contents of a directory, or select a +subset of songs to play. |