You are not logged in.

#1 2009-05-15 20:43:33

zajca
Member
From: Czech Republic
Registered: 2008-11-24
Posts: 35

New MPD client writen in python

Hi all,
i made PKGBUILD of new MPD client. now it's heavy experimental but workilng and useful. layout is customizable.
http://aur.archlinux.org/packages.php?ID=26504
screenshot:
nephilim.th.png
screen1v.th.png

Last edited by zajca (2009-05-18 09:51:10)

Offline

#2 2009-05-17 05:56:01

bslagowski
Member
Registered: 2008-02-23
Posts: 102

Re: New MPD client writen in python

You need to add pyqt as a depend.

I got a bunch of these errors:

Cannot open file '/home/benny/gfx/gtk-quit.svg', because: No such file or directory

And also:

ERROR:root:Error reading default layout.
Traceback (most recent call last):
  File "/usr/share/nephilim/nephilim.py", line 41, in main
    wMain = winMain()
  File "/usr/share/nephilim/nephilim/winMain.py", line 128, in __init__
    self.wConnect.monitor()
  File "/usr/share/nephilim/nephilim/connect_wg.py", line 72, in monitor
    self.connect_mpd()
  File "/usr/share/nephilim/nephilim/connect_wg.py", line 79, in connect_mpd
    self.mpclient.connect_mpd(host, port, passw)
  File "/usr/share/nephilim/nephilim/mpclient.py", line 82, in connect_mpd
    self.timerEvent(None)
  File "/usr/share/nephilim/nephilim/mpclient.py", line 378, in timerEvent
    self._status = self._update_status()
  File "/usr/share/nephilim/nephilim/mpclient.py", line 352, in _update_status
    ret['single']  = int(ret['single'])
KeyError: 'single'

Must admit though that I ripped out the mpd-git and mpc-git depends since I didn't really want to install them .. so those errors may be due to that. The main reason I posted here was the pyqt4 depend though.

Offline

#3 2009-05-18 09:41:12

zajca
Member
From: Czech Republic
Registered: 2008-11-24
Posts: 35

Re: New MPD client writen in python

this errors is not pyqt errors. nephilim needs mpd 0.15 or higher.
and first errors with graphic i don't know how resolve. when you go to /usr/share/nephilim and run nephilim.py it's OK.

Offline

#4 2009-05-18 13:16:07

Wra!th
Member
Registered: 2009-03-31
Posts: 342

Re: New MPD client writen in python

zajca wrote:

Hi all,
i made PKGBUILD of new MPD client. now it's heavy experimental but workilng and useful. layout is customizable.
http://aur.archlinux.org/packages.php?ID=26504
screenshot:
http://img29.imageshack.us/img29/5118/nephilim.th.png
http://img32.imageshack.us/img32/8123/screen1v.th.png

Nice project, but even nicer gtk theme (the dark one)
Mind sharing the name of that one? smile

nvm looks like you're using kde sad

Last edited by Wra!th (2009-05-18 13:16:48)


MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00

Offline

#5 2009-05-18 15:28:25

Themaister
Member
From: Trondheim, Norway
Registered: 2008-07-21
Posts: 652
Website

Re: New MPD client writen in python

It might be a GTK-theme, if he uses qgtkstyle tongue

Offline

Board footer

Powered by FluxBB