Apache-MP3-Skin
view release on metacpan or search on metacpan
of HTML::Template allows Apache::MP3 to be "skinned".
DEMOS and sample SKINS can be found at http://www.apachemp3.com
INSTALLATION
1. Prequisites
This module requires Apache::MP3 2.12 or greater. Before you begin
installing this module, install and verify that Apache::MP3 works.
This module also requires HTML::Template 2.00 or greater. Both Apache::MP3
and HTML::Template are available on CPAN.
2. Download and Install Apache::MP3::Skin
The latest version can be found http://www.apachemp3.com.
Unzip and untar it, then the following commands:
perl Makefile.PL
into the apache_mp3 directory which came with Apache::MP3 and should
now be located in your web tree.
4. Set Apache::MP3::Skin to be the handler for the MP3 directory
If you are already running Apache::MP3, and you should be, then inside
your httpd.conf or access.conf file, change the handler for your songs
directory from Apache::MP3 (or Apache::MP3::Playlist or something
similar) to Apache::MP3::Skin. At this point, without going any further
in the installation process, Apache::MP3::Skin will act just as
Apache::MP3::Playlist. If you want you can restart Apache and verify
that that's true.
You should have something like this in httpd.conf or access.conf
<Location /Songs>
SetHandler perl-script
PerlHandler Apache::MP3::Skin
</Location>
( run in 0.446 second using v1.01-cache-2.11-cpan-5467b0d2c73 )