v14 Adding Submenu - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203) +---- Thread: v14 Adding Submenu (/showthread.php?tid=245667) |
Adding Submenu - ravinsinnasami - 2015-10-28 Hi, I am currently using Kodi 14.2 on Raspberry Pi 2. I have sorted all my files into categories onto Emby and use Emby for Kodi add-on. I would like to know if there is a way to add specific videos from the Emby to the Kodi submenu? For Example, I would like to put my English Series, Korean Series and Japanese Series under Tv shows in Kodi. Thus, when i click Tv shows, the dropdown menu should be those three. However, i am not sure on how to do this. Can someone help me? Thank you. RE: Adding Submenu - ace310 - 2015-11-25 Use Super Favorites Add-on. You need to create super folder under Tv Shows. More details you can find on http://kodi.wiki/view/Add-on:Super_Favourites RE: Adding Submenu - artfullone - 2016-08-21 Edit the Includes.xml file and add a submenu to open a smart playlist like below. <item id="XX" description="Korean TV"> <visible>Container(300).HasFocus(21)</visible> <label>Korean TV</label> <onclick>ActivateWindow(Videos,special://userdata/playlists/video/Korean TV.xsp,return)</onclick> </item> The item id="XX" where the XX is the main menu name you want the sub menu to be placed under. Like below. |