Custom Menu Kids dont open source
#1
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

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 englishAngel
Reply
#2
Bring up the info screen on one of the kids movies and make a note of the path, then enter this in the code below -

Code:
<onclick>ActivateWindow(Videos,PATH_TO_SOURCE,return)</onclick>
Reply
#3
Thank you Hitcher,

with your tip the source opens, but there it do not scrap.
If I go through Videos/Files/Kids the scrapper infos are working.
Reply
#4
Works for me. Have you actually scraped the source folder first?
Reply
#5
Yes, first I created my source and scrapped.
I used it by home menu Videos, Kids...

Then I connected it as you wrote an there are no Wallpapers/Art or covers. When I use it again by home menu/Videos/Kids I see again the wallpapers and covers...

Edit: I test this on a PC with Win7 and Kodi Isengard 15.2.....connected by LAN with a Zyxel NAS540....
Reply

Logout Mark Read Team Forum Stats Members Help
Custom Menu Kids dont open source0