NAME
Filesys::Virtual::DAAP - present a DAAP share as a VFS
SYNOPSIS
use Filesys::Virtual::DAAP;
my $fs = Filesys::Virtual::DAAP->new({
host => 'localhost',
port => 3689, # the default
cwd => '/',
root_path => '/',
home_path => '/home',
});
my @albums = $fs->list("/Library");
my @playlists = $fs->list("/Playlists");
DEPENDENCIES
This module has external dependencies on the following modules:
Class::Accessor
Filesys::Virtual
Net::DAAP::Client::Auth 0.12
perl 5.006
INSTALLATION
perl Build.PL
perl Build test
and if all goes well
perl Build install
HISTORY
What changed over the last 3 revisions
- 0.02 Tuesday 18th May, 2004
-
docubug - it's Net::DAV::Server not Net::Server::DAV (doh) Threw in some more gurards against invalid file paths. Removed a stealth dependency on YAML.
- 0.01 Monday 17th May, 2004
-
Initial CPAN release =back
AUTHOR
Richard Clamp <richardc@unixbeard.net>
COPYRIGHT
Copyright 2004 Richard Clamp. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Net::DAAP::Client::Auth, Net::DAV::Server, POE::Component::Server::FTP
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 58:
You forgot a '=back' before '=head1'