I'm having an issue where with two channels — when I use the Apple TV remote's "Back" button, I get jumped to the very top of the Guide (in whatever Channel Collection I'm in) instead of having the last-viewed channel highlighted when I back out of a channel. Hopefully that makes sense.
I'm pretty sure it has to do with how I set up custom channel logos with a custom Source, because it seems to only work when backing out of a channel that has a custom logo. (This all happened when I tried to fix my custom logos only working on Apple TV, and not iOS).
I admittedly haven't ever quite understood the difference between channel-id, tvg-id=, and tvg-chno in an m3U, so I'm sure I've mangled those as I've gone through trial and error to get my custom logos working, and this is user error.
My first Source is named "Logos" and has six channels in it (logo url changed for privacy), with the first entry and the fourth entry being the problematic ones:
#EXTM3U
#EXTINF:-1 channel-id="6000" tvg-id="8.1" tvg-chno="6000" tvg-logo="http://www.mysite.com/images/tvlogos/wgal8.png?w=360&h=270" tvc-guide-stationid="79329" tvg-name="WGAL-TV",WGAL-TV
#EXTINF:-1 channel-id="27110" tvg-id="27100" tvg-chno="27.11" tvg-logo="http://www.mysite.com/images/tvlogos/abc27.png?w=360&h=270" tvc-guide-stationid="113124" tvg-name="WHTM",WHTM
#EXTINF:-1 channel-id="59850" tvg-id="59850" tvg-chno="5985" tvg-logo="http://www.mysite.com/images/tvlogos/wmar.png?w=360&h=270" tvc-guide-stationid="21230" tvg-name="WMAR",WMAR
#EXTINF:-1 channel-id="60030" tvg-id="60030" tvg-chno="6003" tvg-logo="http://www.mysite.com/images/tvlogos/cbs21.png?w=360&h=270" tvc-guide-stationid="30783" tvg-name="WHP",WHPDT
#EXTINF:-1 channel-id="3002" tvg-id="3002" tvg-chno="3002" tvg-logo="http://www.mysite.com/images/tvlogos/fox43-3.png?w=360&h=270" tvc-guide-stationid="11782" tvg-name="Fox",Fox
#EXTINF:-1 channel-id="3004" tvg-id="3004" tvg-chno="3004" tvg-logo="http://www.mysite.com/images/tvlogos/cwcentralpa.png?w=360&h=270" tvc-guide-stationid="97889" tvg-name="CW",CW
My second source is an HD Homerun, with channel numbers I can't change, and I have one channel that jumps to the top of the guide when I back out of it, and is also in my "Logos" source:
My third source is a TVE source, and has one channel that jumps me to the top of the guide when I back out of it, and is also in my "Logos" source:
Any idea how I've mangled things (presumably channel-id, tvg-id, and/or tvg-chno in an m3U) to cause this? I had it working without issue before tweaking things today, but the custom logos only worked without issue on the Apple TV, not on iOS/iPadOS for some reason, so I changed some of those values until the logos showed up everywhere.