<?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; Keywording</title>
	<atom:link href="http://www.thenomadicphotographer.com/tag/keywording/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>Much needed keywording help for photographers</title>
		<link>http://www.thenomadicphotographer.com/2008/06/13/much-needed-keywording-help-for-photographers/</link>
		<comments>http://www.thenomadicphotographer.com/2008/06/13/much-needed-keywording-help-for-photographers/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 21:04:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Darkroom]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Cradoc Software]]></category>
		<category><![CDATA[Fotokeyword]]></category>
		<category><![CDATA[Fotokeyword Harvester]]></category>
		<category><![CDATA[Keyword]]></category>
		<category><![CDATA[Keywording]]></category>
		<category><![CDATA[Keywording Help]]></category>
		<category><![CDATA[Keywording Software]]></category>
		<category><![CDATA[Stock Photographer]]></category>

		<guid isPermaLink="false">http://www.thenomadicphotographer.com/?p=60</guid>
		<description><![CDATA[This week, a lifeline appeared on the keywording front when Cradoc Software, makers of the much loved FotoBiz, released a product called fotoKeyword Harvester.]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='padding-top:15px'><fb:like href='http://www.thenomadicphotographer.com/2008/06/13/much-needed-keywording-help-for-photographers/' layout='default' show_faces='false' width='800' action='like' colorscheme='light' send='true' /></div><p>As a professional photographer, one of the parts of my job that I dread the most is keywording.  Send me on a 50 mile hike with 90 pounds of gear, just don&#8217;t make me keyword!   Sadly, if I choose to forgo this loath activity, the odds of my images ever being found in an online database are slim to none.  This equals no sales and one very unhappy photographer.  </p>
<p>For those of you who are unfamiliar with the term, keywording is something that you use on a daily basis without knowing it.  Every time you search Google or another major search engine, you are searching key terms or keywords that describe what you are looking for.   To find specific images on the internet, or within a <a title="Jonathan Kingston's stock photography with Aurora Photos" href="http://www.auroraphotos.com/SwishSearch?submit.x=0%22%82mit.y=0&amp;Keywords=jonathan%20kingston" target="_self">stock photo library like Aurora Photos</a>, the problem is compounded.  The old adage that a picture is worth a thousand words is quite true, however, as a photographer I have to boil down those thousand possible descriptive terms to about twenty five key words that capture the essence of the image.  Once boiled down, I then type these words into the metadata of the file, embed the metadata into the image and get the images online.</p>
<p>Before yesterday, my keywording process would often involve me staring at the computer screen for a few hours with my mind a complete blank.  I would then rally into procrastination mode and read the news, answer all my emails, and daydream about being anywhere but in front of the computer screen keywording. Finally, when I realized I had just wasted a few hours of my life,  I would begin the arduous process of convincing my girlfriend to do my keywording for me.  On a good day, I (she) could get about 30 done. </p>
<p><img class="alignright size-medium wp-image-61" title="fotokeyword-harvester" src="http://www.thenomadicphotographer.com/wp-content/uploads/2008/06/fotokeyord-harvester-300x190.jpg" alt="fotoKeyword Harvester" width="300" height="190" />This week, a lifeline appeared on the keywording front when Cradoc Software, makers of the much loved FotoBiz, released a product called <a title="Cradoc fotosoftware fotokeyword harvester" href="http://www.cradocfotosoftware.com/fotoKeyword-Harvester/index.html" target="_self">fotoKeyword Harvester</a>.  I purchased it yesterday, learned the program in about 15 minutes, and in less than an hour had 12 images keyworded and ready for upload.  Now, for me, that is some sort of all time speed record &#8212; not even my girlfriend could get it done that fast.  The brilliant idea behind the software is you begin, as the name implies, by harvesting keywords from similar images already online.  You then cull the unnecessary keywords out of this list, fine tune the existing keywords from a brilliantly implemented list of controlled vocabulary built into the program, and export the keywords to your clipboard.  Once the keywords are in your clipboard they can be pasted into whatever program you are embedding the keywords with.  Thank you Cradoc &#8212; my girlfriend thanks you too!</p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thenomadicphotographer.com/2008/06/13/much-needed-keywording-help-for-photographers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

