NAME
Net::DAAP::Server::AAC - DAAP server that handles MP3 and AAC
SYNOPSIS
use POE;
use Net::DAAP::Server::AAC;
# same as Net::DAAP::Server
my $server = Net::DAAP::Server::AAC->new(
path => "/home/miyagawa/music",
port => 9999,
name => "My Music",
);
$poe_kernel->run;
DESCRIPTION
Net::DAAP::Server::AAC is a Net::DAAP::Server's subclass that handles MP4/AAC files as well, in addition to the MP3 music files.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
Richard Clamp wrote Net::DAAP::Server and Net::DAAP::Server::Track, from which a lot of code is used and subclassed.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.