<br><br><div><span class="gmail_quote">On 4/9/07, <b class="gmail_sendername">Josh</b> &lt;<a href="mailto:TwoOneSix@thatclothingco.com">TwoOneSix@thatclothingco.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Tom Flair wrote:<br>&gt;<br>&gt; On 4/8/07, *Josh* &lt;<a href="mailto:TwoOneSix@thatclothingco.com">TwoOneSix@thatclothingco.com</a><br>&gt; &lt;mailto:<a href="mailto:TwoOneSix@thatclothingco.com">TwoOneSix@thatclothingco.com
</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Inspired by feedback from my Integrate Sirius<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; (<a href="http://www.mythtv.org/wiki/index.php/Integrate_Sirius">http://www.mythtv.org/wiki/index.php/Integrate_Sirius</a>) Wiki article I
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; decided to kill my weekend by Integrating XM in a similar &quot;hack.&quot;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Hopefully XM users find it useful. It works very much in the same<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; way as<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; the Sirius hack only it doesn&#39;t require anything other then MythTV and
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; mplayer to function. It may not be a full featured plug-in but it<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; will<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; get you listening to your XM streams right from your MythTV GUI. :-)<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.mythtv.org/wiki/index.php/Integrate_XM">
http://www.mythtv.org/wiki/index.php/Integrate_XM</a><br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ---<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Josh<br>&gt;<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; _______________________________________________<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; mythtv-users mailing list<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a> &lt;mailto:<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; I&#39;ve been having issues running the script.&nbsp;&nbsp;I&#39;m not a programmer by<br>&gt; any stretch of the imagination, but I can copy/paste the code with the
<br>&gt; best of them.&nbsp;&nbsp;:P<br>&gt;<br>&gt; I try to run xamp setup but this is the error message that I always get:<br>&gt;<br>&gt; ./xamp: line 167: syntax error near unexpected token `(&#39;<br>&gt; ./xamp: line 167: `egrep &quot;[(]Not .*? &quot; 
xmonlinelogin.out &gt; /dev/null&#39;<br>&gt;<br>&gt; Suggestions?<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; mythtv-users mailing list
<br>&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt;<br>
That normally happens when there is something like a &quot; character<br>missing. Try to re-copy and paste the script from the wiki. It may be a<br>dumb question because I don&#39;t know your level to familiarity with vi (if
<br>that is the editor you&#39;re using), but are you hitting &#39;insert&#39; before<br>pasting the code? You could verify that by making sure the first 6 lines<br>of your code look like:<br>~~~~~~~~~~~~~~~~~~~~<br>#!/bin/bash
<br># Thanks to B. Galliart<br># Modified by Elisamuel Resto &lt;<a href="mailto:user00265@gmail.com">user00265@gmail.com</a>&gt;<br># Added config file, broke off song lookup,<br># did a few other things, and tweaked for
<br># MythTV usage by Josh &lt;<a href="mailto:TwoOneSix@thatclothingco.com">TwoOneSix@thatclothingco.com</a>&gt;<br>~~~~~~~~~~~~~~~~~~~~<br><br>I just did a copy and paste and then did a diff on the files and they<br>came back identical so try the copy-and-paste again. If that doesn&#39;t
<br>work hit me back with your distro and IDE.<br><br>--<br>Josh<br><br><br><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">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br><br>I don&#39;t know how it happened, but I managed to miss a &quot; on line 43&nbsp; (echo &quot;kdialog: KDE only. ) This is after multiple copy/pastes of the script, but oh well.&nbsp; It works great!
<br><br>Thanks for the contribution!<br>