2020-11-30, 15:16
I am trying to configure kodi (version 18) to open a specific group on startup, as explained here.
I wrote this in autoexec.py, and kodi opens on All channels.
import xbmc
xbmc.executebuiltin('ActivateWindow(TVChannels,pvr://channels/tv/MyGroupName)')
I wrote this in autoexec.py, and kodi opens on All channels.
import xbmc
xbmc.executebuiltin('ActivateWindow(TVChannels,pvr://channels/tv/MyGroupName)')