The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

iphoto - a command line shell for iPhoto

SYNOPSIS

        # start the shell
        % iphoto
        
        # run a single command
        % iphoto merge album1 album2

        

DESCRIPTION

THIS IS EXPERIMENTAL SOFTWARE! USE AT YOUR OWN RISK!

===================================================================== This module is looking for a maintainer!

No one is maintaining this module, but you can take up its care and feeding by requesting CPAN persmissions from modules@perl.org.

This version is assigned to the ADOPTME CPAN user and hosted in GitHub:

        https://github.com/CPAN-Adopt-Me/mac-iphoto-shell

=====================================================================

This script provides a shell for iPhoto. Make a backup of your photo library, or use a test library, to play with this script.

I last tested this with iPhoto 6.

COMMANDS

These commands interact with iPhoto, and some of them will change your iPhoto library, including deleting photos forever.

The "show" command makes iPhoto display something, while the "print" command makes the shell display something. For instance, "show boat" will tell iPhoto to display the album "boat" just as if you had selected it from iPhoto's albums pane. The command "print albums" will print on the terminal (not the printer!) the list of albums.

Although some photos may disappear from albums or the photo library, they are simply in the Trash library, and you do not delete them until you use the "empty" command. However, since I am still developing this script, I have disabled that command. You can still use the command, but it will not empty the trash. To enable the "empty" command, find the "empty_trash" subroutine and modify the source according to the comment in the subroutine.

debug

turn on extra output

empty

empty the trash (you cannot recover these photos).

help

display available commands

make ALBUM_NAME

make an album named ALBUM_NAME

merge ALBUM1 ALBUM2

move everything from ALBUM2 to ALBUM1, and remove ALBUM2

move ALBUM

move the selected photos to ALBUM

quit

stop the shell

Rrint information about the specified object. What these actually print changes everytime I look at the source, so you have to try them to see.

remove ALBUM

Remove the album. The photos stay in the photo library.

show ALBUM

Tell iPhoto to display ALBUM

trash

Put the selected photos in the trash

version

Print the shell version

view [ import | organize | edit | book ]

Change the view. The default is "organize", and using any unknown view changes it to "organize".

SOURCE AVAILABILITY

This source is in Github:

        https://github.com/CPAN-Adopt-Me/mac-iphoto-shell

AUTHOR

  =====================================================================
             This module is looking for a maintainer!

No one is maintaining this module, but you can take up its care and feeding by requesting CPAN persmissions from modules@perl.org.

This version is assigned to the ADOPTME CPAN user and hosted in GitHub:

        https://github.com/CPAN-Adopt-Me/mac-iphoto-shell

  =====================================================================

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2004-2008, brian d foy, All rights reserved.

You may use this program under the same terms as Perl itself.