Add MENU_PICK command support#67
Conversation
Same as CONSUMER_MENU_PICK in Bluetooth. Depending on context: - Exit screensaver command - Play command - OK command
566a82f to
872ca1c
Compare
zehnm
left a comment
There was a problem hiding this comment.
That sounds very promising!
The current used remote_control.select() function has some weird behaviour. I'll test it within the next few days.
|
Do you think we should use this command as the default Play/pause command instead if it works as intended? |
zehnm
left a comment
There was a problem hiding this comment.
The MENU_PICK command is missing in the media player options list.
I'll try to add it if I have modify rights for your PR.
The command works, but it doesn't exit the screensaver on tvOS 26.1. It only shows the current time within the screensaver.
I'll have to do some more testing, if it makes sense to remap the default commands.
zehnm
left a comment
There was a problem hiding this comment.
I've added the command to the simple command list. Now it's available in the web-configurator.
|
I have the impression that the new tvOS 26 changed things for the worse when the screensaver is active. Only the back key seems to work, which brings up the new account selection screen (but not always, sometimes the home screen is shown). Some commands now even time out when the screensaver is active. There's more testing required, and hopefully there is some "dpad enter" command that works the same as the original ATV remote to get a consistent behaviour. @henrikwidlund do you have other ideas? |
|
I've also noticed that with the screensaver and account picking, quite annoying. To me the safest way would probably be to call something similar to |
|
This is getting interesting: found some old comments in the code that the screensaver state is no longer accessible with tvOS >= 18.4. |
|
Damn, that sucks :( I wonder if they just don't send that info, or if the library used by this integration needs updating. Edit: Nothing in the postlund repo about it, but it also hasn't been very active since 2024. |
Same as CONSUMER_MENU_PICK in Bluetooth.
Depending on context: