Custom Menus - is this still best practice? - 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: Custom Menus - is this still best practice? (/showthread.php?tid=293454) |
Custom Menus - is this still best practice? - geoff_the_ref - 2016-10-10 Hi I would like to add a custom menu item to my skin, linked to a directory. I've changed from confluence to amber based on a recommendation I saw in a forum for this purpose. (Apparently this function can be hacked into confluence, but if you want to up date your skin in breaks stuff like this). My goal is to separate content at the main menu. Kids Movies linked to /media/wdpidrive/kidsmovies Docos linked to /media/wdpidrive/documentaries Movies linked to /media/wdpidrive/movies Does anyone know if this postrepresents current 'best practice'? http://kodi.wiki/view/Smart_playlists#Smart_playlist_for_video I use Raspberry Pi 3 running OSMC. I'm a bit of a noob and have learnt ssh, crontab, scripts, nano and I can work my way through custom code / hacks / workarounds. (just ) Cheers, Geoff. RE: Custom Menus - is this still best practice? - DarrenHill - 2016-10-10 Personally I prefer using video nodes (wiki) but either will work. RE: Custom Menus - is this still best practice? - geoff_the_ref - 2016-10-10 thanks, what to you think of this option http://forum.kodi.tv/showthread.php?tid=288710. Library Node Editor RE: Custom Menus - is this still best practice? - DarrenHill - 2016-10-10 They are what I'm referring to. Video nodes are the library nodes for the video library. You can use the add-on you mention to make creating them simpler via the GUI. |