Hi,
I have looked through the kodi wiki and found how to add custom items to my home screen, I have entered the code as follows:
To sources.xml
<source>
<name>Courses</name>
<path pathversion=”1″>/mnt/sdc1/Courses/</path>
<allowsharing>true</allowsharing>
</source>
And to home.xml
<item id=”19″>
<label>COURSES</label>
<onclick>ActivateWindow(Videos,FilesCourses,return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoMovieButton) + Library.HasContent(Movies)</visible>
</item>
But it isn’t working, every time I click on the custom menu button it takes me to the home video directory. I have played with this for ages now, please help.
Cheers,
Matt