Apache::MP3::Skin 0.91 review

Download
by rbytes.net on

Apache::MP3::Skin is a subclass of Apache::MP3::Playlist with the ability to "skin" the output using HTML::Template. SYNOPSIS

License: Perl Artistic License
File size: 17K
Developer: Robert Graff
0 stars award from rbytes.net

Apache::MP3::Skin is a subclass of Apache::MP3::Playlist with the ability to "skin" the output using HTML::Template.

SYNOPSIS

# httpd.conf or srm.conf
AddType audio/mpeg .mp3 .MP3

# httpd.conf or access.conf
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3::Skin
PerlSetVar HomePath /songs # optional
PerlSetVar DefaultSkin default.tmpl # required

# Without DefaultSkin being set to a valid file
# Apache::MP3::Skin will be the same as Apache::MP3
< /Location >

Apache::MP3::Skin subclasses Apache::MP3::Playlist enabling the use of skin files which are html files with special tags enabled by HTML::Template. See Apache::MP3 for details on installing and using.

Requirements:
Perl

Apache::MP3::Skin 0.91 search tags