Exiting HDHomeRun via command line
#8
Code:
kodi-send --host=localhost --action="Stop" --action="Right" --action="Select"

That kinda works if you do them one at a time, but doing it all in one line seems to result in the codes being sent too soon. Maybe something like
Code:
kodi-send --host=localhost --action="Stop"
sleep 2
kodi-send --host=localhost --action="Right" --action="Select"

But I'll leave you to play with that.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply


Messages In This Thread
RE: Exiting HDHomeRun via command line - by nickr - 2017-04-29, 05:19
Logout Mark Read Team Forum Stats Members Help
Exiting HDHomeRun via command line0