Kodi Community Forum
auto start PVR Manager with Simple Client - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: auto start PVR Manager with Simple Client (/showthread.php?tid=271459)



auto start PVR Manager with Simple Client - FresnoTV - 2016-04-27

Is there anyway to auto start PVR within an addon? I'd like for it to start with Simple Client if possible but even if just the PVR Manager could enable that would be a tremendous help.


I've tried these individually without success;


xbmc.executebuiltin('StartPVRManager')
xbmc.executebuiltin('Skin.SetBool(pvr.Enabled)')
xbmc.executebuiltin('xbmc.SetBool(pvr.Enabled)')

Please help


RE: auto start PVR Manager with Simple Client - teeedubb - 2016-09-21

Hi,

Did you ever work this out? Im running into the same problem with kodi 17 beta.