I have my design and I see my category screen, but when I click on a category, nothing happens.
I suppose this is because I have no category leafs yet (they are not necessary at this point as far as I understand).
I want a user to click "horror" from the category list and go straight to the horror poster screen that lists all the titles. As I understand it, a categoryLeaf would add another click to this.
Using the videoplayer source, what code do I edit inside of categoryFeed.brs and showFeed.brs to enable this function?
Here is an example from my 'categories' xml:
<category title="Horror" description=""
sd_img="http://blarblarblar.com/graphics/cat_horror.png"
hd_img="http://blarblarblar.com/graphics/cat_horror.png"
feed="http://blarblarblar.com/xml/horror.xml">
</category>
But I don't want to completely eliminate the categoryLeaf function. I will use it later.
Thank you all for your help!