Music
 

Installation GMPC Ubuntu

From Gnome Music Player Client

There are some pre-built packages for several versions of ubuntu available in the GMPC Trunk Team's [PPA].

For older more stable release packages, you can install packages from this [PPA]

[edit] Howto use PPA

[edit] Add the repository

To install them first remove any previous installed version of gmpc and libmpd.

Then add the following repositories to /etc/apt/sources.list:

Ubuntu 8.04 Hardy Heron

deb http://ppa.launchpad.net/gmpc-trunk/ppa/ubuntu hardy main 
deb-src http://ppa.launchpad.net/gmpc-trunk/ppa/ubuntu hardy main

Ubuntu 8.10 Intrepid Ibex

deb http://ppa.launchpad.net/gmpc-trunk/ppa/ubuntu intrepid main 
deb-src http://ppa.launchpad.net/gmpc-trunk/ppa/ubuntu intrepid main

Ubuntu 9.04 Jaunty Jackalope

deb http://ppa.launchpad.net/gmpc-trunk/ppa/ubuntu jaunty main 
deb-src http://ppa.launchpad.net/gmpc-trunk/ppa/ubuntu jaunty main

Ubuntu 9.10 Karmic Koala

deb http://ppa.launchpad.net/gmpc-trunk/ppa/ubuntu karmic main 
deb-src http://ppa.launchpad.net/gmpc-trunk/ppa/ubuntu karmic main


[edit] Archive Key

In order to increase security of the packages, you can install the archive key for the repositories listed above. It's optional, but it will allow you to install the software without warnings about untrusted sources.

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com CA0EB130


[edit] Update apt

sudo apt-get update

[edit] apt-get gmpc

sudo apt-get install gmpc

[edit] plugins

For example last.fm:

sudo apt-get install gmpc-last-fm

Following plugins are available:

  • gmpc-albumview
  • gmpc-dynamicplaylist
  • gmpc-mmkeys
  • gmpc-extraplaylist
  • gmpc-playlistsort
  • gmpc-tagedit
  • gmpc-alarm
  • gmpc-last-fm
  • gmpc-coveramazon
  • gmpc-lyrdb
  • gmpc-lyricsplugin
  • gmpc-lyricwiki
  • gmpc-libnotify
  • gmpc-awn
  • gmpc-mdcover
  • gmpc-avahi
  • gmpc-mserver
  • gmpc-shout
  • gmpc-fullscreeninfo
  • gmpc-jamendo
  • gmpc-magnatune
  • gmpc-wikipedia


To install all the plugins simultaneously, a metapackage is available:

sudo apt-get install gmpc-plugins

[edit] Debug Packages

Since the GMPC-Trunk Team's PPA is considered to be unstable prerelease packages, you may encounter bugs. In which case, you may be asked to submit a backtrace so that developers can figure out what's gone wrong.

In order to get a proper backtrace you'll need to install the proper debug packages:

sudo apt-get install gmpc-dbg libmpd1-dbg


If your bug is being caused by a plugin you'll need to install the debug package for gmpc-plugins:

sudo apt-get install gmpc-plugins-dbg
Rate this article: