Your 2nd Add-On: Online Videos!
#4
Thanks for the tutorial. I been looking for something like this.

Now, being a total noob to addon development. I do have some questions and I have searched for the answers. Some which I found.

The first is I would like to use a separate fan art image. the current code:
Code:
# Set a fanart image for the list item.
        # Here we use the same image as the thumbnail for simplicity's sake.
        list_item.setProperty('fanart_image', VIDEOS[category][0]['thumb'])
Uses the thumbnail and everything I tired breaks the code.

Also, can someone point out how to make give the main directory(ie animals, food, cars) there own image rather than use an image from in the directory?
which I know the code is here:
Code:
# Create a list item with a text label and a thumbnail image.
        list_item = xbmcgui.ListItem(label=category, thumbnailImage=VIDEOS[category][0]['thumb'])
        # Set a fanart image for the list item.
        # Here we use the same image as the thumbnail for simplicity's sake.
        list_item.setProperty('fanart_image', VIDEOS[category][0]['thumb'])

but having the same issue as before.


Is this plugin possible to pull the sources thumb, video and the genre, etc from an external website. say a sitemap.

Thanks.


Edit oops forgot one question.
Reply


Messages In This Thread
Your 2nd Add-On: Online Videos! - by zag - 2015-11-20, 15:28
RE: Your 2nd Add-On: Online Videos! - by zag - 2015-11-20, 15:33
RE: Your 2nd Add-On: Online Videos! - by moptop - 2015-11-21, 23:47
RE: Your 2nd Add-On: Online Videos! - by zag - 2015-11-30, 14:42
RE: Your 2nd Add-On: Online Videos! - by zag - 2015-12-01, 12:58
RE: Your 2nd Add-On: Online Videos! - by zag - 2016-01-18, 14:37
RE: Your 2nd Add-On: Online Videos! - by pa79 - 2020-09-09, 19:59
Logout Mark Read Team Forum Stats Members Help
Your 2nd Add-On: Online Videos!2