From 938b8c49562a00cd9bc3d523bd457b430449a031 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 9 Aug 2025 02:42:38 +0300 Subject: [PATCH] kodi-send: add page (#17549) --- pages/common/kodi-send.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/kodi-send.md diff --git a/pages/common/kodi-send.md b/pages/common/kodi-send.md new file mode 100644 index 0000000000..3698ef2bf5 --- /dev/null +++ b/pages/common/kodi-send.md @@ -0,0 +1,16 @@ +# kodi-send + +> Send actions to Kodi. +> More information: . + +- 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}}`