Query: net::dpap::client
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Net::DPAP::Client(3pm) User Contributed Perl Documentation Net::DPAP::Client(3pm)NAMENet::DPAP::Client - Connect to iPhoto shares (DPAP)SYNOPSISuse Net::DPAP::Client; my $client = Net::DPAP::Client->new; $client->hostname($hostname); my @albums = $client->connect; foreach my $album (@albums) { print $album->name, " "; foreach my $image (@{$album->images}) { print " ", $image->name, " "; my $thumbnail = $image->thumbnail; my $hires = $image->hires; } }DESCRIPTIONThis module provides a DPAP client. DPAP is the Digital Photo Access Protocol and is the protocol that Apple iPhoto uses to share photos. This allows you to browse shared albums, and download thumbnail and hires versions of shared photos. It currently doesn't support password-protected shares.METHODSnew The constructor: my $client = Net::DPAP::Client->new; $client->hostname($hostname); connect Connect to the hostname: my @albums = $client->connect;SEE ALSONet::DPAP::Client::Album, Net::DPAP::Client::Image.AUTHORLeon Brocard <acme@astray.com>COPYRIGHTCopyright (C) 2004-6, Leon Brocard This module is free software; you can redistribute it or modify it under the same terms as Perl itself. perl v5.10.1 2010-06-07 Net::DPAP::Client(3pm)
Related Man Pages |
---|
net::epp::frame::hello(3pm) - debian |
net::hotline::privatechat(3pm) - debian |
net::hotline::user(3pm) - debian |
net::jabber::key(3pm) - debian |
net::smtp::server::relay(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
X-Client for Windows? |
I'm a newbie to unix |
NoMachine NX window closes after establishing connection |
Problem when I try to Install a Client VPN Cisco |
Jumpstart Client Issue |