Help Need to create Matrix/Nexus compliant python
#1
I'm working on an addon that currently works in Matrix.  When I run it in Nexus my debug log is being inundated with WARNINGS:
Code:
WARNING <general>: ListItem.setInfo: unknown "type" parameter value:
WARNING <general>: ListItem.setUniqueIDs() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setUniqueIDs().
WARNING <general>: ListItem.setCast() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setCast().

So I get the warning, but I don't understand how to use InfoTagVideo with listitems?

scott s.
.
Reply
#2
Maybe these will help:

https://github.com/xbmc/xbmc/pull/19459#...-806450382

https://xbmc.github.io/docs.kodi.tv/mast...video.html
Reply
#3
Thanks for that.  But where now I can do a listitem.setinfo and pass in a dict, with the videoinfotag looks like that is not possible Sad

scott s.
.
Reply

Logout Mark Read Team Forum Stats Members Help
Help Need to create Matrix/Nexus compliant python0