Kodi Community Forum
dialogsubmenu.xml to launch webradio stream - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: dialogsubmenu.xml to launch webradio stream (/showthread.php?tid=18143)



- Godfa7h3r - 2006-02-15

not sure if this can be done or not, but i would like to make a button on the dialogsubmenu.xml that will directly launch a specific webradio channel from the shoutcast top 500 such as groove salad.

i tried this just to see if it would work, but no luck. but that is the correct link to the stream. any ideas?

oh, and does it matter what is wrote under <description>? i've noticed some say submenu, profiles, and scripts.. but does it have any effect on what's under <execute>?

Quote: <control>
<description>submenu button</description> <visible>yes</visible>
<type>button</type> <execute>http://64.236.34.4:80/stream/1018</execute>
<id>1113</id> <label>groove salad</label>
<posx>30</posx>
<posy>310</posy>
<width>110</width>
<height>20</height>
<font>font101</font>
<onleft>1113</onleft>
<onright>1113</onright>
<onup>1114</onup>
<ondown>1112</ondown>
<align>center</align>
<textoffsety>0</textoffsety>
<texturenofocus>-</texturenofocus>
</control>

thanks for any help

edit: i should have messed around with it a little longer before posting because i just figured it out. just had to change http to shout. works awesome!