2021-12-03, 00:36
Is it possible to put an addon, i.e. youtube or curiousity stream, as a main menu item on the theme? It does not look like it's a category that is possible in the settings.
(2021-12-03, 00:36)monksy Wrote: [ -> ]Is it possible to put an addon, i.e. youtube or curiousity stream, as a main menu item on the theme? It does not look like it's a category that is possible in the settings.you need to edit theme
<label>youtube</label>xm:
<item>
<label>$LOCALIZE[20389]</label>
<property name="menu_id">$NUMBER[16000]</property>
<onclick>ActivateWindow(Videos,musicvideos,return)</onclick>
<thumb>icons/sidemenu/musicvideos.png</thumb>
<property name="id">musicvideos</property>
<visible>!Skin.HasSetting(HomeMenuNoMusicVideoButton)</visible>
</item>
xm:
<item>
<label>youtube</label>
<property name="menu_id"></property>
<onclick>ActivateWindow(10025,"plugin://plugin.video.youtube",return)</onclick>
<thumb></thumb>
<property name="id"></property>
<visible></visible>
</item>