antonioparraga / braviarc

Python library for Sony Bravia TV remote control
MIT License
79 stars 41 forks source link

add ability to query available apps and start them #17

Closed ttroy50 closed 6 years ago

ttroy50 commented 7 years ago

This adds some commands which can query the app list on my BRAVIA KDL-40W705C and then start an app using it's ID. Example usage is

app_info = braviarc.load_app_list()
print (app_info)
braviarc.start_app("Netflix")
antonioparraga commented 6 years ago

great job!