abrenoch / hyperion-android-grabber

Screen grabber for hyperion
MIT License
188 stars 31 forks source link

Add On/Off API Control #176

Closed Burnsys2 closed 2 years ago

Burnsys2 commented 2 years ago

Basically an api endpoint to turn On/Off the grabber.

I have tasker in my androd TV and i configured it to publish mqtt messages reporting what is the current running aplication.

I would like for example to disable the grabber when using netflix (because it doesn't work with it) or when using youtube (video stuttering)

I found a similar issue that could be resolved with this functionality.

https://github.com/abrenoch/hyperion-android-grabber/issues/8

abrenoch commented 2 years ago

Hey @Burnsys2 , seems like you could probably use tasker to accomplish this by combining with the commands mentioned here: https://github.com/abrenoch/hyperion-android-grabber/pull/150#issue-516865142