Aperture 3: Publishing to MobileMe Gallery from multiple computers requires same version of Aperture

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Aperture 3: Publishing to MobileMe Gallery from multiple computers requires same version of Aperture
# 1  
Old 02-09-2010
Aperture 3: Publishing to MobileMe Gallery from multiple computers requires same version of Aperture

With Aperture 2 or later, MobileMe members can publish albums to their MobileMe Gallery. If you have Aperture installed on multiple computers and publish to your MobileMe Gallery from each, the version of Aperture you have on each computer should be the same.Using Aperture 2 and Aperture 3 on different computers to publish to your MobileMe Gallery may result in unexpected behavior such as: Content published from Aperture 3 may be removed from the Gallery after it syncs with Aperture 2. Albums published to MobileMe Gallery may appear duplicated, with the duplicated album appearing to be empty.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Image::ExifTool::Shortcuts(3)				User Contributed Perl Documentation			     Image::ExifTool::Shortcuts(3)

NAME
Image::ExifTool::Shortcuts - ExifTool shortcut tags SYNOPSIS
This module is required by Image::ExifTool. DESCRIPTION
This module contains definitions for tag name shortcuts used by Image::ExifTool. You can customize this file to add your own shortcuts. Individual users may also add their own shortcuts to the .ExifTool_config file in their home directory (or the directory specified by the EXIFTOOL_HOME environment variable). The shortcuts are defined in a hash called %Image::ExifTool::UserDefined::Shortcuts. The keys of the hash are the shortcut names, and the elements are either tag names or references to lists of tag names. An example shortcut definition in .ExifTool_config: %Image::ExifTool::UserDefined::Shortcuts = ( MyShortcut => ['createdate','exif:exposuretime','aperture'], MyAlias => 'FocalLengthIn35mmFormat', ); In this example, MyShortcut is a shortcut for the CreateDate, EXIF:ExposureTime and Aperture tags, and MyAlias is a shortcut for FocalLengthIn35mmFormat. AUTHOR
Copyright 2003-2010, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Image::ExifTool(3pm) perl v5.12.1 2010-03-01 Image::ExifTool::Shortcuts(3)