Fix the label int he sidebar
[gmpc.git] / doc / gmpc-remote.1
blobebb57630d3d6ba6c890fa57fb584a83a00fe7104
2 .TH gmpc-remote 1 "February 21, 2010" "" "Gnome Music Player Client - Remote control"
4 .SH NAME
5 gmpc-remote - a remote control for GMPC.
7 .SH SYNOPSIS
8 gmpc-remote [OPTION]
10 .SH DESCRIPTION
11 If GMPC is compiled with IPC support gmpc-remote can send commands to the running instance of GMPC.
13 .SH OPTIONS
14 .TP
15 .BI --version
16 Display version.
17 .TP
18 .BI --help
19 Show all available application options.
20 .TP
21 .BI --quit
22 Quit the running gmpc.
23 .TP
24 .BI --play
25 Give GMPC the play command.
26 .TP
27 .BI --pause
28 Give GMPC the pause command.
29 .TP
30 .BI --next
31 Give GMPC the next command.
32 .TP
33 .BI --prev
34 Give GMPC the previous command.
35 .TP
36 .BI --stop
37 Give GMPC the stop command.
38 .TP
39 .BI --stream
40 Gives mpd a stream to parse and play.
41 .TP
42 .BI --easycommand
43 Send an 'easy command' query to GMPC.
44 .TP
45 .BI --toggle-view
46 Give GMPC the command to show/hide itself.
47 .TP
48 .BI --hide-view
49 Give GMPC the command to hide itself.
50 .TP
51 .BI --show-view
52 Give GMPC the command to show itself.
53 .br
56 .SH SEE ALSO
57 Website: http://gmpclient.org/
59 MPD Website: http://www.musicpd.org
61 Bug tracker: http://www.musicpd.org/mantis/
63 .BR gmpc-remote-stream(1)
64 .BR gmpc(1)
65 .BR mpd(1)
67 .SH AUTHOR
68 gmpc-remote was written by Qball Cow <qball@gmpclient.org>