reisxd / TizenTube

A NodeJS script to remove ads and add support for Sponsorblock for your Tizen TV (2017 and forward).
https://tizentube.live
GNU General Public License v3.0
389 stars 34 forks source link

Play/Pause/Skip buttons nonfunctioning #53

Open htnrdy opened 2 months ago

htnrdy commented 2 months ago

There is a small issue with the bottom row keys (play, pause, skip forward, skip backward) not functioning on my remote. I tested the default YouTube app and it works as expected.

I noticed commit 31d6a1c adds support for MediaPlayPause keys, will this fix the issue? Also, how do I use the version 1.2.7 referenced in the commit? Will we have to wait for a new release?

Thanks for all the work you do, much appreciated.

davidngedu commented 2 months ago

Same here.

kascuan commented 3 weeks ago

I also have this issue, I think the issue is the control we are using has separate buttons for Play and Pause. The SmartThings Android app shows a control with a play/pause single button which does exactly what is expected. I believe this may be a case of registering the MediaPlay and MediaPause buttons too.