Apache::MP3::Playlist 4.00 review

Download
by rbytes.net on

Apache::MP3::Playlist can manage directories of MP3 files with sorting and persistent playlists. SYNOPSIS # httpd.conf or srm.

License: Perl Artistic License
File size: 320K
Developer: Lincoln Stein
0 stars award from rbytes.net

Apache::MP3::Playlist can manage directories of MP3 files with sorting and persistent playlists.

SYNOPSIS

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

# httpd.conf or access.conf
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3::Playlist
PerlSetVar SortField Title
PerlSetVar Fields Title,Artist,Album,Duration
< /Location >

Apache::MP3::Playlist subclasses Apache::MP3::Sorted to allow the user to build playlists across directories. Playlists are stored in cookies and are persistent for the life of the browser. See Apache::MP3 and Apache::MP3::Sorted for details on installing and using.

Requirements:
Perl

Apache::MP3::Playlist 4.00 search tags