Ape / samsungctl

Remote control Samsung televisions via a TCP/IP connection
MIT License
716 stars 189 forks source link

Play Pause buttons mappings #77

Open nicusorflorin opened 6 years ago

nicusorflorin commented 6 years ago

The mappings for the play/ pause buttons are not present. Can you please add those too?

Ape commented 6 years ago

You are going to need to reverse engineer the key commands.

nicusorflorin commented 6 years ago

@Ape how do I go about doing that?

namwooong commented 6 years ago

I find that play button's key is KEY_PLAY and pause button's key is KEYPAUSE. I confirmed the execution of this on the command line. @Ape I think you can use it by modifying the project's read me.md and nteractive.py mapping. And I have run smasungctl in a windows environment and have experienced errors. Of course, I know it works on linux now, but I think it would be nice to add this to read_me.md. If you do not mind, I can fix it.