1XINE-REMOTE(1x) XINE-REMOTE(1x)
2
3
4
6 xine-remote - a small tool to connect xine remote control server.
7
9 xine-remote [options]
10
12 This manual page documents briefly the xine-remote tool.
13
14 xine-remote can replace a raw telnet connection to a xine remote con‐
15 trol server. It use the readline facilities (completion, vi/emacs
16 shortcuts, command history, etc...). By default, it try to connect the
17 localhost, using the default port (see xine(1)).
18
20 The program follow the usual GNU command line syntax, with long iop‐
21 tions starting with two dashes (`-´). A summary of options are
22 included below.
23
24 -H, --host <hostname>
25 Try to connect <hostname>.
26
27 -P, --port <port>
28 Try to connect the host using <port>.
29
30 -c, --command <command>
31 Send <command> to server then quit. The command should be sin‐
32 gle quoted if it contain spaces or special characters.
33
34 -n, --noconnect
35 Do not initiate the connection on startup.
36
37 -v, --version
38 Display version.
39
40 -h, --help
41 Display options summary.
42
44 Few commands are available, which are used to open or close a connec‐
45 tion:
46
47 ? Display available commands (the xine-remote ones + server ones
48 when connection is established).
49
50 help <command>
51 Display the purpose of <command>, if that is omitted, display
52 available commands.
53
54 syntax <command>
55 Display the usage of <command>.
56
57 version
58 Display version.
59
60 open <server[:port]>
61 Open connection to server. A port can be optionally specified,
62 using colon (:) separator.
63
64 close Close connection.
65
66 quit Leaving xine-remote.
67
69 xine(1).
70
71
73 This manual page was written by Daniel Caujolle-Bert
74 <f1rmb@users.sourceforge.net> for the xine project.
75
76
77
78The xine project 2002-04-16 XINE-REMOTE(1x)