snippetbashTip
kodi-send — Send actions to Kodi. More information: <https://kodi.wiki/view/List_of_built-in_functions>.
Viewed 0 times
actionssendcommandkodicliinformationkodi-sendmore
Problem
How to use the
kodi-send command: Send actions to Kodi. More information: <https://kodi.wiki/view/List_of_built-in_functions>.Solution
kodi-send — Send actions to Kodi. More information: <https://kodi.wiki/view/List_of_built-in_functions>.Quit Kodi:
kodi-send {{[-a|--action]}} QuitReboot the system:
kodi-send {{[-a|--action]}} RebootSend an action to a remote host:
kodi-send --host {{192.168.0.1}} --port {{9777}} {{[-a|--action]}} {{Quit}}Code Snippets
Quit Kodi
kodi-send {{[-a|--action]}} QuitReboot the system
kodi-send {{[-a|--action]}} RebootSend an action to a remote host
kodi-send --host {{192.168.0.1}} --port {{9777}} {{[-a|--action]}} {{Quit}}Context
tldr-pages: common/kodi-send
Revisions (0)
No revisions yet.