mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 13:35:40 +02:00
kodi-send: add page (#17549)
This commit is contained in:
parent
bf2e2fb40b
commit
938b8c4956
1 changed files with 16 additions and 0 deletions
16
pages/common/kodi-send.md
Normal file
16
pages/common/kodi-send.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue