Gnome Music Player Clientedit this page
From Gnome Music Player Client
About
GMPC is a GTK2 frontend for Music Player Daemon. It is released under the GNU General Public License and is free software.
It is designed to be lightweight and easy to use, while providing full access to all of MPD's features. Users are presented with several different methods to browse through their music.
It can be extended by plugins, of which many are available.
GMPC is the oldest maintained Graphical client for MPD. The project was started in 2003 and been under constant development ever since.
What is GMPC, and what is GMPC not
GMPC is a frontend for controlling Music Player Daemon. It allows you to:
- Browse your music in several ways.
- Allows you to control the player. Start, Stop,Repeat, Output enable/disable etc.
- View more information about songs,albums and artists like lyrics, similar songs, cover art, etc. (given the right plugins are installed)
It does not:
- Play back music.
- Allow you to edit tags.
- etc.
Goals
- Fully featured.
- Fast. Even with a huge playlists and database. Currently it can handle a play queue with more than a 1,000,000 songs without a hitch.
- Fast startup, even over a slow connection.
- Low memory usage. On OpenSUSE 0.11 x86_64 with a database of 32,000 songs and a playlist with 50,000 songs, GMPC uses 11 megabytes of memory.
- Cross-platform. Although its name may suggest otherwise, GMPC does not depend on any Gnome library. It runs on most platforms available (Linux, BSD, Solaris, Mac OS X, Windows).
- Extendable. Functionality can easily be added using plugins.
Parts
- libmpd Abstracts the connection to mpd. It wraps around libmpdclient to provide a higher level access. It was written to make the development and maintenance of gmpc easier.
- gmpc The program self.
- plugins To extend the functionality of gmpc. Plugins can pull in extra dependencies, or implement more memory hungry features. This allows you to only add what you really want or need.
Contents (view all pages)
Recently modified bugs (more)
- 0002791: [PATCH] Some new icons for the interface
- 0002827: g_log domain not working in older ubuntu distros
- 0002812: Time elapsed is inaccurate
- 0002809: Add an easier way to manage streams via playlists
- 0002808: irssi style keybindings
- 0002774: Add option to assign user defined icons in playlist editor
- 0002772: multitrack flles not handled correctly
- 0002768: Now Playing shaded out when connected and playing, song after song.
- 0002739: Metadata select window geometry
- 0002740: Weblinks not working
Recent commits (more)
- Fix more stupid typos
- Update man pages of gmpc and gmpc-remote
- Do not spit out warnings if url is gzipped/enflated
- Fix compile error
- Fix possible bug with utf8 aware sorting
- GmpcMpdDataModel: make the sorting for merging utf8 aware.
- TagBrowser: Always sort the taglist
- Update copyright
- Remove printf's in MpdAsyncRequestor
- Remove debug_printf usage.
