jurialmunkey / skin.arctic.horizon

A simple minimal skin for Kodi
Other
174 stars 49 forks source link

TV Channel groups #465

Open kodilogs opened 2 years ago

kodilogs commented 2 years ago

Hi there, Im using Arctic Horizon skin and im trying to crate a widget that behaves exactly like the TV channel groups widget in Estuary.

I cant seem to find the action ID for that command

basically it list all the channel groups and then when you click on one it opens up the EPG to that section.

I can get the list of all the channels by doing ActivateWindow(TVGuide,pvr://channels/tv/*,return) but im looking for all the groups to be listed.

ActivateWindow(TVGuide,pvr://channels/tv,return) gives me all the groups but doesnt take me to the EPG