Adding a button to view files on home screen - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: Adding a button to view files on home screen (/showthread.php?tid=257349) |
Adding a button to view files on home screen - steveski - 2016-01-22 I am trying to add a button to the main page to list folders that contain home movies. The path in Kodi is Videos -> Files -> Home Movies. This correlates to C:\Media\Home Movies. I have tried to add a new section in Home.xml: <item id="15"> <label>HOME MOVIES</label> <onclick ActivateWindow(Videos,Files,Home Movies)</onclick> <icon>-</icon> <thumb>-</thumb> <visible>true</visible> </item> I have also tried other variations. Is it possible to add a button that drills down that far? |