logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Net::DPAP::Client::Album - Remote DPAP album

Author

       Leon Brocard <acme@astray.com>

Description

       This module represents a remote iPhoto shared album.

Methods

count
       The returns the number of images in the album.

   id
       This returns the internal iPhoto ID for the album. You probably don't need to worry about this.

   images
       This returns an arrayref of Net::DPAP::Client::Image objects, representing the images in the album.

   name
       This returns the name of the album. Note that if you are sharing individual albums, iPhoto tends to share
       all the images in the collection in an album named "Photo album", as well as in the individual albums. So
       you may see photos twice in that case.

Name

       Net::DPAP::Client::Album - Remote DPAP album

See Also