1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 02:15:41 +02:00
tldr/pages/common/kodi-send.md
2025-08-09 02:42:38 +03:00

16 lines
335 B
Markdown

# kodi-send
> Send actions to Kodi.
> More information: <https://kodi.wiki/view/List_of_built-in_functions>.
- Quit Kodi:
`kodi-send {{[-a|--action]}} Quit`
- Reboot the system:
`kodi-send {{[-a|--action]}} Reboot`
- Send an action to a remote host:
`kodi-send --host {{192.168.0.1}} --port {{9777}} {{[-a|--action]}} {{Quit}}`