<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Nomadic Photographer &#187; Lightroom</title>
	<atom:link href="http://www.thenomadicphotographer.com/tag/lightroom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thenomadicphotographer.com</link>
	<description>Jonathan Kingston explores the world in search of images and insights</description>
	<lastBuildDate>Wed, 01 Feb 2012 20:30:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: 121114091306191, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>A fix for non-exporting keywords in Lightroom 3 using SQLite</title>
		<link>http://www.thenomadicphotographer.com/2011/01/21/a-fix-for-non-exporting-keywords-in-lightroom-3-using-sqlite/</link>
		<comments>http://www.thenomadicphotographer.com/2011/01/21/a-fix-for-non-exporting-keywords-in-lightroom-3-using-sqlite/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 20:17:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[Keywording]]></category>
		<category><![CDATA[Keywording Help]]></category>
		<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://www.thenomadicphotographer.com/?p=1245</guid>
		<description><![CDATA[There are very few things in this world more painful or necessary for me than keywording my images.  I realized this fact in 2005 after joining Aurora Photos as a contributing photographer and almost immediately saw that poorly keyworded images did not sell well on the internet. In 2005 I was keywording my images with [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='padding-top:15px'><fb:like href='http://www.thenomadicphotographer.com/2011/01/21/a-fix-for-non-exporting-keywords-in-lightroom-3-using-sqlite/' layout='default' show_faces='false' width='800' action='like' colorscheme='light' send='true' /></div><p><!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica} --></p>
<div id="attachment_1246" class="wp-caption alignleft" style="width: 376px"><img class="size-full wp-image-1246" title="will-export" src="http://www.thenomadicphotographer.com/wp-content/uploads/2011/01/will-export.png" alt="" width="366" height="181" /><p class="wp-caption-text">In  the keywording box of Lightroom, set the  drop down menu to &quot;Will  Export&quot; to view which keywords will be embedded  into the IPTC info of  the exported image.</p></div>
<p>There are very few things in this world more painful or necessary for me than keywording my images.  I realized this fact in 2005 after joining Aurora Photos as a contributing photographer and almost immediately saw that poorly keyworded images did not sell well on the internet. In 2005 I was keywording my images with a wonderful little program called iView Media Pro, but eventually migrated the process to Lightroom in late 2009 due to LR&#8217;s unified image processing and metadata capabilities.</p>
<p>Sadly, I soon discovered that many of the embedded keywords from iView Media Pro would not export properly from Lightroom due to the apps ability to let the user control each keywords behaviors, and much to my chagrin the behaviors Lightroom assigned to my iView Media Pro keywords were to NOT EXPORT.</p>
<p>This only became an issue recently as I began constructing a <a title="Underwater, Cultures, Adventure Sports Stock Photography" href="http://www.stock.kingstonimages.com/">stock photography</a> site and uploading some of my older images to it.  The images uploaded with zero of their keywords intact, making their commercial value zero as no one would be able to find them.</p>
<div id="attachment_1251" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-1251 " title="edit-tag" src="http://www.thenomadicphotographer.com/wp-content/uploads/2011/01/edit-tag-300x195.png" alt="" width="300" height="195" /><p class="wp-caption-text">Lightroom allows keyword level control on which keywords will be exported and which ones will not.  If you want the keyword to export, you must check the box to &quot;Include on Export&quot; when creating the keyword.</p></div>
<p>The thought of having to go through my keyword list of nearly 11,000 words and hand check each keyword tag to make sure it was set to &#8220;Include on Export&#8221; in Lightroom nearly broke my spirit with the thought of many hours of mind numbing repetitive computer work. Thankfully due to this post <a title="Adobe user forum" href="http://forums.adobe.com/thread/357837">here</a>, I found a workaround that I will share with anyone in a similar boat.</p>
<p>THE FIX</p>
<p>I downloaded a program called SQLiteManager from the Apple App store and did the following.</p>
<p>1. Backed up my Lightroom Catalog</p>
<p>2. Closed Lightroom</p>
<p>3. Launched SQLiteManager</p>
<p>4. Directed SQLite to open my master .lrcat file</p>
<p>5. In SQLiteManager, I clicked on the SQL button and entered the following command:</p>
<p>update aglibrarykeyword<br />
set includeOnExport = 1, includeParents = 1, includeSynonyms = 1<br />
where parent is not null</p>
<div id="attachment_1262" class="wp-caption alignleft" style="width: 522px"><img class="size-large wp-image-1262 " title="SQLiteManager" src="http://www.thenomadicphotographer.com/wp-content/uploads/2011/01/SQLiteManager-640x502.png" alt="" width="512" height="402" /><p class="wp-caption-text">What SQLiteManager app looks like after I opened my .lrcat file in it and entered the command.</p></div>
<p>6. Quit SQLite</p>
<p>7. Opened up my master .lrcat file and BINGO! 100% of the keywords in my catalog were now set to &#8220;include on export&#8221;.  I love technology!</p>
<p>NOTE &#8211; This worked for me.  It may not work for you.  ATTEMPT THIS AT YOUR OWN RISK, and be sure to BACKUP everything before you attempt this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thenomadicphotographer.com/2011/01/21/a-fix-for-non-exporting-keywords-in-lightroom-3-using-sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SUN VALLEY, IDAHO &#124; KINGSTON PHOTOGRAPHY WORKSHOP A SUCCESS</title>
		<link>http://www.thenomadicphotographer.com/2008/02/22/sun-valley-idaho-kingston-photography-workshop-a-success/</link>
		<comments>http://www.thenomadicphotographer.com/2008/02/22/sun-valley-idaho-kingston-photography-workshop-a-success/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 23:35:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Darkroom]]></category>
		<category><![CDATA[Workshops]]></category>
		<category><![CDATA[Digital Montage]]></category>
		<category><![CDATA[Digital Photography]]></category>
		<category><![CDATA[Idaho]]></category>
		<category><![CDATA[Ketchum]]></category>
		<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[Photography Workshop]]></category>
		<category><![CDATA[Photoshop CS3]]></category>
		<category><![CDATA[Sun Valley]]></category>

		<guid isPermaLink="false">http://www.thenomadicphotographer.com/?p=24</guid>
		<description><![CDATA[A successful week in Ketchum/Sun Valley Idaho and the “Masala of Digital Imaging Techniques” workshop.]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='padding-top:15px'><fb:like href='http://www.thenomadicphotographer.com/2008/02/22/sun-valley-idaho-kingston-photography-workshop-a-success/' layout='default' show_faces='false' width='800' action='like' colorscheme='light' send='true' /></div><p><a title="tree montage number one" rel="attachment wp-att-34" href="http://www.thenomadicphotographer.com/?attachment_id=34"></a><a href="http://www.thenomadicphotographer.com/wp-content/uploads/2008/04/marcia-duff-1.jpg"><img class="alignnone size-medium wp-image-25" title="marcia-duff-1" src="http://www.thenomadicphotographer.com/wp-content/uploads/2008/04/marcia-duff-1.jpg" alt="© Marcia Duff 2008" /></a></p>
<p><a href="http://www.thenomadicphotographer.com/wp-content/uploads/2008/04/marcia-duff-1.jpg"></a>A successful week in Ketchum/Sun Valley Idaho and the “Masala of Digital Imaging Techniques” <a title="Kingston Photo workshops" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.kingstonimages.com/workshops/index.html');" href="http://www.kingstonimages.com/workshops/index.html">workshop</a>.  The above image was produced by <a title="Marcia Duff Images" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://marciaduff.com/Artist.asp?ArtistID=9279&amp;Akey=PRGJQ8C4');" href="http://marciaduff.com/Artist.asp?ArtistID=9279&amp;Akey=PRGJQ8C4">Marcia Duff</a> after a introduction to digital montages in Photoshop CS3.  Photoshop is such a complex behemoth of a program  that it is very refreshing for me to see my participants artistic vision emerge like it did during the workshop.  Great job Marcia and all the other participants who produced fantastic images during the two day event!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thenomadicphotographer.com/2008/02/22/sun-valley-idaho-kingston-photography-workshop-a-success/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>THE PROBLEM &#8211; LIGHTROOM CATALOG CORRUPTION</title>
		<link>http://www.thenomadicphotographer.com/2007/12/23/the-problem-lightroom-catalog-corruption/</link>
		<comments>http://www.thenomadicphotographer.com/2007/12/23/the-problem-lightroom-catalog-corruption/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 22:54:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Darkroom]]></category>
		<category><![CDATA[Digital Darkroom & Workshops]]></category>
		<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://www.thenomadicphotographer.com/?p=13</guid>
		<description><![CDATA[For the first time since owning Lightroom, I have experienced a Lightroom catalog becoming corrupted. ]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='padding-top:15px'><fb:like href='http://www.thenomadicphotographer.com/2007/12/23/the-problem-lightroom-catalog-corruption/' layout='default' show_faces='false' width='800' action='like' colorscheme='light' send='true' /></div><p align="left">For the first time since owning Lightroom, I have experienced a Lightroom catalog becoming corrupted. Fortunately under File&gt;Catalog settings&gt;Metadata, I have been writing my metadata to my .xmp side car files. Unfortunately, I did not realize when a .lrcat file becomes corrupted, the metadata does not include virtual copies of the images, or references to what catalog sets they are in. I hope Adobe changes this in the next release of Lightroom.<span id="more-13"></span></p>
<p>To back up a step, I am running a MacBook Pro on 10.5.1, working with Lightroom version 1.3.1 and working off of external hard drives where my library of images lives. Virtual copies and catalog sets are critical parts of my workflow, and I would rather scrub down my bathroom walls with comet than manually reconstruct both of those aspects of a major edit. My .lrcat files reside on the external hard drives, as I don’t have space for them on my laptop, and the particular catalog that became corrupted was comprised entirely of .TIFF film scans. I believe what caused the corruption was going to the Photo&gt;Edit in Adobe Photoshop CS3… command, choosing “Edit Original ” file in Photoshop CS3, applying a rotational change in Photoshop and then saving the file in CS3. When the edited image returned back to LR, it would not display correctly on the screen, and appeared mashed. Upon quitting and re-opening LR, the images displayed correctly on the screen, however the .lrcat file became corrupted.</p>
<p><strong>WHAT DID I DO TO FIX IT?</strong></p>
<p>After testing the integrity of the catalog several times, and trying unsuccessfully to use the built in utility to repair the .lrcat file, Lightroom recommended I visit a website that kindly informed me I was screwed and needed to revert to a backup .lrcat file. I am fairly fastidious about my backups, but the most recent .lrcat file I had on hand was a few days old and would mean loosing three full days of editing. I knew there must be a better way.</p>
<p>Fortunately for me, I was still able to open the corrupted .lrcat database even though it was unable to properly display all of the images in the library. After a lot of trial and error, I came up with a simple, elegant solution for recovering all of the virtual copies and catalog sets from the corrupted database.</p>
<p><strong>THE SOLUTION:</strong></p>
<p>1. If you are still able to open the corrupted .lrcat database, do so. If you can’t get past this step, you are screwed and the following steps will not help you.</p>
<p>2. Click “All Photographs” in the Library module, make sure all filters are turned off, and and choose Edit&gt;Select All from the menu.<br />
3. Go to File&gt;Export as Catalog….<br />
4. From the dialogue box that drops down, choose your desktop as the destination for the exported catalog file, give it a meaningful name (like “corrupted”) and be sure to uncheck the box at the bottom of the window that says “Export negative files” as this will physically duplicate all of the images that are currently in your catalog. NOTE: Whenever I import images into Lightroom, I ALWAYS “Import photos at their current location”.</p>
<p><a href="http://www.thenomadicphotographer.com/wp-content/uploads/2008/04/lightroom-export-catalog.jpg"><img class="size-medium wp-image-14" style="vertical-align: middle;" title="lightroom-export-catalog" src="http://www.thenomadicphotographer.com/wp-content/uploads/2008/04/lightroom-export-catalog-300x225.jpg" alt="Lightroom Export Corrupted Catalog" height="300" /></a></p>
<p>5. Go to File&gt;New Catalog and choose a meaningful destination and name for the new catalog.<br />
6. Go to File&gt;Import from Catalog, navigate to the corrupted catalog you saved to the desktop, locate and highlight the .lrcat file and click “choose”.<br />
7. Lightroom will present you with the familiar import dialogue box, be sure to select “Import photos at their current location” and click “Import”.</p>
<p><a href="http://www.thenomadicphotographer.com/wp-content/uploads/2008/04/lightroom-import-dialogue-box.jpg"><img class="size-medium wp-image-15" style="vertical-align: middle;" title="lightroom-import-dialogue-box" src="http://www.thenomadicphotographer.com/wp-content/uploads/2008/04/lightroom-import-dialogue-box-300x225.jpg" alt="Lightroom import from catalog dialogue box" height="300" /></a></p>
<p>8. Lightroom will think for a while, then most likely give you an error message that reads something like “Lightroom was unable to successfully import the catalog” … Ignore this.<br />
9. If the computer gods are smiling on you, you now have a new, non corrupt, almost fully functional catalog, complete with virtual copies and catalog sets.<br />
10. Go through the new catalog and check for anything that may be missing. There will be some missing images, but in my case, three or four missing virtual copies pales in comparison to having to go back and re-create hundreds of virtual copies.</p>
<p>If any of you have experienced or are experiencing a similar problem, and have a similar workflow of always “Importing photos at their current location”, I hope you find this material helpful, and that it helps you recover your database!</p>
<p>Text © Jonathan Kingston 2007</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thenomadicphotographer.com/2007/12/23/the-problem-lightroom-catalog-corruption/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

