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

Support for launching tv tuner and optionally changing channel #30

Closed j-kaplan closed 6 years ago

j-kaplan commented 6 years ago

This adds the ability to easily launch the digital TV tuner app on a Roku TV and optionally change to a specific channel.

Example:

r = Roku('192.168.1.200')
r.channel("2.1")   # Launches TV tuner and sets channel to 2.1
r.channel()        # Launches TV tuner to the last watched channel

I've tested this with a TCL Roku TV.

j-kaplan commented 6 years ago

Submitted vs wrong repo.