Re: mpdwidget does not work

2011-06-10 Thread Alexander Yakushev
You may like another widget for mpd. Take a look here: https://awesome.naquadah.org/wiki/Awesompd_widget -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: mpdwidget does not work

2011-06-01 Thread Jörg Thalheim
Does the following snippet produce any notifications? Be careful, i have currently no chance to test the code. mpdwidget = widget({ type = 'textbox' }) vicious.register(mpdwidget, vicious.widgets.mpd,        function (widget, args) local msg = string.format(state: %s

Re: mpdwidget does not work

2011-06-01 Thread Adrian C.
On Wed, 1 Jun 2011, stardiviner wrote: It's weird, well, I upgrade my ubuntu system Make sure your new system has curl installed. And that new mpd works on default port and has no password as you passed neither of them to vicious.widgets.mpd. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP

Re: mpdwidget does not work

2011-06-01 Thread Adrian C.
On Thu, 2 Jun 2011, stardiviner wrote: Adrian, wow, why the mpdwidget needs curl? Because it's the simplest way to get the data on the majority of distributions. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To

mpdwidget does not work

2011-05-31 Thread stardiviner
It's weird, well, I upgrade my ubuntu system , now Awesome version is: v3.4.9 ( Smack ) I git cloned newest vicious lua lib, other widget regestered with vicious can work good, except mpdwidget. awesome syntax check gets through. belowing is a clip of my mpdwidget: -- MPD widget mpdwidget =