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)
- 0003025: Tags for folders
- 0003024: Scrobbling from gmpc IS needed
- 0003016: Doesn't save changes to album art for flac albums with embedded cue
- 0003011: Playlist editor freezes on selecting a playlist
- 0002999: browse to file folder
- 0002997: keyboard shortcuts do not properly detect Windows key as a modifier
- 0002991: Current song is not selected in Play Queue on first display
- 0002990: Support External Drag & Drop
- 0002978: Server Settings: Replay Gain: New option: auto
- 0002963: Add tree view for search results
Recent commits (more)
- ADd nick as special contributer.
- Add auto mode to replaygain option and bump libmpd dep.
- Update translations
- Update website url.
- 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.
