OpenSageTV / sagetv-miniclient

SageTV MiniClient for Android TV (and phone/tablet)
http://forums.sagetv.com/forums/showthread.php?t=62439
Apache License 2.0
17 stars 14 forks source link

When Smart Remote is enabled, and you get to the end of the video, you get the dialog to delete, but remote "SELECT" doesn't work #30

Closed stuckless closed 8 years ago

stuckless commented 8 years ago

This is because the Smart Remote is triggered based on if the player is visible or not, and since it is visible, it's still in "video" mode. I need to see if I can detect the end of video action and put the remote into normal mode after that.

stuckless commented 8 years ago

With Sage Version 9.0.4, the server can send MENU HINTS to the client, and the client will read these hints to determine the state of the UI and make better remote butotn choices.