Browsing Posts published by Vlad

PiwigoExport
Version 1.9.0 is available for download.
The changes and improvements in this version are mainly focused around the Associate Photos feature and making the access to the Extras feature much self-evident and easier. This update also fixes a couple of compatibility issues with Lightroom version 2 and 3, as well as the TypeT@gs plugin for Piwigo.

Changes in this version:

  • Publish Service - All functions from the Extras section, such as Import Albums, Associate Images, Check Photos, etc. are now available right from the Publish Service Settings panel within Lightroom Publishing Manager.

  • Extras - Associate Photos: The photo matching algorithm has been significantly improved to provide a faster and more accurate matching, particularly when file names contain spaces and other non-alphanumeric characters.
  • Extras - Associate Photos: Added a new method of resolving matching conflicts - now you can prioritize pairing of rendered JPEG copies over raw originals.
  • Extras - Associate Photos: Added new matching method By File Number Suffix which compares only numeric image suffixes when searching for pairing candidates.
  • Extras - Associate Photos: Added new matching method By File Number Suffix and Capture Time which chooses candidates based on the combination of the numeric image suffix and photo capture time.

  • Extras - Associate Photos: Now when associating photos by capture time you can specify a timezone offset to compensate for the time difference between the server and the local computer, if needed.
  • Fixed the 'Missing method name' error in Lightroom 2 and 3.
  • Fixed the 'Tag already exists' error in Piwigo environments using the TypeT@gs plugin.
  • Other minor improvements and fixes.
For a detailed list of changes, see the Piwigo Export Plugin home page.
The NGG Plugin (by Photocrati) 1.9.8 is incompatible with the WordPress 3.5 update. Many clients reported an issue with the "XML-RPC services are disabled on this blog" message popping up when they attempt to upload photos from Lightroom using the NextGEN Gallery Export plugin.
NextGEN Gallery version 1.9.10 fixes the issue -  see http://www.nextgen-gallery.com/nextgen-gallery-1-9-10/
The problem is that NGG Plugin relies on the now obsolete option called "enable_xmlrpc" (which in my opinion the WordPress should have just kept there always set to true). There are two ways to solve the issue: 1. Wait for Photocrati to release an official update for the NGG Plugin 2. Manually patch the xmlrpc.php file in /wp-content/plugins/nextgen-gallery/lib as follows:   Original code at line 88:
function login($username, $password) {
	if ( !get_option( 'enable_xmlrpc' ) ) {
		$this->error = new IXR_Error( 405, sprintf( __( 'XML-RPC services are disabled on this blog.  An admin user can enable them at %s'),  admin_url('options-writing.php') ) );
		return false;
	}

        $user = wp_authenticate($username, $password);
  Modified code:
function login($username, $password) {
	global $wp_version;

	if (version_compare($wp_version,"3.5","<")) {
		if ( !get_option( 'enable_xmlrpc' ) ) {
			$this->error = new IXR_Error( 405, sprintf( __('XML-RPC services are disabled on this blog.  An admin user can enable them at %s'),  admin_url('options-writing.php') ) );
			return false;
		}
	}

        $user = wp_authenticate($username, $password);
Alternative solution: Strictly speaking, the change above is only necessary to make the code compatible with older versions of WordPress. You can simply remove the piece of code that checks whether the enable_xmlrpc option is turned on, marked with maroon color on the original code fragment, so the final code looks like this:
function login($username, $password) {

	$user = wp_authenticate($username, $password);
Text lines above may appear wrapped around, I recommend using copy-and-paste to avoid errors when modifying your scripts.

Version 1.0.1 is available for download.

 

Changes in this version:

  • Improved handling of situations when the Photos folder does not exist.
  • Extras: The photo matching algorithm has been significantly improved to provide a faster and more accurate matching, particularly when file names contain spaces and other non-alphanumeric characters.
  • Video Uploads: Cleaned up video format options.

For a detailed list of changes, see the Box Export Plug-in home page.

Version 1.0.0 is available for download.

This is the first public release of the plug-in.

 

The Box Export Plugin for Adobe Lightroom enables you to export photos and videos from Adobe Lightroom directly to your Box account, manage online albums, and synchronize your entire album hierarchy via Lightroom's Publish Services.

The Box Export Plugin for Adobe Lightroom helps you:

• Create new albums
• Navigate existing albums
• Export photos and videos to your Box account
• Share albums easily with a link
• Synchronize photo descriptions

In addition to the standard export operations, the plugin also offers a fully featured publish service for Lightroom version 3 and 4. With the publish service you can:

• Import your existing album structure
• Associate online photos with photos in your Lightroom catalog
• Automatically publish updated photos
• Rearrange and organize your albums
• View comments on your photos and post your own comments

Version 2.1.1 is available for download.

This update fixes a number of bugs and adds support for TIFF uploads.

For a detailed list of changes, see the AdoramaPix Plug-in home page.

Version 1.7.2 is available for download.

For a detailed list of changes and to download the update, see the Gallery Plug-in home page.

Version 1.11.2 is available for download.

 

Visit the PhotoBox Plugin Home Page to review the change log and download the update.

Export List Plug-in version 2.6.1 is available for download.

For the version history and to download the update, please visit Export List Plug-in.

Version 2.0.0 is available for download.

The new version adds support for Lightoom 4 and features many improvements.

NOTE: Starting with version 2.0, the plug-in requires a registration fee of $10 to help offset the cost of continuous development and support.

Visit https://alloyphoto.com/plugins/export-to-walmart-canada/ to download the latest version.

Version 1.8.0 is available for download.

For a detailed list of changes, see the CVS Photo Center Plugin home page.