Multidimensional list?
#1
I currently show a list of streams, this all works fine.

But what I'd like to do is first show a list of categories like "Entertainment, News, Sports" and when they click on "Sports" for example, they would see a list of sports videos.

I already have the data I need for each category, I just can't find much on how to create a list of categories that then loads another list of streams.
Reply
#2
That is what is called a PLUGIN.

You can see how to do it in practically any plugin.

Here is one: http://kodi.wiki/view/Add-on:Jupiter_Broadcasting

The general idea is that the script gets called on every click. So when it is launched it displays a set of categories. Then when a category is called, the same script is called, but with a custom argument that tells it to display the relevant list of videos.
Reply
#3
Thank you. Took me awhile to parse but I finally figured it out.
Reply

Logout Mark Read Team Forum Stats Members Help
Multidimensional list?0