You are not logged in.
To go along with MPD you need a front end, I got a few done. Here is Gnome Music Player Client, again I will be uploading soon.
pkgname=gmpc
pkgver=0.10.2
pkgrel=1
pkgdesc="GMPC - GTK frontend for MPD"
depends=('mpd' 'gtk2' 'glib2' 'libglade')
source=(http://mercury.chem.pitt.edu/~shank/$pkgname-$pkgver.tar.gz)
md5sums=('0a4b1c37004d57c6f16996c6ea361267')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
Offline