Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
v20 How to display addon (ipcams) settings in Skin (Arctic Zephyr) for AlexElec (CoreElec
#1
Not sure where else I can ask...already posted here, #5573:
https://forum.kodi.tv/showthread.php?tid...id=3149080

I have installed plugin.video.ipcams (Surveillence Camera addon) on my alexelec.tv PCx86 v11.1.3 Nexus 20.1 distro (fork of CoreEelec.) It shows fine as a skin menu short cut in Arctic Zephyr Nexus !

Now I want a submenu that can display the settings of Surveillence Camera, and this did not work:

Arctic Zephyr Reloaded > Customize home menu > Menu> submenu> Action > Custom item > Opens keyboard, so I type: ActivateWindow(Addon.OpenSettings(plugin.video.ipcams))

Maybe this should look like: ActivateWindow(Videos, "Addon.OpenSettings(plugin.video.ipcams)", return) but I am not a dev !

Got the idea from:
https://xbmc.github.io/docs.kodi.tv/mast...tions.html
https://kodi.wiki/view/Opening_Windows_and_Dialogs

What am I doing wrong ? Please help !
Reply
#2
probably just Addon.OpenSettings(plugin.video.ipcams)

ActivateWindow activates a window from the system list - https://kodi.wiki/view/Window_IDs

see more - https://kodi.wiki/view/List_of_built-in_functions
Reply
#3
(2023-04-02, 06:12)jepsizofye Wrote: probably just Addon.OpenSettings(plugin.video.ipcams)

ActivateWindow activates a window from the system list - https://kodi.wiki/view/Window_IDs

see more - https://kodi.wiki/view/List_of_built-in_functions
@jepsizofye 

Thanks again, last from plugin.video.youtube forum.

This worked ! I wish Kodi wiki was written a bit more explicitly- would mak ethe job of volunteer devs and helpful folks much easier.

BTW, the answer to my youtube /live formats:
https://github.com/anxdpanic/plugin.vide...issues/432
Reply
#4
good to hear on both counts

happy to help
Reply

Logout Mark Read Team Forum Stats Members Help
How to display addon (ipcams) settings in Skin (Arctic Zephyr) for AlexElec (CoreElec0