[mythtv-users] Problems with custom menus and Internet radio

Joacim J jocke4news at gmail.com
Fri Apr 4 12:21:08 UTC 2008


Hello,

I would like to get "Internet radio" into my MythTV frontend and have done:

1. Inserted a button in library.xml
##################################################
<mythmenu name="LIBRARY">
...
...
   <button>
     <type>WEBBRADIO</type>
     <text>Internet radio</text>
     <action>MENU Webbradio.xml</action>
   </button>

</mythmenu>
##################################################

2. Added "Webbradio.xml"
##################################################
<mythmenu name="WEBBRADIO">
   <button>
      <type>MUSIC</type>
      <text>NRJ</text>
      <action>EXEC mplayer http://83.241.238.21/nrj/?MSWMExt=.asf</action>
   </button>

</mythmenu>
##################################################

I can see and choose "Internet Radio" in the library menu but then
mythfrontend hangs and terminates.
Running "mplayer http://83.241.238.21/nrj/?MSWMExt=.asf" in a terminal works
perfect

Why doesn't it work?

-- 
Regards
Joacim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20080404/c873a9ff/attachment.htm 


More information about the mythtv-users mailing list