-.TH gmpc 1 "October 29, 2008" "" "Gnome Music Player Client - Remote control"
+.TH gmpc 1 "February 21, 2010" "" "Gnome Music Player Client - Remote control"
.SH NAME
+gmpc-remote - a remote control for GMPC.
+
+.SH SYNOPSIS
gmpc-remote [OPTION]
.SH DESCRIPTION
.BI --version
Display version.
.TP
-.BI --quit -q
+.BI --help
+Show all available application options.
+.TP
+.BI --quit
Quit the running gmpc.
.TP
-.BI --play -c
+.BI --play
Give GMPC the play command.
.TP
-.BI --pause -v
+.BI --pause
Give GMPC the pause command.
.TP
-.BI --next -b
+.BI --next
Give GMPC the next command.
.TP
-.BI --prev -z
+.BI --prev
Give GMPC the previous command.
.TP
-.BI --stop -x
+.BI --stop
Give GMPC the stop command.
.TP
-.BI --stream -s
+.BI --stream
Gives mpd a stream to parse and play.
+.TP
+.BI --easycommand
+Send an 'easy command' query to GMPC.
+.TP
+.BI --toggle-view
+Give GMPC the command to show/hide itself.
+.TP
+.BI --hide-view
+Give GMPC the command to hide itself.
+.TP
+.BI --show-view
+Give GMPC the command to show itself.
+.TP
+.BI --spawn
+Spawn a GMPC instance.
.br
+
.SH SEE ALSO
-Website: http://gmpcwiki.sarine.nl
+Website: http://gmpc.wikia.com/
MPD Website: http://www.musicpd.org
+Bug tracker: http://www.musicpd.org/mantis/
+
+.BR gmpc(1)
+.BR mpd(1)
+.BR mpd.conf(5)
+
.SH AUTHOR
gmpc-remote was written by Qball Cow <qball@sarine.nl>
-
-.TH gmpc 1 "October 29, 2008" "" "Gnome Music Player Client"
+.TH gmpc 1 "February 21, 2010" "" "Gnome Music Player Client"
.SH NAME
+GMPC - Gnome Music Player Client
+
+.SH SYNOPSIS
gmpc [OPTION]
.SH DESCRIPTION
-GMPC is a fully featured but still very lightweight gtk client for the music player deamon (MPD)
+GMPC is a fully featured but still very lightweight gtk client
+for the music player daemon (MPD).
+.P
+It provides several different ways to browse your music. Based on the file system,
+tags, search and metadata.
+
+.P
+GMPC can show the following types of metadata:
+
+* Album covers
+.br
+* Artist images
+.br
+* Lyrics
+.br
+* Guitar tabs
+.br
+* Album information
+.br
+* Artist biography
+.br
+* Similar artist
+* Similar songs
+
+GMPC uses plugins to fetch metadata and can be extended using plugins.
.SH OPTIONS
.TP
+.BI --fullscreen
+Start fullscreen.
+.TP
.BI --start-hidden
Start hidden.
.TP
+.BI --replace
+Replace the running session of gmpc.
+.TP
+.BI --quit
+Quit the running gmpc
+.TP
+.BI --profile=<profile>
+Start with a specific profile.
+.TP
.BI --help
Show an overview of the commandline options.
.TP
3 \- All Messages
.TP
+.BI --log-filter=<LogDomain>
+Print out debug information from a certain log domain.
+.TP
.BI --version
Display version and if possible git revision.
.TP
.BI --disable-plugins
Don't load any plugins.
.TP
-.BI --replace
-Replace the running session of gmpc.
-.TP
-.BI --quit
-Quit the running gmpc
+.BI --bug-information
+Show a dialog with useful information for a bug report.
.br
.SH SEE ALSO
-Website: http://gmpcwiki.sarine.nl
+Website: http://gmpc.wikia.com/
MPD Website: http://www.musicpd.org
+Bug tracker: http://www.musicpd.org/mantis/
+
+.BR gmpc-remote(1)
+.BR mpd(1)
+.BR mpd.conf(5)
+
.SH AUTHOR
-GMPC was written by Qball Cow <qball@sarine.nl>
\ No newline at end of file
+GMPC was written by Qball Cow <qball@sarine.nl>
+
+Special thanks to all the people that provided feedback and patches