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

Michael T. Dean mtdean at thirdcontact.com
Thu Apr 10 03:34:18 UTC 2008


On 04/09/2008 02:13 PM, Joacim J wrote:
> No ideas?
>   

Learn a bit about XML before editing XML or use an XML editor (as it
knows how XML works).

> On Fri, Apr 4, 2008 at 2:21 PM, Joacim J wrote:
>   
>> 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?

http://svn.mythtv.org/trac/ticket/5170  (Don't reopen it as it's
invalid, but all the answers are there.)

Mike



More information about the mythtv-users mailing list