Kodi Community Forum

Full Version: Action for directly opening specific LiveTV channel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
can you map an action to key or remote button which can open specific LiveTV channel same way as when you select and play that channel from MyPVR channel list?

Code:
PlayMedia(pvr://channels/tv/All TV channels/1.pvr)
plays the channel, but doesn't set it's pvr metadata (it's mising channel icon, programme info, etc.)

Code:
PlayPvrTV
plays last watched LiveTV channel. pvr metadata are ok, but it's limited to last watched channel with fallback to first channel.


What I'd like is to be able specify channel id or channel name parameter, so any specified channel could be played with it's pvr metadata.

Or is there any other action available which can already do this?

Thanks Ez.