<br><br><div><span class="gmail_quote">On 4/9/07, <b class="gmail_sendername">Josh</b> <<a href="mailto:TwoOneSix@thatclothingco.com">TwoOneSix@thatclothingco.com</a>> 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>><br>> On 4/8/07, *Josh* <<a href="mailto:TwoOneSix@thatclothingco.com">TwoOneSix@thatclothingco.com</a><br>> <mailto:<a href="mailto:TwoOneSix@thatclothingco.com">TwoOneSix@thatclothingco.com
</a>>> wrote:<br>><br>> Inspired by feedback from my Integrate Sirius<br>> (<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>> decided to kill my weekend by Integrating XM in a similar "hack."<br>> Hopefully XM users find it useful. It works very much in the same<br>> way as<br>> the Sirius hack only it doesn't require anything other then MythTV and
<br>> mplayer to function. It may not be a full featured plug-in but it<br>> will<br>> get you listening to your XM streams right from your MythTV GUI. :-)<br>><br>> <a href="http://www.mythtv.org/wiki/index.php/Integrate_XM">
http://www.mythtv.org/wiki/index.php/Integrate_XM</a><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> <mailto:<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>><br>><br>><br>> I've been having issues running the script. I'm not a programmer by<br>> any stretch of the imagination, but I can copy/paste the code with the
<br>> best of them. :P<br>><br>> I try to run xamp setup but this is the error message that I always get:<br>><br>> ./xamp: line 167: syntax error near unexpected token `('<br>> ./xamp: line 167: `egrep "[(]Not .*? "
xmonlinelogin.out > /dev/null'<br>><br>> Suggestions?<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>><br>
That normally happens when there is something like a " character<br>missing. Try to re-copy and paste the script from the wiki. It may be a<br>dumb question because I don't know your level to familiarity with vi (if
<br>that is the editor you're using), but are you hitting 'insert' 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 <<a href="mailto:user00265@gmail.com">user00265@gmail.com</a>><br># Added config file, broke off song lookup,<br># did a few other things, and tweaked for
<br># MythTV usage by Josh <<a href="mailto:TwoOneSix@thatclothingco.com">TwoOneSix@thatclothingco.com</a>><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'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't know how it happened, but I managed to miss a " on line 43 (echo "kdialog: KDE only. ) This is after multiple copy/pastes of the script, but oh well. It works great!
<br><br>Thanks for the contribution!<br>