Files
cheatsheet-tldr/tldr/kodi-send
2025-08-09 00:20:24 +00:00

22 lines
428 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`