<div class="gmail_quote">On Fri, Feb 20, 2009 at 12:41 PM, Pete Cap <span dir="ltr">&lt;<a href="mailto:peteoutside@yahoo.com">peteoutside@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">I used the default script linked from the wiki.&nbsp; This is on the latest MythDora so maybe that has something to do with it.<br>The script does not copy library.xml over; I had to do that myself.<br>
<br>So, I just went in and edited the script to remove the &lt;depends&gt; tag.&nbsp; The menu item appears but when you select it nothing at all happens.<br><br>On a hunch, I went and retried the install procedure after making sure user &quot;mythtv&quot; could sudo (before I had attempted the install as root).<br>
This seemed to solved the problem...sort of.&nbsp; I now have this &quot;Stream XM&quot; menu option and I can browse through the different categories and channels.<br><br>However, there is no song information, and it takes up to a full minute to change stations.&nbsp; Also, I just quit mythfrontend and the
 music is still playing.&nbsp; Not so great.&nbsp; But I think this is less a technical issue and more one of presentation.<br><br>Any ideas for improving it, or should I start playing with the plugin and try to see where I can help out?<br>
<br>--Pete<br></div></div></blockquote></div><br>Yes, the install script must be run as the user whom launches the mythfrontend.&nbsp; I think I had that note in the readme somewhere, but I&#39;ve gone ahead and updated the wiki page to clarify as it was probably too hidden or easily missed.<br>
<br>As far as the no song information, what did you specify as your program to pop up the song information (gmessage, xmessage, kdialog)?&nbsp; Are you sure that you have that program installed properly?&nbsp; You can try troubleshooting on the command line by just calling the &quot;xamp&quot; script directly so see if there is any additional error information printed to the console.<br>
<br>Also, this is not a real MythTV plugin, but much more of a hack of seperate scripts to allow launching them from the MythTV menus.&nbsp; This is why when exiting the frontend, the music continues, because it&#39;s not a native part of Myth.<br>
<br>I added in an automatic menu option under the Stream XM menu at the very bottom which says &quot;Stop Listening&quot;.&nbsp; This kills the streaming, and is the only easy way to do so currently &quot;out of the box&quot;.&nbsp; For my own setup, I&#39;ve edited my .lircrc file and assigned a button on my remote to stop playback using irexec, like this:<br>
<br>begin <br>&nbsp;&nbsp;&nbsp; prog = irexec<br>&nbsp;&nbsp;&nbsp; button = Home<br>&nbsp;&nbsp;&nbsp; repeat = 0 <br>&nbsp;&nbsp;&nbsp; config = /usr/bin/xamp kill<br>end<br><br>The playback of the stream does often take some time to start, just like on the xmradio webpage.&nbsp; There is very little to do about that, as far as I know.<br>
<br>Jarett<br><br>