2015-11-13, 13:56
Hello,
since I was not able to find some way to change the home menu in skin T! I found this Wiki for skin confluence:
http://kodi.wiki/view/HOW-TO:Edit_the_ho...skin_files
<item id="19">
<label>Kids Movies</label>
<onclick>ActivateWindow(Videos,Kids)</onclick>
<icon>-</icon>
<thumb>-</thumb>
</item>
But, only some of them works:
I got in home menu now the button for "Kids" and I have also a source called "Kids".
But, when i push the button in home menu it do not open my source, it do not schow my movies.
I tried a lot of things, with playlist, without playlist.....
The best that i can reach is that:
<item id="19">
<label>Kinder</label>
<onclick>ActivateWindow(Videos,sources://video)</onclick>
<icon>-</icon>
<thumb>-</thumb>
</item>
This opens a window and there I can see my source "Kids", I also can click it and it opens, but I am not able that it opens bei clicking onle the "Kids" home menu button![Sad Sad](https://forum.kodi.tv/images/smilies/frown.png)
I tried also that instead, but nothing helped:
<onclick>ActivateWindow(Videos,sources://video/Kids)</onclick>
<onclick>ActivateWindow(Videos,sources://video,Kids)</onclick>
Does anybody know how I have to do ist?
Sorry for my bad english
since I was not able to find some way to change the home menu in skin T! I found this Wiki for skin confluence:
http://kodi.wiki/view/HOW-TO:Edit_the_ho...skin_files
<item id="19">
<label>Kids Movies</label>
<onclick>ActivateWindow(Videos,Kids)</onclick>
<icon>-</icon>
<thumb>-</thumb>
</item>
But, only some of them works:
I got in home menu now the button for "Kids" and I have also a source called "Kids".
But, when i push the button in home menu it do not open my source, it do not schow my movies.
I tried a lot of things, with playlist, without playlist.....
The best that i can reach is that:
<item id="19">
<label>Kinder</label>
<onclick>ActivateWindow(Videos,sources://video)</onclick>
<icon>-</icon>
<thumb>-</thumb>
</item>
This opens a window and there I can see my source "Kids", I also can click it and it opens, but I am not able that it opens bei clicking onle the "Kids" home menu button
![Sad Sad](https://forum.kodi.tv/images/smilies/frown.png)
I tried also that instead, but nothing helped:
<onclick>ActivateWindow(Videos,sources://video/Kids)</onclick>
<onclick>ActivateWindow(Videos,sources://video,Kids)</onclick>
Does anybody know how I have to do ist?
Sorry for my bad english
![Angel Angel](https://forum.kodi.tv/images/smilies/angel.png)