aboutsummaryrefslogtreecommitdiff
path: root/docs/manpages/xbmc-send.1
blob: 562c807f2ce11dd406f5736b80afc0757104e6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.TH XBMC-SEND "1" "December 2009" "xbmc-send"
.SH NAME
xbmc\-send \- program to send some action to XBMC
.SH SYNOPSIS
xbmc\-send [OPTION] \fB\-\-action\fR=\fIACTION\fR
.SH DESCRIPTION
This program is used for sending actions for XBMC.
.PP
Example
.IP
xbmc\-send \fB\-\-host\fR=\fI192\fR.168.0.1 \fB\-\-port\fR=\fI9777\fR \fB\-\-action=\fR"XBMC.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 XBMC, this option can be added multiple times to create a macro.