Fix the label int he sidebar
[gmpc.git] / doc / gmpc.1
blob896162da67daaaf99c5ba38b697bdcb1c23b509f
1 .TH GMPC 1 "February 21, 2010" "" "Gnome Music Player Client"
3 .SH NAME
4 GMPC - Gnome Music Player Client
6 .SH SYNOPSIS
7 GMPC [OPTION]
9 .SH DESCRIPTION
10 GMPC is a fully featured but still very lightweight gtk client 
11 for the music player daemon (MPD).
13 It provides several different ways to browse your music. Based on the file system,
14 tags, search and metadata.
17 GMPC can show the following types of metadata:
19 * Album covers
20 .br
21 * Artist images
22 .br
23 * Lyrics
24 .br
25 * Guitar tabs
26 .br
27 * Album information
28 .br
29 * Artist biography
30 .br
31 * Similar artist
32 .br
33 * Similar songs
35 GMPC uses plugins to fetch metadata and can be extended using plugins.
37 .SH OPTIONS
38 .TP
39 .BI --fullscreen
40 Start fullscreen.
41 .TP
42 .BI --start-hidden
43 Start hidden.
44 .TP
45 .BI --quit
46 Quit the running GMPC instance
47 .TP
48 .BI --profile=<profile>
49 Start with a specific profile.
50 .TP
51 .BI --help
52 Show this help message.
53 .TP
54 .BI --debug-level=<level>
55 Make GMPC output debug information
57 0 \- No output
59 1 \- Error Messages
61 2 \- Error and Warning Messages
63 3 \- All Messages
64 .TP
65 .BI --log-filter=<LogDomain>
66 Print out debug information from a certain log domain.
67 Example domains:
68 .BI Config,
69 .BI MetaImage,
70 .BI MpdData.Model,
71 .BI MpdData.Model.Playlist,
72 .BI MpdData.TreeView,
73 .BI Profiles,
74 .BI Gmpc,
75 .BI Playlist,
76 .BI Plugin,
77 .BI Preferences,
78 .BI TrayIcon
79 .TP
80 .BI --version
81 Display version and if possible git revision.
82 .TP
83 .BI --config=<file>
84 Use config file <file>
85 .TP
86 .BI --clean-cover-db
87 Cleans up the cover db.
88 .TP
89 .BI --disable-plugins
90 Don't load any plugins.
91 .TP
92 .BI --bug-information
93 Show a dialog with useful information for a bug report.
94 .TP
95 .BI --icon-theme
96 Change the icon theme used by GMPC. (Used for testing)
97 .br
99 .SH SEE ALSO
100 Website: http://gmpclient.org/
102 MPD Website: http://www.musicpd.org
104 Bug tracker: http://www.musicpd.org/mantis/
106 .BR gmpc-remote-stream(1)
107 .BR gmpc-remote(1)
108 .BR mpd(1)
110 .SH AUTHOR
111 GMPC was written by Qball Cow <qball@gmpclient.org>
113 Special thanks to all the people that provided feedback and patches