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

Using search function #70

Open ifuchs opened 3 years ago

ifuchs commented 3 years ago

I have a script which does:

roku.search() roku.literal('something')

What I get is the search box on the TV filled in with 'omething' (1st letter lost). Is there a better way to do a search?

Hellscaped commented 2 years ago

I can fix this for you.