lines 598-614
print a({-href=>'./playlist.m3u?Play+All+Recursive=1'}, img({-src => $self->cd_icon($dir), $self->aleft, -alt=> $self->x('Stream All'), -border=>0})), $links, a({-href=>'./playlist.m3u?Shuffle+All+Recursive=1'}, font({-class=>'directory'}, '[', $self->x('Shuffle All'), ']' )) .' '. a({-href=>'./playlist.m3u?Play+All+Recursive=1'}, font({-class=>'directory'}, '[', $self->x('Stream All'), ']' )), br({-clear=>'ALL'}),;
lines 1237-1243
my $mime = $self->r->lookup_file("$dir/$d")->content_type; push(@directories,$d) if !$seen{$d}++ && $mime eq DIR_MAGIC_TYPE; # .m3u files should be configured as audio/playlist MIME types in +your apache .conf file push(@playlists,$d) if $mime =~ m!^audio/(playlist|x-mpegurl|mpegu +rl|x-scpls)$!; push(@txtfiles,$d) if $mime =~ m!^text/plain$!;
lines 1887-1890
sub supported_type { my $self = shift; my $type = shift; return $self->{'supported_types'}->{$type}; }
You shouldn't worry too much about those warnings, they mostly mean $dir and some $dir derived values are undefined at some point (probably means the requested directory doesn't exist)

In reply to Re: Installing Apache-MP3-4.00 on Unix by Anonymous Monk
in thread Installing Apache-MP3-4.00 on Unix by j1_osu

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.