making a simple menu?
#1
Hi there! I've written a simple python script which gets titles and links for videos and saves them to lists.
I want to create a video addon with simple GUI but I dont know how. I have read the tutorials, but am not sure where to start.

This is the situation:
title - (list of titles)
link - (list of links)

I want to create a menu like this:

Videos(main menu) --> Video1 (title[0], link[0]), Video2 (title[1], link[1]), Video3 (title[2], link[2])...

where title would be the label of the item, and link would be an URL leading to a video. I would also include a thumbnail...

Can you get help me get started?
thanks in advance
Reply

Logout Mark Read Team Forum Stats Members Help
making a simple menu?0