summaryrefslogtreecommitdiffstats
path: root/docs/manpages/kodi-send.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manpages/kodi-send.1')
-rw-r--r--docs/manpages/kodi-send.126
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/manpages/kodi-send.1 b/docs/manpages/kodi-send.1
new file mode 100644
index 0000000..03ca685
--- /dev/null
+++ b/docs/manpages/kodi-send.1
@@ -0,0 +1,26 @@
+.TH KODI-SEND "1" "October 2014" "kodi-send"
+.SH NAME
+xbmc\-send \- program to send some action to Kodi
+.SH SYNOPSIS
+xbmc\-send [OPTION] \fB\-\-action\fR=\fIACTION\fR
+.SH DESCRIPTION
+This program is used for sending actions for Kodi.
+.PP
+Example
+.IP
+kodi\-send \fB\-\-host\fR=\fI192\fR.168.0.1 \fB\-\-port\fR=\fI9777\fR \fB\-\-action=\fR"Quit"
+.PP
+Options
+.TP
+\-?, \fB\-\-help\fR
+Display help message
+.TP
+\fB\-\-host\fR=\fIHOST\fR
+Choose what HOST to connect to (default=localhost)
+.TP
+\fB\-\-port\fR=\fIPORT\fR
+Choose what PORT to connect to (default=9777)
+.TP
+\fB\-\-action\fR=\fIACTION\fR
+Sends an action to Kodi, this option can be added multiple times to create a macro.
+