-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25204 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
- Loading branch information
ceros7
committed
Dec 2, 2009
1 parent
d5af64c
commit 2c2756c
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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. | ||
|