How to add these properties on video addon? Any Help
#1
Sad 
Code:
        liz=xbmcgui.ListItem(title, iconImage="DefaultVideo.png", thumbnailImage=logo_url)
        liz.setInfo( type="Video",  infoLabels={ "Title": title, "Rating": 'TVMA'} )
        liz.setProperty('fanart_image',thumb)
        xbmcplugin.addDirectoryItem(handle=int(sys.argv[1]),url=url,listitem=liz)

This was my Code. I wanna add

Rating (Means TVPG,TVMA kind of that
Duration (runtime)
Video Quality (HD or SD) kind of

Any help plz?????????????????????????????????????????
Reply
#2
https://codedocs.xyz/xbmc/xbmc/group__py...2888fb5f14

https://codedocs.xyz/xbmc/xbmc/group__py...fec9111cdc
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
(2017-04-30, 15:15)Martijn Wrote: https://codedocs.xyz/xbmc/xbmc/group__py...2888fb5f14

https://codedocs.xyz/xbmc/xbmc/group__py...fec9111cdc

Thanks....... Smile
Reply

Logout Mark Read Team Forum Stats Members Help
How to add these properties on video addon? Any Help0