<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Asus WL500GP + OpenWrt + Lcd4linux = Jukebox</title>
	<atom:link href="http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/feed/" rel="self" type="application/rss+xml" />
	<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/</link>
	<description>are you still afraid?</description>
	<lastBuildDate>Thu, 03 May 2012 05:45:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: liu</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-165</link>
		<dc:creator>liu</dc:creator>
		<pubDate>Fri, 01 Apr 2011 10:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-165</guid>
		<description>how to resolve this problem:
lcd4linux.c: initializing driver LCD2USB
drv_init(LCD2USB) failed: no such driver</description>
		<content:encoded><![CDATA[<p>how to resolve this problem:<br />
lcd4linux.c: initializing driver LCD2USB<br />
drv_init(LCD2USB) failed: no such driver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angelo</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-164</link>
		<dc:creator>Angelo</dc:creator>
		<pubDate>Sat, 04 Dec 2010 22:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-164</guid>
		<description>Hi Roman,
I did using the libmpd 0.17, mpd 0.14, hacking the libmpdclient.h and plugin_mpd.c.. Remember that the struct into the hrader file is not corresponding to the reality :-)

cheers
Angelo</description>
		<content:encoded><![CDATA[<p>Hi Roman,<br />
I did using the libmpd 0.17, mpd 0.14, hacking the libmpdclient.h and plugin_mpd.c.. Remember that the struct into the hrader file is not corresponding to the reality :-)</p>
<p>cheers<br />
Angelo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-163</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Thu, 28 Oct 2010 23:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-163</guid>
		<description>The mpd is version 0.15.12
I will try to update the plugin, but since I never did any programming in C, I hope you would not mind if I ask question here and there.

Thanks
Roman</description>
		<content:encoded><![CDATA[<p>The mpd is version 0.15.12<br />
I will try to update the plugin, but since I never did any programming in C, I hope you would not mind if I ask question here and there.</p>
<p>Thanks<br />
Roman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michu</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-162</link>
		<dc:creator>michu</dc:creator>
		<pubDate>Wed, 27 Oct 2010 08:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-162</guid>
		<description>I created the plugin for mpd v0.15 or v0.14 - and I guess you&#039;re using a v0.16+ release. I guess you have to update the plugin (and you a newer libmpdclient version).</description>
		<content:encoded><![CDATA[<p>I created the plugin for mpd v0.15 or v0.14 — and I guess you’re using a v0.16+ release. I guess you have to update the plugin (and you a newer libmpdclient version).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-161</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Wed, 27 Oct 2010 02:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-161</guid>
		<description>OK, I got patch file from the link above, applied it and created both libmpdclient files and recompiled the lcd4linux with mpd plugin.

I have some widgets working and some not, which is weird. 

here is the summary:
mpd::artist		        OK
 mpd::title			        OK
 mpd::album		        OK	
 mpd::file			        OK
 mpd::totalTimeSec		NFG
 mpd::elapsedTimeSec	NFG
 mpd::bitRate			current song ID-1
 mpd::getSamplerateHz	current song ID-1
 mpd::getAudioChannels	current song ID
 mpd::getRepeatInt		OK
 mpd::getRandomInt		OK
 mpd::getStateInt		NFG
 mpd::getVolume		OK
 mpd::getSongsInDb	OK
 mpd::getMpdUptime	OK
 mpd::getMpdPlayTime	OK
 mpd::getMpdDbPlayTime	OK
 mpd::getMpdPlaylistLength	NFG
 mpd::getMpdPlaylistGetCurrentId NFG

 mpd::formatTimeMMSS	        OK
 pd::formatTimeDDHHMM		OK</description>
		<content:encoded><![CDATA[<p>OK, I got patch file from the link above, applied it and created both libmpdclient files and recompiled the lcd4linux with mpd plugin.</p>
<p>I have some widgets working and some not, which is weird. </p>
<p>here is the summary:<br />
mpd::artist		        OK<br />
 mpd::title			        OK<br />
 mpd::album		        OK<br />
 mpd::file			        OK<br />
 mpd::totalTimeSec		NFG<br />
 mpd::elapsedTimeSec	NFG<br />
 mpd::bitRate			current song ID-1<br />
 mpd::getSamplerateHz	current song ID-1<br />
 mpd::getAudioChannels	current song ID<br />
 mpd::getRepeatInt		OK<br />
 mpd::getRandomInt		OK<br />
 mpd::getStateInt		NFG<br />
 mpd::getVolume		OK<br />
 mpd::getSongsInDb	OK<br />
 mpd::getMpdUptime	OK<br />
 mpd::getMpdPlayTime	OK<br />
 mpd::getMpdDbPlayTime	OK<br />
 mpd::getMpdPlaylistLength	NFG<br />
 mpd::getMpdPlaylistGetCurrentId NFG</p>
<p> mpd::formatTimeMMSS	        OK<br />
 pd::formatTimeDDHHMM		OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michu</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-160</link>
		<dc:creator>michu</dc:creator>
		<pubDate>Tue, 26 Oct 2010 08:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-160</guid>
		<description>Glad it works now. I just remembered, that I wrote a patch for the lcd4linux openwrt package, see https://dev.openwrt.org/browser/packages/utils/lcd4linux/patches/150-addlibmpdclient.patch for the libmpdclient version I used then...</description>
		<content:encoded><![CDATA[<p>Glad it works now. I just remembered, that I wrote a patch for the lcd4linux openwrt package, see <a href="https://dev.openwrt.org/browser/packages/utils/lcd4linux/patches/150-addlibmpdclient.patch" rel="nofollow">https://dev.openwrt.org/browser/packages/utils/lcd4linux/patches/150-addlibmpdclient.patch</a> for the libmpdclient version I used then…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-159</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Tue, 26 Oct 2010 01:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-159</guid>
		<description>OK, I guess I managed to remove dependency and I also used absolute path for libmpdclient in plugin and that did it!

Thanks for your help.

Now I need to play with config file a bit, not all widgets from your sample config file are working yet.

Roman</description>
		<content:encoded><![CDATA[<p>OK, I guess I managed to remove dependency and I also used absolute path for libmpdclient in plugin and that did it!</p>
<p>Thanks for your help.</p>
<p>Now I need to play with config file a bit, not all widgets from your sample config file are working yet.</p>
<p>Roman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-158</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Mon, 25 Oct 2010 22:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-158</guid>
		<description>I would certainly try that if I knew how to remove dependency from autoconf ;-)

I looked at plugin_mpd.c and noticed two things:
- since version 0.8 it does not require libmpd
- it already has #include &quot;libmpd/libmpdclient.h&quot;

Should I create ./libmpd subfolder in the build directory and copy libmpdclient files there?

Thanks 
Roman</description>
		<content:encoded><![CDATA[<p>I would certainly try that if I knew how to remove dependency from autoconf ;-)</p>
<p>I looked at plugin_mpd.c and noticed two things:<br />
– since version 0.8 it does not require libmpd<br />
– it already has #include “libmpd/libmpdclient.h”</p>
<p>Should I create ./libmpd subfolder in the build directory and copy libmpdclient files there?</p>
<p>Thanks<br />
Roman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michu</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-157</link>
		<dc:creator>michu</dc:creator>
		<pubDate>Mon, 25 Oct 2010 14:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-157</guid>
		<description>Hey roman, I remember it was a bit funky to use libmpdclient. If you dont mind to use a hacky approch, remove the dependency from autoconf (or add a fake file), copy libmpdclient into the lcd4linux directory and include the file direct from the mpd plugin. I don&#039;t know if the newest libmpdclient will work fine with the Lcd4linux plugin.</description>
		<content:encoded><![CDATA[<p>Hey roman, I remember it was a bit funky to use libmpdclient. If you dont mind to use a hacky approch, remove the dependency from autoconf (or add a fake file), copy libmpdclient into the lcd4linux directory and include the file direct from the mpd plugin. I don’t know if the newest libmpdclient will work fine with the Lcd4linux plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-156</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Sun, 24 Oct 2010 19:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-156</guid>
		<description>Hi Michu,
Any idea where the configure script expect the libmpdclient.h to be located?
I have it in ./lcd4linux directory but scrip can not find it during ./configure process.
Should it be located somewhere else?

Thanks for your help.
Roman

BTW, the version that I compiled and build from SVN is 0.11.0-SVN-1092</description>
		<content:encoded><![CDATA[<p>Hi Michu,<br />
Any idea where the configure script expect the libmpdclient.h to be located?<br />
I have it in ./lcd4linux directory but scrip can not find it during ./configure process.<br />
Should it be located somewhere else?</p>
<p>Thanks for your help.<br />
Roman</p>
<p>BTW, the version that I compiled and build from SVN is 0.11.0-SVN-1092</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-155</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Fri, 22 Oct 2010 00:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-155</guid>
		<description>I used latest version installed from SVN, it identifies itself as 0.11.0-SVN

Thanks
Roman</description>
		<content:encoded><![CDATA[<p>I used latest version installed from SVN, it identifies itself as 0.11.0-SVN</p>
<p>Thanks<br />
Roman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michu</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-154</link>
		<dc:creator>michu</dc:creator>
		<pubDate>Thu, 21 Oct 2010 07:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-154</guid>
		<description>Which version of lcd4linux did you tried? use the latest svn snapshot, as the releases are quite old!</description>
		<content:encoded><![CDATA[<p>Which version of lcd4linux did you tried? use the latest svn snapshot, as the releases are quite old!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-153</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Thu, 21 Oct 2010 02:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-153</guid>
		<description>Michu,

I tried to compile lcd4linux with MPD plugin but I am running in to issues with configure not being able to locate libmpdclient.c and libmpdclient.h files.
I am compiling it on Seagate Dockstar, running Debian Squeeze, kernel 2.6.32-5-kirkwood. 

Standard lcd4linux installed via apt-get runs fine, just does not have MPD plugin.

Any suggestions/pointers will be appreciated.

Thanks
Roman</description>
		<content:encoded><![CDATA[<p>Michu,</p>
<p>I tried to compile lcd4linux with MPD plugin but I am running in to issues with configure not being able to locate libmpdclient.c and libmpdclient.h files.<br />
I am compiling it on Seagate Dockstar, running Debian Squeeze, kernel 2.6.32–5-kirkwood. </p>
<p>Standard lcd4linux installed via apt-get runs fine, just does not have MPD plugin.</p>
<p>Any suggestions/pointers will be appreciated.</p>
<p>Thanks<br />
Roman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michu</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-152</link>
		<dc:creator>michu</dc:creator>
		<pubDate>Wed, 24 Mar 2010 11:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-152</guid>
		<description>hey tdouez

you can download the ipk on the openwrt site or compile it yourself. so the app is always up to date!</description>
		<content:encoded><![CDATA[<p>hey tdouez</p>
<p>you can download the ipk on the openwrt site or compile it yourself. so the app is always up to date!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tdouez</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-151</link>
		<dc:creator>tdouez</dc:creator>
		<pubDate>Wed, 24 Mar 2010 10:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-151</guid>
		<description>michu, you compiled the lcd4linux yourself; could you share the ipk files ?</description>
		<content:encoded><![CDATA[<p>michu, you compiled the lcd4linux yourself; could you share the ipk files ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michu</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-148</link>
		<dc:creator>michu</dc:creator>
		<pubDate>Tue, 06 Oct 2009 20:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-148</guid>
		<description>hey shawn, try to edit the lcd4linux makefile. you can update the lcd4linux version and modfiy the compile options. i did compile lcd4linux myself...</description>
		<content:encoded><![CDATA[<p>hey shawn, try to edit the lcd4linux makefile. you can update the lcd4linux version and modfiy the compile options. i did compile lcd4linux myself…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-150</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Fri, 25 Sep 2009 17:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-150</guid>
		<description>do you compile lcd4linux or use the ipk? looks r903 doesn&#039;t contain driver, and r1034/1037 gives segfault.

and, could you tell me what lcd do you use?</description>
		<content:encoded><![CDATA[<p>do you compile lcd4linux or use the ipk? looks r903 doesn’t contain driver, and r1034/1037 gives segfault.</p>
<p>and, could you tell me what lcd do you use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Del</title>
		<link>http://neophob.com/2007/12/asus-wl500gp-openwrt-lcd4linux-jukebox/#comment-149</link>
		<dc:creator>Del</dc:creator>
		<pubDate>Tue, 11 Aug 2009 08:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=103#comment-149</guid>
		<description>This is a great idea!!
Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>This is a great idea!!<br />
Thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

