1gmpc(1) Gnome Music Player Client gmpc(1)
2
3
4
6 GMPC - Gnome Music Player Client
7
8
10 gmpc [OPTION]
11
12
14 GMPC is a fully featured but still very lightweight gtk client for the
15 music player daemon (MPD).
16
17 It provides several different ways to browse your music. Based on the
18 file system, tags, search and metadata.
19
20
21 GMPC can show the following types of metadata:
22
23 * Album covers
24 * Artist images
25 * Lyrics
26 * Guitar tabs
27 * Album information
28 * Artist biography
29 * Similar artist * Similar songs
30
31 GMPC uses plugins to fetch metadata and can be extended using plugins.
32
33
35 --fullscreen
36 Start fullscreen.
37
38 --start-hidden
39 Start hidden.
40
41 --replace
42 Replace the running session of gmpc.
43
44 --quit Quit the running gmpc
45
46 --profile=<profile>
47 Start with a specific profile.
48
49 --help Show an overview of the commandline options.
50
51 --debug-level=<level>
52 Make gmpc output debug information
53
54 0 - No output
55
56 1 - Error Messages
57
58 2 - Error and Warning Messages
59
60 3 - All Messages
61
62 --log-filter=<LogDomain>
63 Print out debug information from a certain log domain.
64
65 --version
66 Display version and if possible git revision.
67
68 --config=<file>
69 Use config file <file>
70
71 --clean-cover-db
72 Cleans up the cover db.
73
74 --disable-plugins
75 Don't load any plugins.
76
77 --bug-information
78 Show a dialog with useful information for a bug report.
79
80
82 Website: http://gmpc.wikia.com/
83
84 MPD Website: http://www.musicpd.org
85
86 Bug tracker: http://www.musicpd.org/mantis/
87
88 gmpc-remote(1) mpd(1) mpd.conf(5)
89
90
92 GMPC was written by Qball Cow <qball@sarine.nl>
93
94 Special thanks to all the people that provided feedback and patches
95
96
97
98 February 21, 2010 gmpc(1)