<p><br>
On Apr 10, 2013 2:07 AM, &quot;George Nassas&quot; &lt;<a href="mailto:gnassas@mac.com">gnassas@mac.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On 2013-04-07, at 1:41 PM, Michelle Dupuis wrote:<br>
&gt;<br>
&gt; &gt; I now have several mythtv front-ends and often find front-ends running unused for days.  Is there a way to configure a front-end to power itself down if has been idle for (eg) 2 hours?<br>
&gt;<br>
&gt; Following on the suggestion of using standby mode you can go into Setup -&gt; General to tell the frontend how long it should wait before entering standby mode and then have a cron job that runs every 5 or 10 minutes which tests for that by checking for output from this command:<br>

&gt;<br>
&gt; curl -s <a href="http://localhost:6547/Frontend/GetStatus">http://localhost:6547/Frontend/GetStatus</a> | grep &#39;&lt;Key&gt;currentlocation&lt;/Key&gt;&lt;Value&gt;standbymode&lt;/Value&gt;&#39;<br>
&gt;<br>
&gt; a non-empty result means its safe to shut down the frontend machine.</p>
<p>Do you have to be using mythwelcome for this to work?</p>