You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to implement an endpoint to get the current channel number from a given SlingBox?
This would help users know at a first glance what channel are they watching at by seeing its number in the remote. (Similar to the remote in SP1.5).
Also, @GerryDazoo, could you please implement the API you added in v4.0 as REST API endpoints to get the info via javascript?
GerryDazoo on Feb 16
Maintainer
Author
md; It's not a web address it's just a TCP packet. You send SENDIRKEYCODES=-1 directly to the server ip and port. (No / ), You can do it from a linux command line with this little snippet
echo -n "SENDIRKEYCODES=-1" | nc 192.168.117.122 65432
not sure what the windows equivalent would be.
So simply, open a TCP socket to ip:port, send SENDIRKEYCODES=-1, close socket.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to implement an endpoint to get the current channel number from a given SlingBox?
This would help users know at a first glance what channel are they watching at by seeing its number in the remote. (Similar to the remote in SP1.5).
Also, @GerryDazoo, could you please implement the API you added in v4.0 as REST API endpoints to get the info via javascript?
I've seen in your comment regarding the v.4.0 release that
Beta Was this translation helpful? Give feedback.
All reactions