openbsd-ports/www/p5-Apache-MP3/pkg/DESCR
naddy d5a306ab2e Update to 3.01, adds localization support.
From maintainer Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.
2002-08-25 19:26:21 +00:00

17 lines
769 B
Plaintext

Apache::MP3
This module takes a hierarchy of directories containing MP3 or Ogg
Vorbis 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, the MP3::Info and Ogg::Vorbis modules.
Files are displayed in a list that shows the title, artist, duration
and bitrate. Subdirectories are displayed with "CD" icons. The user
can download a file to disk by clicking on its title or stream it to
a 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.
A DEMO is available at http://www.modperl.com/Songs. In this demo,
stream time is limited to 30 seconds in order to avoid copyright
infringement.