Adding a button to view files on home screen
#1
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?
Reply

Logout Mark Read Team Forum Stats Members Help
Adding a button to view files on home screen0