2016-01-22, 03:13
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?
<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?