<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Even Lightroom Needs a Power Nap Every Now and Then</title>
	<atom:link href="http://thephotogeek.com/lightroom-power-nap-restart-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://thephotogeek.com/lightroom-power-nap-restart-script/</link>
	<description>Digital photography toys and techniques</description>
	<lastBuildDate>Mon, 26 Jul 2010 11:29:32 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://thephotogeek.com/lightroom-power-nap-restart-script/#comment-1015</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 24 Jun 2010 14:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://thephotogeek.com/?p=66#comment-1015</guid>
		<description>@Paul, Thanks! LRRelaunch still works with LR3 so it should be able to help you keep working around those bugs.</description>
		<content:encoded><![CDATA[<p>@Paul, Thanks! LRRelaunch still works with LR3 so it should be able to help you keep working around those bugs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Wright</title>
		<link>http://thephotogeek.com/lightroom-power-nap-restart-script/#comment-1014</link>
		<dc:creator>Paul Wright</dc:creator>
		<pubDate>Thu, 24 Jun 2010 13:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://thephotogeek.com/?p=66#comment-1014</guid>
		<description>LRRelaunch was unbelievably useful with LR2. My need to frequently relaunch was entirely due to a Wacom Intuos4 / LR2 compatability issue that isn&#039;t worth trying to accurately describe here. What a timesaver.  I&#039;ve just built a new system, installed LR3 and the Wacom issues are still there. 

Does the original script run on LR3?</description>
		<content:encoded><![CDATA[<p>LRRelaunch was unbelievably useful with LR2. My need to frequently relaunch was entirely due to a Wacom Intuos4 / LR2 compatability issue that isn&#8217;t worth trying to accurately describe here. What a timesaver.  I&#8217;ve just built a new system, installed LR3 and the Wacom issues are still there. </p>
<p>Does the original script run on LR3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Optimizing Lightroom for Best Performance: Top Ten Lightroom Speed Tips &#124; TheLightroomLab.com &#124; Written by Scott Rouse</title>
		<link>http://thephotogeek.com/lightroom-power-nap-restart-script/#comment-935</link>
		<dc:creator>Optimizing Lightroom for Best Performance: Top Ten Lightroom Speed Tips &#124; TheLightroomLab.com &#124; Written by Scott Rouse</dc:creator>
		<pubDate>Wed, 07 Apr 2010 21:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://thephotogeek.com/?p=66#comment-935</guid>
		<description>[...] handy free script that lets you quit and relaunch Lightroom just by clicking a single button. Click here for more on this excellent little utility from the Photo [...]</description>
		<content:encoded><![CDATA[<p>[...] handy free script that lets you quit and relaunch Lightroom just by clicking a single button. Click here for more on this excellent little utility from the Photo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://thephotogeek.com/lightroom-power-nap-restart-script/#comment-418</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 06 Oct 2009 05:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://thephotogeek.com/?p=66#comment-418</guid>
		<description>@Ian, I&#039;m glad you find this useful.  

Unfortunately there is no documentation about writing these scripts and any information about writing to the preferences file from within LR is locked deep within the product itself.  The restart feature is much easier to access and (counter-intuitively) safer to use.  I would be loathe to try to write a script to do what you propose because of the risks of corrupted preference files, LR crashes, etc.  Strange that such an innocuous request could be so fraught with danger but that is the way it is.

The closest you could go is on Windows to write a script file that updates the line in the preferences file to set backup to the next run, then starts LR.  Once again it would be dangerous to run this script from within LR because it writes to the preferences file while running and you could risk corruption.  So there is no easy way to do what you ask unless you have two LR boot scripts, and call the correct one depending upon whether you want to backup now or backup at the next regular timed interval.</description>
		<content:encoded><![CDATA[<p>@Ian, I&#8217;m glad you find this useful.  </p>
<p>Unfortunately there is no documentation about writing these scripts and any information about writing to the preferences file from within LR is locked deep within the product itself.  The restart feature is much easier to access and (counter-intuitively) safer to use.  I would be loathe to try to write a script to do what you propose because of the risks of corrupted preference files, LR crashes, etc.  Strange that such an innocuous request could be so fraught with danger but that is the way it is.</p>
<p>The closest you could go is on Windows to write a script file that updates the line in the preferences file to set backup to the next run, then starts LR.  Once again it would be dangerous to run this script from within LR because it writes to the preferences file while running and you could risk corruption.  So there is no easy way to do what you ask unless you have two LR boot scripts, and call the correct one depending upon whether you want to backup now or backup at the next regular timed interval.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Fuller</title>
		<link>http://thephotogeek.com/lightroom-power-nap-restart-script/#comment-417</link>
		<dc:creator>Ian Fuller</dc:creator>
		<pubDate>Tue, 06 Oct 2009 02:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://thephotogeek.com/?p=66#comment-417</guid>
		<description>I am indeed thankful. I use the script a lot for manual database validation and backups.

I set the option to &quot;next time LR starts&quot; and then run the script, go away and have a coffee. When I come back LR is running again.

Actually it would be great to have a script that sets the catalog preference and restarts in one step. Where do I go to find out how to write scripts?</description>
		<content:encoded><![CDATA[<p>I am indeed thankful. I use the script a lot for manual database validation and backups.</p>
<p>I set the option to &#8220;next time LR starts&#8221; and then run the script, go away and have a coffee. When I come back LR is running again.</p>
<p>Actually it would be great to have a script that sets the catalog preference and restarts in one step. Where do I go to find out how to write scripts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://thephotogeek.com/lightroom-power-nap-restart-script/#comment-238</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 17 Jun 2009 13:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://thephotogeek.com/?p=66#comment-238</guid>
		<description>@Ian, Extensive use of adjustment brush can also cause similar slowdown/memory leak issues.  Be thankful they don&#039;t impact you!</description>
		<content:encoded><![CDATA[<p>@Ian, Extensive use of adjustment brush can also cause similar slowdown/memory leak issues.  Be thankful they don&#8217;t impact you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Fuller</title>
		<link>http://thephotogeek.com/lightroom-power-nap-restart-script/#comment-235</link>
		<dc:creator>Ian Fuller</dc:creator>
		<pubDate>Wed, 17 Jun 2009 05:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://thephotogeek.com/?p=66#comment-235</guid>
		<description>Simple but effective, thank you.

I have not seen much of a problem with LR slowing down - but then I don&#039;t use Web Galleries. Memory leaks!</description>
		<content:encoded><![CDATA[<p>Simple but effective, thank you.</p>
<p>I have not seen much of a problem with LR slowing down &#8211; but then I don&#8217;t use Web Galleries. Memory leaks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://thephotogeek.com/lightroom-power-nap-restart-script/#comment-227</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 13 Jun 2009 10:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://thephotogeek.com/?p=66#comment-227</guid>
		<description>@Barrelman, did you follow step 4) to open your preferences folder, then step 5) to create a folder called Scripts in your preferences folder?  Once you do this and restart Lightroom the Scripts menu should appear to the right of the Help menu.

You will also need to follow the remaining steps to install the plugin, but steps 4) and 5) are the critical ones for enabling the Scripts menu.</description>
		<content:encoded><![CDATA[<p>@Barrelman, did you follow step 4) to open your preferences folder, then step 5) to create a folder called Scripts in your preferences folder?  Once you do this and restart Lightroom the Scripts menu should appear to the right of the Help menu.</p>
<p>You will also need to follow the remaining steps to install the plugin, but steps 4) and 5) are the critical ones for enabling the Scripts menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barrelman</title>
		<link>http://thephotogeek.com/lightroom-power-nap-restart-script/#comment-204</link>
		<dc:creator>barrelman</dc:creator>
		<pubDate>Sun, 07 Jun 2009 08:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://thephotogeek.com/?p=66#comment-204</guid>
		<description>I don&#039;t see the script menu after reopening ? windows vista and lghtrm 2.3. An idea ?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see the script menu after reopening ? windows vista and lghtrm 2.3. An idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Paxton</title>
		<link>http://thephotogeek.com/lightroom-power-nap-restart-script/#comment-128</link>
		<dc:creator>Steve Paxton</dc:creator>
		<pubDate>Sat, 28 Mar 2009 03:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://thephotogeek.com/?p=66#comment-128</guid>
		<description>Works wonderfully!  Thanks!</description>
		<content:encoded><![CDATA[<p>Works wonderfully!  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: thephotogeek.com @ 2010-08-01 17:53:10 -->