You are not logged in.
Pages: 1
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:
Last edited by zajca (2009-05-18 09:51:10)
Offline
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
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
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?
nvm looks like you're using kde
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
Pages: 1