It’s because I want to use the Plex “Skip” functionality rather than the direct Forward / Rewind functionality.
I thought that your Apple TV example you have in the ReadMe would just send the same Android Remote skip “command” to the Android App running on the Android TV device.
I didn’t think it would be an Andorid App specific “command”, but more of an Android Remote “command” to an Android TV OS that then feeds whatever Android App is running ?
The Apple TV example is for Apple TV, it won’t work with Android TV. As far as I know, Android TV doesn’t have a separate skip button.
You might (I don’t know if this will produce desired behavior) be able to add skip functionality to the fast_forward and rewind buttons by creating new custom actions with hold_secs in their data. Try this:
I’ll try the workaround solution, but still a bit confused about the underlying issue.
I thought that the Apple TV section was for Apple TV app on the Android TV OS. Therefore the command would be to deliver a generic Android TV OS skip function call to any Android TV App.
Are you saying that the Android TV Plex App does not have an interface in the Android TV OS that supports the skip command but the Android TV Apple TV App does ?
I’d be surprised if Android TV OS had specific function calls for specific apps ?
No, the Apple TV example is for physical Apple TV devices. Android TV doesn’t have a separate skip button, the Android TV Plex app doesn’t have skip buttons, and there are no app specific commands.
Hello @giof94is and @Nerwyn - Thank you for your contributions. I am trying to get this to work with my Samsung TV, and while the app, volume, and power buttons work, it seems that the Home button, touch input, etc. does not bring up the app selector menu on my Samsung TVs or otherwise allow me to traverse the menus. Any ideas?
since updating my Android TV to version 12, some commands do not work anymore (e.g. TV, CHANNEL_UP and CHANNEL_DOWN). Other still do (e.g. dpad commands or HOME).
Did someone experience the same issue?
I solved it by using adb debugging commands and the Android Debug Bridge Integration but it’s more complicated and I don’t like debugging to be permanently activated.
Version 3.7.0 has been released and adds full Roku keyboard support. I do not have a Roku, but @dgoodwin430 has confirmed that it’s working for him. If you do run into any issues using it, please let me know either here or on the GitHub repo issues section.
Not really. I do have a GitHub issue for future implementation that has a hacky way of making the slider vertical using built in and card mod styles, but it has some issues with swipe and tap detection.
After playing around (a lot) with null column spacing, I realize that the vertical slider has default behavior to stay right aligned with a set width in it’s own column, leaving the columns to it’s left being centered and filling the rest of the available width.
Humble requests:
Add a modifier option to change the alignment behavior to be like icons?
Ability to change the icon on the slider based on state of slider_id? (The idea is to give visual feedback if the volume is muted. Change the icon to a volume muted button and the white color to grey)
You can use card-mod to set remote-slider flex-grow to 1, which should fix this. It was set to 0 for sliders to fix issues with vertical sliders but it should be okay if there are sibling elements to define the vertical space it can occupy.
In a future major refactor I want to change how styles are applied and add a style field per sub element, which will make it possible to apply styles like this without card-mod.
Also, you can use templates to change the icon and color based on entity states/attributes.
Hi, I got my version pretty nice, but got one “issue” what really bothers me (way more than it should, but…), it’s the “active” style. Can I disable it using general card_mod style?