Hello,<br><br>I would like to get &quot;Internet radio&quot; into my MythTV frontend and have done:<br><br>1. Inserted a button in library.xml<br>##################################################<br>&lt;mythmenu name=&quot;LIBRARY&quot;&gt;<br>
...<br>...<br>&nbsp;&nbsp; &lt;button&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;type&gt;WEBBRADIO&lt;/type&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text&gt;Internet radio&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;action&gt;MENU Webbradio.xml&lt;/action&gt;<br>&nbsp;&nbsp; &lt;/button&gt;<br><br>&lt;/mythmenu&gt;<br>
##################################################<br><br>2. Added &quot;Webbradio.xml&quot;<br>##################################################<br>&lt;mythmenu name="WEBBRADIO"&gt;<br>&nbsp;&nbsp; &lt;button&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;type&gt;MUSIC&lt;/type&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;text&gt;NRJ&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action&gt;EXEC mplayer <a href="http://83.241.238.21/nrj/?MSWMExt=.asf">http://83.241.238.21/nrj/?MSWMExt=.asf</a>&lt;/action&gt;<br>&nbsp;&nbsp; &lt;/button&gt;<br><br>&lt;/mythmenu&gt;<br>

##################################################<br>
<br>I can see and choose &quot;Internet Radio&quot; in the library menu but then mythfrontend hangs and terminates.<br>Running &quot;mplayer <a href="http://83.241.238.21/nrj/?MSWMExt=.asf">http://83.241.238.21/nrj/?MSWMExt=.asf</a>&quot; in a terminal works perfect<br>
<br>Why doesn&#39;t it work?<br clear="all"><br>-- <br>Regards<br>Joacim