First off, thanks for updating this so it works again
I have an LG TV which is connected both to an antenna and a satellite. I am writing a script to change channel using media_player.play_media
and cannot find a method of distinguishing between the two connections. Both of these seem to be classified as “Live TV” as a Source, with satellite taken as having higher priority.
For example, when using antenna channel 101 is “BBC ONE HD”. When using satellite channel 972 is “BBC One HD”.
-
If I use a
media_content_id
of any of “BBC ONE HD”, “BBC One HD” or 972 then I get the satellite channel 972. -
If I use 101 then I get satellite channel 101.
-
If I use 102 then I get antenna channel 102, since satellite channel 102 does not exist
What I want to get is antenna channel 101. How can I achieve this, please?
(Tagging @jjlawren who is listed in the release notes - apologies if inappropriate)