<br><br><div class="gmail_quote">2009/10/16 Phill Edwards <span dir="ltr">&lt;<a href="mailto:philledwards@gmail.com">philledwards@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
[snip]<br>
<br>
Does that mean that quite of a few of you are using the XBMC frontend<br>
for almost everything?<br>
What&#39;s your feedback?<br>
And does it all work with a remote control?<br>
And does anyone have it working on CentOS 5.x?<br>
<br></blockquote><div>I&#39;m using XBMC for all my non tv media watching. I have it added to the main menu in mythtv, and the power button on the remote is set to pkill it if it&#39;s running (so it&#39;s a 1 button press back to myth.) Works well.<br>
<br>This is a MCE remote using lirc.<br><br>In .mythtv/themes/defaultmenu/mainmenu.xml I have:-<br><br>&lt;button&gt;<br>&lt;type&gt;SETTINGS_VIDEO&lt;/type&gt;<br>&lt;text&gt;XBMC&lt;/text&gt;<br>&lt;action&gt;EXEC /home/mythtv/bin/startxbmc.sh&lt;/action&gt;<br>
&lt;/button&gt;<br><br>The startup script is just to make sure I uses the correct version of the shared samba library, (I&#39;m  building xbmc from source on debian and there&#39;s a problem with the supplied version.) if this isn&#39;t an issue you can just execute the binary from here.<br>
<br>I also have in my .lircrc:-<br><br>begin<br> button = Power<br> prog = irexec<br> repeat = 0<br> config = /home/mythtv/bin/killfrontend.sh<br>end<br><br>Where &#39;killfrontend.sh&#39; is:-<br><br>#!/bin/bash<br>if [ &quot;`pgrep xbmc`&quot; ];then<br>
        pkill -9 xbmc<br>else<br>        pkill -9 mythfrontend<br>fi<br><br><br>Which gives me 1 press of the power button to kill xbmc, another press to kill mythfrontend (so mythshutdown can do it&#39;s thing.)<br><br>Cheers,<br>
<br>Ian<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Regards,<br>
Phill<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>