I noted that there are no questions about this, and it's sounding very strange. Anyway, I know the gemote project has been abandoned, so I'm wondering if anything similar has been developed. In brief, I would like to have a remote controller app in my Ubuntu PC to control my Samsung Smart TV connected to the same local network.
You can use YAD to create GUI front end to CLI commands.
As a comment points out there is a CLI controller for the Samsung Smart TV:
You just need to install Yad with
sudo apt install yad
and create a GUI window like this:Using this command:
Additional code is required to link each button to the Samsung Control program:
If I had a Samsung Smart TV I would enjoy writing the full script. However my Smart TVs are Sony and Toshiba. I will try to write a remote control GUI script soon for those TVs.
Seeing it in action
I created a little demo where instead of calling the Samsung Smart TV commands are echoed to the screen.
The one-liner code is a little longer now:
As mentioned in comments if you have a Samsung TV newer than 2016 you will also need to download the
websocket-client