python-roku
python-roku copied to clipboard
Screw remotes. Control your Roku with Python.
Is there a function that can turn the TV on? I read the documentation and couldn't find anything like this, maybe it's an upcoming feature? I just thought that you...
Is there a way to get the current volume?
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
If the user (someone like me) has disabled remote access it can lead to confusing error messages. Help elaborate for users (like myself) that they need to change their settings...
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
I need to be able to open deep links with this library. Is this possible? if so, how?
_app_for_name() used to use an equality operator to check for a match, meaning that you had to know the full and exact name of the app you wished to invoke....
This allows you to jump volume incrementally by passing an integer argument to either `volume_down_by` or `volume_up_by`. This functionality can also be extended to `ChannelUp` and `ChannelDown` by defining `'channel_up_by':...
Is there a way now (or, if not, could a way be added?) to invoke the options menu? I can do this now by going back to home and using...
Roku.discover(timeout=10) is not always finding the Roku. In fact most times it does not. IP of device didn't change but it just doesn't find it, returns empty array.