Gnome Music Player Client
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)
- 0002963: Add tree view for search results
- 0002939: "Now playing" displays some texts white on white
- 0002932: GMPC-0.20.0 crashes when compiled with newer gtk bundle
- 0002619: Win32 tray icon context menu
- 0002894: musicbrainz.com should provide the Web Links
- 0002893: musicbrainz.com artist & album Web Links
- 0002871: Album and Artist art should match size of header.
- 0002860: Metadata view should aggregate tracks into albums using (year, album) pair as a key
- 0002791: [PATCH] Some new icons for the interface
- 0002812: Time elapsed is inaccurate
Recent commits (more)
- Fix building gmpc with vala 0.9.X
- Replace deprecated += api.
- Fixed patch from bug 2937
- Add Musicbrainz links to weblinks.list
- Extra check
- Track window state,, and change to fullscreen mode accordingly.
- Remove heading in fullscreen
- Set right vala depency
- Test for possible vala fix
- Bump valac version
