tvOS Channel flipping with Siri Remote
#1
The two PVR settings:
Confirm channel switches by pressing "OK"
Delay channel switch

seem to be ignored when using a Siri Remote on tvOS. Is there a way to get those setting to be honoured, maybe by editing the keymaps? In case it's relevant, i've followed the sideloading instructions to get the Matrix nightly from last night installed on to my ATV 4K running iOS 14.0.2. Also , this seems to be an issue in MrMC 3.9.9 too.

I really need channel flipping! Big Grin
Reply
#2
Ah okay as is typical, I figured it out as soon as I posted!

Code:
<FullscreenLiveTV>
<customcontroller name="SiriRemote">
<button id="1">Up</button>
<button id="2">Down</button>
​​​​​​​</FullscreenLiveTV>

vs the default:

​​​​​​​
Code:
​​​​​​​<FullscreenLiveTV>
<customcontroller name="SiriRemote">
<button id="1">ChannelUp</button>
<button id="2">ChannelDown</button>
​​​​​​​</FullscreenLiveTV>
Reply

Logout Mark Read Team Forum Stats Members Help
Channel flipping with Siri Remote0