[filesystem][SpecialProtocol] Removed assert from GetPath
[xbmc.git] / docs / manpages / kodi-send.1
blob03ca6851770a2df081fcd34f2c7a7f70dd570a1b
1 .TH KODI-SEND "1" "October 2014" "kodi-send"
2 .SH NAME
3 xbmc\-send \- program to send some action to Kodi
4 .SH SYNOPSIS
5 xbmc\-send [OPTION] \fB\-\-action\fR=\fIACTION\fR
6 .SH DESCRIPTION
7 This program is used for sending actions for Kodi.
8 .PP
9 Example
10 .IP
11 kodi\-send \fB\-\-host\fR=\fI192\fR.168.0.1 \fB\-\-port\fR=\fI9777\fR \fB\-\-action=\fR"Quit"
12 .PP
13 Options
14 .TP
15 \-?, \fB\-\-help\fR
16 Display help message
17 .TP
18 \fB\-\-host\fR=\fIHOST\fR
19 Choose what HOST to connect to (default=localhost)
20 .TP
21 \fB\-\-port\fR=\fIPORT\fR
22 Choose what PORT to connect to (default=9777)
23 .TP
24 \fB\-\-action\fR=\fIACTION\fR
25 Sends an action to Kodi, this option can be added multiple times to create a macro.