1
2gmpc(1) Gnome Music Player Client - Remote control gmpc(1)
3
4
5
7 gmpc-remote - a remote control for GMPC.
8
9
11 gmpc-remote [OPTION]
12
13
15 If gmpc is compiled with IPC support gmpc-remote can send commands to
16 the running instance of gmpc.
17
18
20 --version
21 Display version.
22
23 --help Show all available application options.
24
25 --quit Quit the running gmpc.
26
27 --play Give GMPC the play command.
28
29 --pause
30 Give GMPC the pause command.
31
32 --next Give GMPC the next command.
33
34 --prev Give GMPC the previous command.
35
36 --stop Give GMPC the stop command.
37
38 --stream
39 Gives mpd a stream to parse and play.
40
41 --easycommand
42 Send an 'easy command' query to GMPC.
43
44 --toggle-view
45 Give GMPC the command to show/hide itself.
46
47 --hide-view
48 Give GMPC the command to hide itself.
49
50 --show-view
51 Give GMPC the command to show itself.
52
53 --spawn
54 Spawn a GMPC instance.
55
56
57
59 Website: http://gmpc.wikia.com/
60
61 MPD Website: http://www.musicpd.org
62
63 Bug tracker: http://www.musicpd.org/mantis/
64
65 gmpc(1) mpd(1) mpd.conf(5)
66
67
69 gmpc-remote was written by Qball Cow <qball@sarine.nl>
70
71
72
73 February 21, 2010 gmpc(1)