<?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: YouTube Services Taken Down</title>
	<atom:link href="http://wdtv.elmarweber.org/index.php/2010/youtube-services-taken-down/feed" rel="self" type="application/rss+xml" />
	<link>http://wdtv.elmarweber.org/index.php/2010/youtube-services-taken-down/.</link>
	<description>Homepage for the WDTV Tools for the Western Digital TV HD</description>
	<lastBuildDate>Sun, 09 May 2010 13:36:44 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tom</title>
		<link>http://wdtv.elmarweber.org/index.php/2010/youtube-services-taken-down/.#comment-185</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Sun, 07 Mar 2010 22:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://wdtv.elmarweber.org/?p=153#comment-185</guid>
		<description>Hi Elm and all others who are interested in watching Youtube on WDTV,

I am one of the later group.. really desperate to have this feature.. I am unfortunately not LINUX knowledgeble enough to get this thing going based on the sources. 

I just wanted to reemphesize, this is great stuff hoped for by many on wdtv..so please Elm continue development and issue a stable version or someone out there take over and continue this great work!!

Thank you and greetings
Tom</description>
		<content:encoded><![CDATA[<p>Hi Elm and all others who are interested in watching Youtube on WDTV,</p>
<p>I am one of the later group.. really desperate to have this feature.. I am unfortunately not LINUX knowledgeble enough to get this thing going based on the sources. </p>
<p>I just wanted to reemphesize, this is great stuff hoped for by many on wdtv..so please Elm continue development and issue a stable version or someone out there take over and continue this great work!!</p>
<p>Thank you and greetings<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elmar Weber</title>
		<link>http://wdtv.elmarweber.org/index.php/2010/youtube-services-taken-down/.#comment-184</link>
		<dc:creator>Elmar Weber</dc:creator>
		<pubDate>Sat, 06 Mar 2010 22:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://wdtv.elmarweber.org/?p=153#comment-184</guid>
		<description>Hi Peter,

yes, if you adapt the URL it may work, there were some posts in the WDTV forum that some people did not see any YouTube movies, but I did not verify this. Maybe the proxy script has to be adapted to some change in the API of YouTube. But this is PHP and should be pretty easy to read and adapt.

To get the sources compiled for the WDTV you are best served with the WDTV development vmware image I posted (http://wdtv.elmarweber.org/index.php/category/wdtv/vmware). Read trough the post and tutorial in the wiki, there is some stuff explained. To get the youtube stuff compiled on the WDTV image simply check out the sources, or run &quot;svn update&quot; on the svn repository within the vmware to get the full sources.

There is a build script included that compiles the whole shebang for the WDTV, have a look at it.

The rest of your questions are best answered by looking through the sources, the wdtube sources are not documented (if at all, I don&#039;t remember), but with basic understanding of a C like language you should be able to work through it. For any questions regarding FUSE / filesystem stuff please check out FUSE itself or take a look at the appletrailerfs sources, they are documented.

ciao,
elm</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>yes, if you adapt the URL it may work, there were some posts in the WDTV forum that some people did not see any YouTube movies, but I did not verify this. Maybe the proxy script has to be adapted to some change in the API of YouTube. But this is PHP and should be pretty easy to read and adapt.</p>
<p>To get the sources compiled for the WDTV you are best served with the WDTV development vmware image I posted (<a href="http://wdtv.elmarweber.org/index.php/category/wdtv/vmware)" rel="nofollow">http://wdtv.elmarweber.org/index.php/category/wdtv/vmware)</a>. Read trough the post and tutorial in the wiki, there is some stuff explained. To get the youtube stuff compiled on the WDTV image simply check out the sources, or run &#8220;svn update&#8221; on the svn repository within the vmware to get the full sources.</p>
<p>There is a build script included that compiles the whole shebang for the WDTV, have a look at it.</p>
<p>The rest of your questions are best answered by looking through the sources, the wdtube sources are not documented (if at all, I don&#8217;t remember), but with basic understanding of a C like language you should be able to work through it. For any questions regarding FUSE / filesystem stuff please check out FUSE itself or take a look at the appletrailerfs sources, they are documented.</p>
<p>ciao,<br />
elm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://wdtv.elmarweber.org/index.php/2010/youtube-services-taken-down/.#comment-182</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sat, 06 Mar 2010 19:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://wdtv.elmarweber.org/?p=153#comment-182</guid>
		<description>Hi Elmar !
i would like to ask You about the status of the project WDTUBE:

http://www.elmarweber.org/services/wdtube/query_video.php -&gt; 404
You deleted the proxy script on Your web server ??
If i set up the proxy php script on my webserver and change the URL in youtube.c it should work again (for me) ??
How do i compile the stuff after downloading the SVN tarball (i&#039;m aware with make and linux and x-compiling) ??
is there a doc available for the source structure ?
is the basic function (search and get list and start any entry from list ) working ??
is there a doc available how to emulate folder tree in the WDHD ??

thanks a lot, greetings peter (yes appleTrailers is very nice !)</description>
		<content:encoded><![CDATA[<p>Hi Elmar !<br />
i would like to ask You about the status of the project WDTUBE:</p>
<p><a href="http://www.elmarweber.org/services/wdtube/query_video.php" rel="nofollow">http://www.elmarweber.org/services/wdtube/query_video.php</a> -&gt; 404<br />
You deleted the proxy script on Your web server ??<br />
If i set up the proxy php script on my webserver and change the URL in youtube.c it should work again (for me) ??<br />
How do i compile the stuff after downloading the SVN tarball (i&#8217;m aware with make and linux and x-compiling) ??<br />
is there a doc available for the source structure ?<br />
is the basic function (search and get list and start any entry from list ) working ??<br />
is there a doc available how to emulate folder tree in the WDHD ??</p>
<p>thanks a lot, greetings peter (yes appleTrailers is very nice !)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jall</title>
		<link>http://wdtv.elmarweber.org/index.php/2010/youtube-services-taken-down/.#comment-177</link>
		<dc:creator>jall</dc:creator>
		<pubDate>Sat, 20 Feb 2010 16:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://wdtv.elmarweber.org/?p=153#comment-177</guid>
		<description>One of the reasons becuase i buyed a wd tv live was for youtube on it, since i can&#039;t use youtube on it, and just see stuff from my computer, i dont see any reasons to buy a wd tv live now, there ao there so many better players else, i shall return my wd tv live now the store, hopless shit must they take back</description>
		<content:encoded><![CDATA[<p>One of the reasons becuase i buyed a wd tv live was for youtube on it, since i can&#8217;t use youtube on it, and just see stuff from my computer, i dont see any reasons to buy a wd tv live now, there ao there so many better players else, i shall return my wd tv live now the store, hopless shit must they take back</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://wdtv.elmarweber.org/index.php/2010/youtube-services-taken-down/.#comment-167</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Mon, 25 Jan 2010 12:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://wdtv.elmarweber.org/?p=153#comment-167</guid>
		<description>It&#039;s a shame that we can&#039;t use the YouTube app you created. 
I had hoped you could fix the bugs so we could start using it again. 
The community who still has a WDTV would have liked it to use this. I&#039;m not buying a WDTV Live because it doesn&#039;t give me much more then the WDTV with WDLXTV right now besides the YouTube and Flickr app. Pandora is nice but doesn&#039;t work in Europe. 

Thanks for all your time and efforts. I still use the AppleTrailer app :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s a shame that we can&#8217;t use the YouTube app you created.<br />
I had hoped you could fix the bugs so we could start using it again.<br />
The community who still has a WDTV would have liked it to use this. I&#8217;m not buying a WDTV Live because it doesn&#8217;t give me much more then the WDTV with WDLXTV right now besides the YouTube and Flickr app. Pandora is nice but doesn&#8217;t work in Europe. </p>
<p>Thanks for all your time and efforts. I still use the AppleTrailer app :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Page not found &#171; WDTV Tools</title>
		<link>http://wdtv.elmarweber.org/index.php/2010/youtube-services-taken-down/.#comment-166</link>
		<dc:creator>Page not found &#171; WDTV Tools</dc:creator>
		<pubDate>Mon, 25 Jan 2010 10:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://wdtv.elmarweber.org/?p=153#comment-166</guid>
		<description>[...] YouTube Services Taken Down Filed under: youtube &#8212; Tags: applications, wdtv, wdtv tools, western digital tv hd, youtube &#8212; Elmar Weber @ 12:22 [...]</description>
		<content:encoded><![CDATA[<p>[...] YouTube Services Taken Down Filed under: youtube &#8212; Tags: applications, wdtv, wdtv tools, western digital tv hd, youtube &#8212; Elmar Weber @ 12:22 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
