Open DialogVideoInfo.xml for a specified movie?
#6
you should be able to get the listitem like this:
python:
li = self.getControl(controlId).getSelectedItem()

also, dialog = xbmcgui.Dialog(li) is incorrect, it's simply dialog = xbmcgui.Dialog()
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply


Messages In This Thread
RE: Open DialogVideoInfo.xml for a specified movie? - by ronie - 2019-09-11, 01:29
Logout Mark Read Team Forum Stats Members Help
Open DialogVideoInfo.xml for a specified movie?0