File: kodi-send.1

package info (click to toggle)
kodi 2%3A20.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 143,820 kB
  • sloc: cpp: 664,925; xml: 68,398; ansic: 37,223; python: 6,903; sh: 4,209; javascript: 2,325; makefile: 1,754; perl: 969; java: 513; cs: 390; objc: 340
file content (26 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (7)
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 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.