{"id":638,"date":"2007-11-17T10:38:20","date_gmt":"2007-11-17T01:38:20","guid":{"rendered":"https:\/\/regex.info\/blog\/2007-11-17\/638"},"modified":"2008-07-29T14:01:58","modified_gmt":"2008-07-29T05:01:58","slug":"how-to-install-a-lightroom-export-plugin","status":"publish","type":"post","link":"https:\/\/regex.info\/blog\/2007-11-17\/638","title":{"rendered":"How to Install an Export Plugin in Lightroom 1"},"content":{"rendered":"\n\n<div class='major_announce'>\n<div id='b2i_638a'>\n<p>The instructions on this page are for Lightroom versions 1.3 through 1.4.1.<\/p>\n<p><span style='font-size:130%;color:white'><b>For <span class='nobr'>Lightroom 2.0<\/span> and Later, <a href=\"\/blog\/lightroom-goodies\/plugin-installation\/\">go here<\/a><\/b><\/span><\/p>\n<\/div>\n<\/div>\n\n\n<p>As I mentioned yesterday, Adobe has <a\nhref=\"\/blog\/2007-11-16\/637\">released <span class='nobr'>Lightroom 1.3<\/span><\/a>,\nwhich now includes support for export plugins. Yesterday <span class='nobr'>I described<\/span> what <span class='nobr'>a\nplugin<\/span> might look like to the user. <span class='nobr'>In preparation<\/span> for actually being able\nto release the plugins that I've written, I'll describe here how to install\n<span class='nobr'>a plugin.<\/span><\/p>\n\n<p>A plugin consists of a folder worth of files, with the folder having <span class='nobr'>a\nname<\/span> that ends with &#8220;<b>.lrplugin<\/b>&#8221; or &#8220;<b>.lrdevpluginin<\/b>&#8221;.\nInstalling <span class='nobr'>a plugin<\/span> involves simply moving the plugin folder to <span class='nobr'>a place<\/span>\nwhere Lightroom will find it, then restarting Lightroom.<\/p>\n\n<p>The SDK zip's &#8220;Sample Plugins&#8221; folder contains <span class='nobr'>a few<\/span> example plugins,\nsuch as <b>flickr.lrdevplugin<\/b>. Other plugins offered for download on\nthe web will likely be offered as individual zip files. Upon downloading,\nyou'll want to unzip to create the plugin folder, then move that folder to\nthe proper spot as described below.<\/p>\n\n<p class='h'>Installing on <span class='nobr'>a Windows<\/span> XP<\/p>\n\n<p>Move the plugin folder to this folder:<\/p>\n\n<pre>\n%APPDATA%\\Adobe\\Lightroom\\Modules\\\n<\/pre>\n\n<p>Note that you may have to visit the Folder Options dialog to allow\nthe normally-hidden <b>Application Data<\/b> folder to be seen.<\/p>\n\n<p>You must create the <b>Modules<\/b> folder within the <b>Lightroom<\/b> folder if it's not already there.<\/p>\n\n<p>As a concrete example, on my XP system, the &#8220;flickr.lrdevplugin&#8221; folder from the SDK zip ends up as:<\/p>\n<pre>\nC:\\Documents and Settings\\jfriedl\\Application Data\\Adobe\\Lightroom\\Modules\\flickr.lrdevplugin\n<\/pre>\n\n\n\n<p class='h'>Installing on <span class='nobr'>a Windows<\/span> Vista<\/p>\n\n<p>Move the plugin folder to this folder:<\/p>\n\n<pre>\n\\Users\\<i>username<\/i>\\AppData\\Roaming\\Adobe\\Lightroom\\Modules\\\n<\/pre>\n\n<p>Here, too, you'll have to create the <b>Modules<\/b> folder within the <b>Lightroom<\/b> folder if it's not already there.<\/p>\n\n<p class='h'>Installing on <span class='nobr'>a Mac<\/span><\/p>\n\n<p>On a Mac, if the plugin is provided as <span class='nobr'>a folder<\/span> ending with &#8220;.lrplugin&#8221; (as\nopposed to &#8220;.lrdevplugin&#8221;), then you can simply click on it in Finder, and\nit will install for you. Cool.<\/p>\n\n<p>To install either one manually, move the plugin folder to<\/p>\n\n<pre>\n\/Library\/Application Support\/Adobe\/Lightroom\/Modules\/\n<\/pre>\n\n<p>to install for all users, or for just yourself, to the folder of the same name under your home:<\/p>\n\n<pre>\n~\/Library\/Application Support\/Adobe\/Lightroom\/Modules\/\n<\/pre>\n\n\n<p>In either case you'll have to create the <b>Modules<\/b> folder within\nthe <b>Lightroom<\/b> folder if it's not already there.<\/p>\n\n<p class='h'>Testing the Install<\/p>\n\n<p>Restart Lightroom, select an image, then bring up the export dialog.\nClicking in the top area of the export dialog should then bring up the\nnewly-installed plugin in the list. This example <a\nhref=\"\/blog\/2007-11-16\/637\">from yesterday<\/a> shows two\nplugins having been installed:<\/p>\n\n<img loading=\"lazy\" decoding=\"async\" src=\"\/i\/lr\/ExportPluginPost-select-service.gif\" width=\"516\" height=\"272\"\nborder=\"0\"\nclass=\"old_floating_img\"\nid=\"iExportPluginPost_select_service\"\nindexhint=\"right\"\/>\n\n<p>Pedantically, <span class='nobr'>I should<\/span> point out that not all plugins need to actually\nadd something to the export-dialog list. <span class='nobr'>It's possible<\/span> for someone to\ncreate <span class='nobr'>a plugin<\/span> that adds things to Lightroom menus (e.g. to the Library or\nHelp menus) but not the export dialog. <span class='nobr'>I would<\/span> expect that the\ndocumentation for such <span class='nobr'>a plugin<\/span> would its special circumstances clear.<\/p>\n\n<p class='h'>Uninstalling<\/p>\n\n<p>You can uninstall or disable a plugin in <span class='nobr'>a number<\/span> of ways:<\/p>\n\n<ul style='margin-top:5px'>\n  <li>Delete the plugin folder, or move it to where Lightroom won't find it<\/li>\n  <li>Rename the plugin folder, for example, to &#8220;<b>flickr.lrdevplugin-disabled<\/b>&#8221;<\/li>\n  <li>Rename the &#8220;Info.lua&#8221; file inside the plugin folder (all plugins have an &#8220;Info.lua&#8221; file),\n       e.g. to &#8220;<b>Info.lua-disabled<\/b>&#8221;<\/li>\n<\/ul>\n\n<p class='h'>Official Documentation<\/p>\n\n<p>Full documentation for how to install <span class='nobr'>a plugin<\/span> is given starting on page\n27 of the <i>Adobe Photoshop Lightroom SDK Guide<\/i>, <span class='nobr'>a PDF<\/span> found in the\n&#8220;Manual&#8221; folder of the SDK zip that can be <a\nhref=\"http:\/\/labs.adobe.com\/technologies\/lightroomsdk\/\">downloaded from\nhere<\/a>.<\/p>\n\n<style type=\"text\/css\">\n  \/* 638 *\/\n  #post638 img { margin-top: 15px; margin-left: auto; margin-right: auto; display:block }\n  #post638 pre { margin-left: 1em; font-size:90%; font-weight:bold }\n  #post638 .h  { font-weight:bold; font-size:120%; margin-top:30px; margin-bottom:5px; }\n  #post638 li  { margin-bottom: 5px }\n\n<\/style>\n\n","protected":false},"excerpt":{"rendered":"<p>The instructions on this page are for Lightroom versions 1.3 through 1.4.1.<\/p> <p><b>For Lightroom 2.0 and Later, go here<\/b><\/p> <p>As I mentioned yesterday, Adobe has released Lightroom 1.3, which now includes support for export plugins. Yesterday I described what a plugin might look like to the user. In preparation for actually being able to release the plugins that I've written, I'll describe here how to install a plugin.<\/p> <p>A plugin consists of a folder worth of files, with the folder having a name that ends with \"<b>.lrplugin<\/b>\" or \"<b>.lrdevpluginin<\/b>\". Installing a plugin involves simply moving the plugin folder to a [...]","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7,13],"tags":[],"_links":{"self":[{"href":"https:\/\/regex.info\/blog\/wp-json\/wp\/v2\/posts\/638"}],"collection":[{"href":"https:\/\/regex.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/regex.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/regex.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/regex.info\/blog\/wp-json\/wp\/v2\/comments?post=638"}],"version-history":[{"count":0,"href":"https:\/\/regex.info\/blog\/wp-json\/wp\/v2\/posts\/638\/revisions"}],"wp:attachment":[{"href":"https:\/\/regex.info\/blog\/wp-json\/wp\/v2\/media?parent=638"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/regex.info\/blog\/wp-json\/wp\/v2\/categories?post=638"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/regex.info\/blog\/wp-json\/wp\/v2\/tags?post=638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}