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
30 * Similar songs
31
32 GMPC uses plugins to fetch metadata and can be extended using plugins.
33
34
36 --fullscreen
37 Start fullscreen.
38
39 --start-hidden
40 Start hidden.
41
42 --quit Quit the running GMPC instance
43
44 --profile=<profile>
45 Start with a specific profile.
46
47 --help Show this help message.
48
49 --debug-level=<level>
50 Make GMPC output debug information
51
52 0 - No output
53
54 1 - Error Messages
55
56 2 - Error and Warning Messages
57
58 3 - All Messages
59
60 --log-filter=<LogDomain>
61 Print out debug information from a certain log domain. Example
62 domains: Config, MetaImage, MpdData.Model,
63 MpdData.Model.Playlist, MpdData.TreeView, Profiles, Gmpc,
64 Playlist, Plugin, Preferences, TrayIcon
65
66 --version
67 Display version and if possible git revision.
68
69 --config=<file>
70 Use config file <file>
71
72 --clean-cover-db
73 Cleans up the cover db.
74
75 --disable-plugins
76 Don't load any plugins.
77
78 --bug-information
79 Show a dialog with useful information for a bug report.
80
81 --icon-theme
82 Change the icon theme used by GMPC. (Used for testing)
83
84
86 Website: http://gmpclient.org/
87
88 MPD Website: http://www.musicpd.org
89
90 Bug tracker: http://www.musicpd.org/mantis/
91
92 gmpc-remote-stream(1) gmpc-remote(1) mpd(1)
93
94
96 GMPC was written by Qball Cow <qball@gmpclient.org>
97
98 Special thanks to all the people that provided feedback and patches
99
100
101
102 February 21, 2010 GMPC(1)