2019-02-24, 15:21
I want to open dialogaddonsetting page for Simple PVR addon through onclick icon in main menu. I tried RunAddon , Runscrip but didn't work, is there any way to do it?
(2019-02-24, 15:57)ontap Wrote: OK just tried it and it works.PVRsettings is in settings but I want the settings of PVR simple client addon. I want from my father to be easy for him to add m3u file when I send to him because most of time not with him
Am using artic zephyr so it will differ depending on skin , in this skin in "skin settings-customise mainmenu" I add a menu item and in the list "settings" there is a "TV" option the actual action is "ActivateWindow(PVRSettings)"
not sure about caps in the line , if your skin doesn't have "TV" option , you can do it using "custom" option, tried it and it works.
(2019-02-24, 16:39)ontap Wrote: Thats easy , go settings, addon,my add-on ,pvr-clients, simple-pvr and add it to favs, then go into skin settings, configure main menu and and add it as a menu item form favourites option, btw what skin you using ?I am using estuary and thinking to switch to transperancy!
(2019-02-24, 17:37)ontap Wrote: No, once you have set it up as a main menu item , you can remove the item from favourites and the shortcut will remain working.I added pvr simple client in favorite but when I click on it nothing happened!
If your using estuary you will have to add it in "home.xml"
(2019-02-24, 16:39)ontap Wrote: Thats easy , go settings, addon,my add-on ,pvr-clients, simple-pvr and add it to favs, then go into skin settings, configure main menu and and add it as a menu item form favourites option, btw what skin you using ?Have you tried it? Does nothing here.
Quote:import xbmcaddonThen use RunScript in a shortcut / favourite / key to point at your script.
xbmcaddon.Addon('pvr.iptvsimple').openSettings()
(2019-02-24, 18:18)trogggy Wrote:Second way it works fine with me ....many thanks. Now I make it easy for him(2019-02-24, 16:39)ontap Wrote: Thats easy , go settings, addon,my add-on ,pvr-clients, simple-pvr and add it to favs, then go into skin settings, configure main menu and and add it as a menu item form favourites option, btw what skin you using ?Have you tried it? Does nothing here.
The only way I know to do this is via a script, so eg:
Quote:import xbmcaddonThen use RunScript in a shortcut / favourite / key to point at your script.
xbmcaddon.Addon('pvr.iptvsimple').openSettings()
There may well be an easier way but I don't know it.