jcarbaugh / python-roku

Screw remotes. Control your Roku with Python.
https://pypi.python.org/pypi/roku
BSD 3-Clause "New" or "Revised" License
288 stars 94 forks source link

Add RokuTV commands #21

Closed bschlenk closed 6 years ago

bschlenk commented 7 years ago

See https://sdkdocs.roku.com/display/sdkdoc/External+Control+API#ExternalControlAPI-KeypressKeyValues for a list of all supported commands.

I hope this project isn't dead!

jcarbaugh commented 6 years ago

@bschlenk despite how terribly I've maintained the project, it's not dead! I also just got a Roku TV so I have something to actually test with again, so that helps. I'd like to separate the switch of lxml from the command updates, if that's okay with you. Could you remove the lxml change part... or I'd be happy to do it too, if that's okay with you. Thanks!

bschlenk commented 6 years ago

Created a separate pull request here, just for tv commands: https://github.com/jcarbaugh/python-roku/pull/27