Problem with script and dialogvideoinfo
#1
I am creating a script, if I call a DialogInfo using ListItem
cpp:
dialog = xbmcgui.Dialog()
ret = dialog.info(self.selected_item)
When I open the windows DialogInfo it opens perfectly and shows infolabels, as you press play it will work. 
But if when creating the ListItem, adding the path to "plugin://plugin.video.test"(plugin created for testing), it does not run, it calls, but the thread does not end, it stays as"loading", here is the log:
cpp:
DEBUG: ------ Window Deinit (DialogVideoInfo.xml) ------
DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin testing('plugin://plugin.video.test/','4','?key1=value1','resume:false')
DEBUG: Thread LanguageInvoker start, auto delete: false
INFO: initializing python engine.
if calling at windows DialogInfo through a plugin there is no problem and it works, but it does not work when calling through a script.
Is it a bug or is there something I am missing?
Reply


Messages In This Thread
Problem with script and dialogvideoinfo - by DJSmith - 2019-01-26, 00:54
Logout Mark Read Team Forum Stats Members Help
Problem with script and dialogvideoinfo0