Kodi Community Forum

Full Version: Use Channel Tag As Menu Item
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Firstly excellent efforts all!! I've been playing with TVH for ~2yrs and it just keeps getting better!! 'Awesome'

In normal 'Library' type xbmc I use playlists to create buttons on the home screen allowing me to split my collection up. For example here is my Family Films section from IncludesHomeMenuItems.xml

<control type="button" id="90151">
<include>ButtonHomeSubCommonValues</include>
<label>Family Films</label>
<onclick>ActivateWindow(Videos,/home/xbmc/.xbmc/userdata/playlists/video/KidsFilms.xsp,return)</onclick>
<visible>True</visible>
</control>

My Question Is would I be able to do a similar thing using channel tags from TVH? instead of using the playlists have the Channel Tags drop down under the Live TV menu.

I'm no expert with skins but have done a reasonable amount of xml, any guidance anyone could offer would be gratefully received.... I would be happy to share if I could crack it!