Hi, I know exactly what you are referring to your wanting a breakdown between the category and sub-menus for each area of content. I had to adopt the older scene graph technology vs. the new methods. Now there are some major benefits that I enjoy the most, DIRECT feed for images built into to the channel as pkg directory vs. server feed.
How that works is really simple. One of the feeds is written in the package as the category and when clicking the sub-menu it activates the XML internal again ON the users BOX and not waiting on server response. This will reduce server load times and costs in bandwidth.
Download and modify for your needs.
See for yourself I have included the example and for those of you wanting the file to use for own abilities I'll include the download link from Onedrive.
John H.
Biztale Channel learn more about
Biztale<?xml version="1.0" encoding="UTF-8"?>
<!--
'********************************************************************
'
' NewVideoPlayer - Example Multi-Level Roku Channel
'
' Copyright (c) 2015, belltown. All rights reserved. See LICENSE.txt
'
'*********************************************************************
-->
<categories>
<!--
A category can have nested category elements - and may terminate in categoryLeaf elements referring to local or remote Roku or RSS feeds
-->
<category title="B I Z T A L E" description="A Business Story" hd_img="pkg:/tales/gamestop_hd.png" sd_img="pkg:/tales/gamestop_sd.png">
<categoryLeaf title="Biztale.x10host.com" description="Biztale@zoho.com" feed="pkg:/xml/biztale.xml"></categoryLeaf>
</category>
<category title="M E M O R Y T A L E" description="Preserving Past and Future" hd_img="pkg:/tales/MemoryTale - Robin Williams_hd.png" sd_img="pkg:/tales/MemoryTale - Robin Williams_sd.png">
<categoryLeaf title="Biztale.x10host.com" description="Biztale@zoho.com" feed="pkg:/xml/memorytale.xml"></categoryLeaf>
</category>
<category title="W O R D T A L E" description="Meaning behind the word" hd_img="pkg:/tales/A is for Apple_hd.png" sd_img="pkg:/tales/A is for Apple_sd.png">
<categoryLeaf title="Biztale.x10host.com" description="Biztale@zoho.com" feed="pkg:/xml/wordtale.xml"></categoryLeaf>
</category>
<category title="Y O U T A L E" description="Promoting you" hd_img="pkg:/tales/Youtale - dumpsterman_hd.png" sd_img="pkg:/tales/Youtale - dumpsterman_sd.png">
<categoryLeaf title="Biztale.x10host.com" description="Biztale@zoho.com" feed="pkg:/xml/youtale.xml"></categoryLeaf>
</category>
</categories>