2018-05-23, 10:03
I'm trying to setup main menu in estuary skin to have 'Radio' item. But not standard radio. I want it to be a link to Radio (standard one, from kodi repo) plugin -> My station.
Is it possible at all in standard estuary skin (not the modified one, which is quite ugly for me)?
This is whole entry:
<item>
<label>Radio</label>
<onclick condition="!String.IsEmpty(Weather.Plugin)">ActivateWindow(music,Addons,radio)</onclick>
<onclick condition="String.IsEmpty(Weather.Plugin)">ReplaceWindow(Music,addons,music,Radio)</onclick>
<property name="menu_id">Radiostacje</property>
<thumb>icons/sidemenu/radio.png</thumb>
<property name="id">radio</property>
</item>
There are my tries - music,addons,radio etc. I'm not even sure which entry should I change...
Is it possible at all in standard estuary skin (not the modified one, which is quite ugly for me)?
This is whole entry:
<item>
<label>Radio</label>
<onclick condition="!String.IsEmpty(Weather.Plugin)">ActivateWindow(music,Addons,radio)</onclick>
<onclick condition="String.IsEmpty(Weather.Plugin)">ReplaceWindow(Music,addons,music,Radio)</onclick>
<property name="menu_id">Radiostacje</property>
<thumb>icons/sidemenu/radio.png</thumb>
<property name="id">radio</property>
</item>
There are my tries - music,addons,radio etc. I'm not even sure which entry should I change...