You are not logged in.

#1 2004-12-02 20:18:22

shlo
Member
Registered: 2004-09-25
Posts: 42

[NEW] gtk2mp

gtk2mp is a gtk based client for MPD, the Music Player Daemon. If you want a graphical frontend for MPD and for some reason do not want to install any gnome packages this is good enough

#Contributor: Desmond Naranjo (dhnaranjo@gmail.com,shlo on AL forums)
#Date: 12/01/2004

pkgname=gtk2mp
pkgver=0.8.0
pkgrel=1
pkgdesc="A gtk2 based frontend for the Music Player Daemon"
url="http://www.moviegalaxy.com.ar/gtk2mp/"
depends=('x-server' 'gtk2' 'mpd')
source=(http://www.moviegalaxy.com.ar/gtk2mp/$pkgname-$pkgver.tar.gz)
md5sums=('81f6542935d0d67530e5c638cd458092')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Offline

#2 2004-12-02 22:03:41

qball
Member
Registered: 2004-04-02
Posts: 40
Website

Re: [NEW] gtk2mp

please use glurp if you don't want the horrible gmpc, but don't use gtk2mp it hasnt been maintained over a year. it also has many bugs, and doesnt support alot of feature that mpd is offering. non-visual as visual.

This is also said on the musicpd website.

edit2: I will try to make the next version of gmpc depend optinally on gnome-vfs and therefor make it compile with less dependencies.

Offline

#3 2004-12-03 07:19:20

shlo
Member
Registered: 2004-09-25
Posts: 42

Re: [NEW] gtk2mp

wow. I didn't even notice that one. Nice. Thanks. is there a way to search through the DB by artist as in gmpc?

Offline

#4 2004-12-03 16:10:32

qball
Member
Registered: 2004-04-02
Posts: 40
Website

Re: [NEW] gtk2mp

sb-search.png
if you select "for artist" in the combo box, you can search for artist,

also in the browse by artist:
sb-tag.png
you can press ctrl-f and do a search, (press up or down to go to the next/prev hit) this is a gtk function, and it works in gmpc in every treeview.

Offline

#5 2004-12-03 16:19:55

qball
Member
Registered: 2004-04-02
Posts: 40
Website

Re: [NEW] gtk2mp

new version will have a different playlist anyway..

something like this:
(old screeny)
7-11-04.png

Offline

#6 2004-12-03 19:47:14

shlo
Member
Registered: 2004-09-25
Posts: 42

Re: [NEW] gtk2mp

by as in I meant "in glurp similar to the way you can search by artist in gmpc, which I am already aware of." But thank you. I get the impression you are a developer with the MPD project. You rock out.

Offline

Board footer

Powered by FluxBB