The Good

This is an excellent package for anyone who wants to add MP3 listing and streaming to Apache. The installation directions are simple and straight forward. There are a number of configuration options to change the behaviour of the module. It also uses MP3::Info to extract id3 tag info for the listings and this information can be cached for better performance. I have nearly 5 Gig. of mp3s on a k6-2 450 and speed isn't an issue.

The Bad

I had originally installed this on a stock Redhat Apache/Mod_Perl setup (mod_perl loaded dynamically). For some reason this played havoc on the stability of the module. Once I recompiled Apache and Mod_Perl from source, it behaved flawlessly.

The look of the generated pages is controled via a cascading style sheet. While this simplifies altering the apearance, it doesn't allow for an ultimate in configurability.

And lastly, somebody else wrote it. For those of you who had considered writing one, the task has been done. :)


In reply to Apache::MP3 by maverick

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.