Confluence - path to open - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: Confluence - path to open (/showthread.php?tid=354516) |
Confluence - path to open - barandof - 2020-05-17 HiĀ I actually made videoaddons where the actors are in the main menu and I would like them to open up to me directly in the videos. I did the actors section in the node editor. I copied the code to favorites and I don't know how to use it in python. Can someone help me with this problem, please? Thank you very much I have this display in python according to the instructions from the web, but it doesn't work: import xbmc xbmc.executebuiltin("ActivateWindow(10025,"library://video/seanconnery.xml/",return)") |