<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WDTVC.com &#187; Tutorials</title>
	<atom:link href="http://www.wdtvc.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wdtvc.com</link>
	<description>WD TV HD community</description>
	<lastBuildDate>Fri, 20 Nov 2009 03:50:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bigger thumbnails, change size of thumbs</title>
		<link>http://www.wdtvc.com/2009/05/09/bigger-thumbnails-change-size-of-thumbs/</link>
		<comments>http://www.wdtvc.com/2009/05/09/bigger-thumbnails-change-size-of-thumbs/#comments</comments>
		<pubDate>Fri, 08 May 2009 22:18:47 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[dimensions]]></category>
		<category><![CDATA[osd]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[thumbs]]></category>

		<guid isPermaLink="false">http://www.wdtvc.com/?p=356</guid>
		<description><![CDATA[Before you start this tutorial, it is very important that you backup OSD folder first before proceeding to upload changed files. You will read how to in this tutorial. This is because the WD won&#8217;t boot if there&#8217;s an error in one of the xml files in the OSD directory. If so, just restore backup [...]]]></description>
			<content:encoded><![CDATA[<p>Before you start this tutorial, it is very important that you backup OSD folder first before proceeding to upload changed files. You will read how to in this tutorial. This is because the WD won&#8217;t boot if there&#8217;s an error in one of the xml files in the OSD directory. If so, just restore backup and everything is ok. Now let&#8217;s get started:</p>
<p><strong>1:</strong> Login to your WD TV via your favorite ftp client <strong></strong></p>
<p><strong>2:</strong> Navigate to the OSD directory <strong></strong></p>
<p><strong>3:</strong> Download the following xml files</p>
<ul>
<li>basic_browse_thumb_video.xml</li>
<li>inc_video_thumb_browse.xml</li>
</ul>
<p style="text-align: center;"><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p><strong>4:</strong> Navagiate into the /OSD/IMAGE/ directory and download these following png files&#8230;</p>
<ul>
<li>video_thumb_frame_bg_f.png</li>
<li>video_thumb_frame_bg_n.png</li>
<li>video_thumb_frame_blister.png</li>
</ul>
<p><strong>**BACK UP ALL THESE FILES SOMEWHERE ON YOUR HDD**</strong> <strong></strong></p>
<p><strong>5:</strong> Open the <strong>basic_browse_thumb_video.xml</strong> file in your favorite txt editor. <strong></strong></p>
<p><strong>6:</strong> <strong>FIND&#8230;</strong></p>
<p><em>&lt;page background=&#8221;image/welcome_background_bg.jpg&#8221; numitems=&#8221;12&#8243;&gt;</em><strong></strong></p>
<p><strong>CHANGE TO&#8230;</strong></p>
<p><em>&lt;page background=&#8221;image/welcome_background_bg.jpg&#8221; numitems=&#8221;4&#8243;&gt;</em></p>
<p><strong>7:</strong> Sticking with the <strong>basic_browse_thumb_video.xml</strong> file&#8230;</p>
<p><strong>FIND&#8230;</strong></p>
<p><em>&lt;listbox valkey=&#8221;browselist&#8221; autoenter=&#8221;1&#8243; autoswitch=&#8221;0&#8243; move=&#8221;row&#8221; cols=&#8221;6&#8243; rows=&#8221;2&#8243; lbmask=&#8221;HT&#8221; loop_scroll=&#8221;1&#8243; turbo_trigger=&#8221;10&#8243;[/sourcecode] turbo_multi=&#8221;10&#8243; /&gt;</em> <strong></strong></p>
<p><strong>CHANGE TO&#8230;</strong></p>
<p><em>&lt;listbox valkey=&#8221;browselist&#8221; autoenter=&#8221;1&#8243; autoswitch=&#8221;0&#8243; move=&#8221;row&#8221; cols=&#8221;4&#8243; rows=&#8221;1&#8243; lbmask=&#8221;HT&#8221; loop_scroll=&#8221;1&#8243; turbo_trigger=&#8221;10&#8243; turbo_multi=&#8221;10&#8243; /&gt;</em></p>
<p>Now save this xml file and re-up it to the directory and overwrite.</p>
<p>**Note: cols=&#8221;4&#8243; rows=&#8221;1&#8243; this is where you can change the way the thumbs are displayed so you can play around with this just remember if you change the 4 here you need to change the 4 in the opening line of code on this xml file.</p>
<p style="text-align: center;"><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p><strong>8:</strong> Open <strong>inc_video_thumb_browse.xml</strong> in your txt editor and edit the following:</p>
<p><strong>Change the whole xml file to this</strong>:</p>
<p><em>&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;wrapper&gt;<br />
&lt;text text=&#8221;@@pagecounter&#8221; x=&#8221;856&#8243; y=&#8221;95&#8243; h=&#8221;24&#8243; w=&#8221;200&#8243; fontsize=&#8221;24&#8243; align=&#8221;right&#8221; textcolor=&#8221;0xe2e2e2&#8243;/&gt;<br />
&lt;table x=&#8221;186&#8243; y=&#8221;205&#8243; w=&#8221;870&#8243; h=&#8221;295&#8243;<br />
cols=&#8221;4&#8243; rows=&#8221;1&#8243; colspacing=&#8221;2&#8243; align=&#8221;hcenter&#8221;&gt;<br />
&lt;image image=&#8221;@@thumb_active_0&#8243;/&gt;<br />
&lt;image image=&#8221;@@thumb_active_1&#8243;/&gt;<br />
&lt;image image=&#8221;@@thumb_active_2&#8243;/&gt;<br />
&lt;image image=&#8221;@@thumb_active_3&#8243;/&gt;<br />
&lt;/table&gt;<br />
&lt;table x=&#8221;186&#8243; y=&#8221;205&#8243; w=&#8221;870&#8243; h=&#8221;288&#8243;<br />
cols=&#8221;4&#8243; rows=&#8221;1&#8243; colspacing=&#8221;2&#8243; align=&#8221;hcenter&#8221;&gt;<br />
&lt;image image=&#8221;@@browse_0_icon&#8221;/&gt;<br />
&lt;image image=&#8221;@@browse_1_icon&#8221;/&gt;<br />
&lt;image image=&#8221;@@browse_2_icon&#8221;/&gt;<br />
&lt;image image=&#8221;@@browse_3_icon&#8221;/&gt;<br />
&lt;/table&gt;<br />
&lt;table x=&#8221;205&#8243; y=&#8221;217&#8243; w=&#8221;845&#8243; h=&#8221;273&#8243;<br />
cols=&#8221;4&#8243; rows=&#8221;1&#8243; colspacing=&#8221;27&#8243; align=&#8221;hcenter&#8221; scale_type=&#8221;fixratio&#8221; scale=&#8221;100&#8243;&gt;<br />
&lt;image name=&#8221;th0&#8243; image=&#8221;@@browse_0_thumbnail&#8221; default_image=&#8221;@@browse_0_default_image&#8221; w=&#8221;178&#8243; h=&#8221;267&#8243;/&gt;<br />
&lt;image name=&#8221;th1&#8243; image=&#8221;@@browse_1_thumbnail&#8221; default_image=&#8221;@@browse_1_default_image&#8221; w=&#8221;178&#8243; h=&#8221;267&#8243;/&gt;<br />
&lt;image name=&#8221;th2&#8243; image=&#8221;@@browse_2_thumbnail&#8221; default_image=&#8221;@@browse_2_default_image&#8221; w=&#8221;178&#8243; h=&#8221;267&#8243;/&gt;<br />
&lt;image name=&#8221;th3&#8243; image=&#8221;@@browse_3_thumbnail&#8221; default_image=&#8221;@@browse_3_default_image&#8221; w=&#8221;178&#8243; h=&#8221;267&#8243;/&gt;<br />
&lt;/table&gt;<br />
&lt;table x=&#8221;194&#8243; y=&#8221;236&#8243; w=&#8221;845&#8243; h=&#8221;273&#8243;<br />
cols=&#8221;4&#8243; rows=&#8221;1&#8243; colspacing=&#8221;27&#8243; align=&#8221;right,bottom&#8221; scale=&#8221;50&#8243;&gt;<br />
&lt;image image=&#8221;thumb_folder_icon://th0&#8243; default_image=&#8221;@@thumb_folder_0_default_image&#8221;/&gt;<br />
&lt;image image=&#8221;thumb_folder_icon://th1&#8243; default_image=&#8221;@@thumb_folder_1_default_image&#8221;/&gt;<br />
&lt;image image=&#8221;thumb_folder_icon://th2&#8243; default_image=&#8221;@@thumb_folder_2_default_image&#8221;/&gt;<br />
&lt;image image=&#8221;thumb_folder_icon://th3&#8243; default_image=&#8221;@@thumb_folder_3_default_image&#8221;/&gt;<br />
&lt;/table&gt;<br />
&lt;table x=&#8221;186&#8243; y=&#8221;205&#8243; w=&#8221;870&#8243; h=&#8221;295&#8243;<br />
cols=&#8221;4&#8243; rows=&#8221;1&#8243; colspacing=&#8221;2&#8243; align=&#8221;hcenter&#8221;&gt;<br />
&lt;image image=&#8221;@@browse_0_mask&#8221;/&gt;<br />
&lt;image image=&#8221;@@browse_1_mask&#8221;/&gt;<br />
&lt;image image=&#8221;@@browse_2_mask&#8221;/&gt;<br />
&lt;image image=&#8221;@@browse_3_mask&#8221;/&gt;<br />
&lt;/table&gt;<br />
&lt;image image=&#8221;image/photo_thumb_line_01.png&#8221; x=&#8221;371&#8243; y=&#8221;584&#8243; w=&#8221;555&#8243; h=&#8221;5&#8243; bg=&#8221;1&#8243;/&gt;<br />
&lt;image image=&#8221;image/photo_thumb_line_01.png&#8221; x=&#8221;371&#8243; y=&#8221;629&#8243; w=&#8221;555&#8243; h=&#8221;5&#8243; bg=&#8221;1&#8243;/&gt;<br />
&lt;text text=&#8221;@@file_info&#8221; selected=&#8221;@@file_info_selected&#8221; x=&#8221;171&#8243; y=&#8221;596&#8243; w=&#8221;940&#8243; h=&#8221;28&#8243; fontsize=&#8221;26&#8243; textcolor=&#8221;0&#215;07b5ff&#8221; selectedtextcolor=&#8221;0&#215;07b5ff&#8221; align=&#8221;hcenter&#8221; speed=&#8221;1&#8243; delay=&#8221;2&#8243; auto_translate=&#8221;1&#8243;/&gt;</em></p>
<p><em>&lt;image  x=&#8221;1083&#8243; y=&#8221;143&#8243; w=&#8221;38&#8243; h=&#8221;27&#8243; image=&#8221;@@moreprev&#8221;/&gt;<br />
&lt;image  x=&#8221;1083&#8243; y=&#8221;522&#8243; w=&#8221;38&#8243; h=&#8221;27&#8243; image=&#8221;@@morenext&#8221;/&gt;<br />
&lt;/wrapper&gt;</em></p>
<p>**Take a look at this xml file and you soon will realize that you can pretty much try any size you want just remember you will have to re size the tables as well. Compare your original file with this one and you will understand.</p>
<p><strong>9:</strong> Resize your png files,</p>
<ul>
<li>video_thumb_frame_bg_f.png</li>
<li>video_thumb_frame_bg_n.png</li>
<li>video_thumb_frame_blister.png</li>
</ul>
<p>20px wider and 20px higher <strong> </strong></p>
<p><strong>10:</strong> Thats it! All done.</p>
<div style="display: none">VN:F [1.7.2_963]</div><div class="ratingblock "><div class="ratingheader "></div><div class="ratingstars "><div id="article_rater_356" class="ratepost gdsr-oxygen_gif gdsr-size-30"><div class="starsbar gdsr-size-30"><div class="gdouter gdheight"><div id="gdr_vote_a356" style="width: 102px;" class="gdinner gdheight"></div><div id="gdr_stars_a356" class="gdsr_rating_as"><a id="gdsrX356X5X0XaXarticle_rater_356Xarticle_loader_356X10X30" title="5 / 5" class="s5" rel="nofollow"></a><a id="gdsrX356X4X0XaXarticle_rater_356Xarticle_loader_356X10X30" title="4 / 5" class="s4" rel="nofollow"></a><a id="gdsrX356X3X0XaXarticle_rater_356Xarticle_loader_356X10X30" title="3 / 5" class="s3" rel="nofollow"></a><a id="gdsrX356X2X0XaXarticle_rater_356Xarticle_loader_356X10X30" title="2 / 5" class="s2" rel="nofollow"></a><a id="gdsrX356X1X0XaXarticle_rater_356Xarticle_loader_356X10X30" title="1 / 5" class="s1" rel="nofollow"></a></div></div></div></div><div id="article_loader_356" style="display: none; width: 150pxpx; " class="ratingloaderarticle"><div class="loader snake " style="height: 30px"><div class="loaderinner" style="padding-top: 5px">please wait...</div></div></div></div><div class="ratingtext "><div id="gdr_text_a356">Rating: 3.4/<strong>5</strong> (5 votes cast)</div></div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wdtvc.com/2009/05/09/bigger-thumbnails-change-size-of-thumbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reverting/Downgrading Firmware</title>
		<link>http://www.wdtvc.com/2009/05/03/revertingdowngrading-firmware/</link>
		<comments>http://www.wdtvc.com/2009/05/03/revertingdowngrading-firmware/#comments</comments>
		<pubDate>Sun, 03 May 2009 17:05:02 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[downgrading]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[reverting]]></category>

		<guid isPermaLink="false">http://www.wdtvc.com/?p=351</guid>
		<description><![CDATA[Sometimes the latest Firmware (Official or Beta) isn&#8217;t working right for us. so here&#8217;s a step-by-step instruction on how to Revert back from the previous Firmware that you had&#8230;
1.Use USB FLASH KEY from 64mb upto 2GB. I recommend upto 2GB but you could also use bigger ones but they using different adressing model
this could be [...]]]></description>
			<content:encoded><![CDATA[<div class="postbody">Sometimes the latest Firmware (Official or Beta) isn&#8217;t working right for us. so here&#8217;s a step-by-step instruction on how to Revert back from the previous Firmware that you had&#8230;</p>
<p>1.Use USB FLASH KEY from 64mb upto 2GB. I recommend upto 2GB but you could also use bigger ones but they using different adressing model<br />
this could be issue for some models.</p>
<p>2.Format the USB FLASH key to FAT16 or FAT32 filesystem don&#8217;t be lazzy and DON&#8217;T use NFTS for this case 1)<br />
use USB FORMATER 2)or any others formatting tools.</p>
<p>3.Go to WDTV menu System→About there is version notice it you will need this number later.</p>
<p>4.Unpack firmware package to USB FLASH KEY to root directory there have to be 2 files WDTV.BIN and WDTV.VER.</p>
<p>5.Open with notepad or any textplain3) editor and change version in WDTV.VER to higher then you have in WDTV now if you dont change this new firmware will not detected as new one.Save the file.</p>
<p>6.De-attach all USB devices from WDTV unplug power supply wait 5-10sec plug-in USB prepared USB FLASH KEY and plug-in power supply.</p>
<p>7.Wait and dont reboot WDTV durring flashing process</p>
<p><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<div style="display: none">VN:F [1.7.2_963]</div><div class="ratingblock "><div class="ratingheader "></div><div class="ratingstars "><div id="article_rater_351" class="ratepost gdsr-oxygen_gif gdsr-size-30"><div class="starsbar gdsr-size-30"><div class="gdouter gdheight"><div id="gdr_vote_a351" style="width: 124px;" class="gdinner gdheight"></div><div id="gdr_stars_a351" class="gdsr_rating_as"><a id="gdsrX351X5X0XaXarticle_rater_351Xarticle_loader_351X10X30" title="5 / 5" class="s5" rel="nofollow"></a><a id="gdsrX351X4X0XaXarticle_rater_351Xarticle_loader_351X10X30" title="4 / 5" class="s4" rel="nofollow"></a><a id="gdsrX351X3X0XaXarticle_rater_351Xarticle_loader_351X10X30" title="3 / 5" class="s3" rel="nofollow"></a><a id="gdsrX351X2X0XaXarticle_rater_351Xarticle_loader_351X10X30" title="2 / 5" class="s2" rel="nofollow"></a><a id="gdsrX351X1X0XaXarticle_rater_351Xarticle_loader_351X10X30" title="1 / 5" class="s1" rel="nofollow"></a></div></div></div></div><div id="article_loader_351" style="display: none; width: 150pxpx; " class="ratingloaderarticle"><div class="loader snake " style="height: 30px"><div class="loaderinner" style="padding-top: 5px">please wait...</div></div></div></div><div class="ratingtext "><div id="gdr_text_a351">Rating: 4.1/<strong>5</strong> (15 votes cast)</div></div></div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wdtvc.com/2009/05/03/revertingdowngrading-firmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Background and screensaver changing with WDLxTV 0.5.*</title>
		<link>http://www.wdtvc.com/2009/05/02/background-and-screensaver-changing-with-wdlxtv-05/</link>
		<comments>http://www.wdtvc.com/2009/05/02/background-and-screensaver-changing-with-wdlxtv-05/#comments</comments>
		<pubDate>Sat, 02 May 2009 10:52:18 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[osd]]></category>
		<category><![CDATA[screensaver]]></category>

		<guid isPermaLink="false">http://www.wdtvc.com/?p=344</guid>
		<description><![CDATA[Download original images
Edit images with photoshop or any other software and save. (try not to increase file size)
Copy both welcome_background_bg.jpg and screen_saver.png to an USB drive
Start WD TV with WDLxTV firmware 0.5.2 or above with USB drive connected




]]></description>
			<content:encoded><![CDATA[<ul>
<li><a title="original WD TV OSD images" href="http://www.mediafire.com/?wy3kjmgmfgj" target="_blank">Download original images</a></li>
<li>Edit images with photoshop or any other software and save. (try not to increase file size)</li>
<li>Copy both welcome_background_bg.jpg and screen_saver.png to an USB drive</li>
<li>Start WD TV with WDLxTV firmware 0.5.2 or above with USB drive connected</li>
</ul>
<p style="text-align: center;"><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wdtvc.com/2009/05/02/background-and-screensaver-changing-with-wdlxtv-05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HD video download off youtube</title>
		<link>http://www.wdtvc.com/2009/05/02/hd-video-download-off-youtube/</link>
		<comments>http://www.wdtvc.com/2009/05/02/hd-video-download-off-youtube/#comments</comments>
		<pubDate>Sat, 02 May 2009 08:49:16 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[keephd]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.wdtvc.com/?p=322</guid>
		<description><![CDATA[KeepHD is a sweet tool that lets you download HD videos off Youtube! Not only can you download HD copies of your movies, you can also download the mobile 3GP version for your mobile devices plus the standard MP4 and FLV format. Just enter your Youtube video URL below, and KeepHD will automatically grab each [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-326" title="youtube-logo" src="http://www.wdtvc.com/wp-content/uploads/2009/05/youtube-logo-300x212.jpg" alt="youtube-logo" width="130" height="91" /></p>
<p>KeepHD is a sweet tool that lets you download HD videos off Youtube! Not only can you download HD copies of your movies, you can also download the mobile 3GP version for your mobile devices plus the standard MP4 and FLV format. Just enter your Youtube video URL below, and KeepHD will automatically grab each version of the video you want to download.</p>
<p style="text-align: center;"><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p><strong>Enter Youtube URL</strong><br />
<!-- start KeepHD.com Youtube Downloader--></p>
<form action="http://keephd.com/index.php" method="post">
<div style="border: thin dashed #e85d64; padding: 3px; width: 9cm;"><strong>Enter a Youtube URL to download:</strong></p>
<input style="width: 6cm;" name="video" size="30" type="text" />
<input style="width: 2cm;" name="submit" type="submit" value="Download" /><small>Powered by <a href="http://keephd.com/">KeepHD.com</a></small></div>
</form>
<p><!-- end KeepHD.com Youtube Downloader--><br />
<strong>Direct downloader, Its Simple <img src='http://www.wdtvc.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong><br />
Whenever your watching a video on Youtube, just replace Youtube with KeepHD and it will automatically download the video!</p>
<p>For Example:<br />
Just change http://www.Youtube.com/watch?v=wgS0KgT5APc<br />
to<br />
http://www.KeepHD.com/watch?v=wgS0KgT5APc</p>
<div style="display: none">VN:F [1.7.2_963]</div><div class="ratingblock "><div class="ratingheader "></div><div class="ratingstars "><div id="article_rater_322" class="ratepost gdsr-oxygen_gif gdsr-size-30"><div class="starsbar gdsr-size-30"><div class="gdouter gdheight"><div id="gdr_vote_a322" style="width: 126px;" class="gdinner gdheight"></div><div id="gdr_stars_a322" class="gdsr_rating_as"><a id="gdsrX322X5X0XaXarticle_rater_322Xarticle_loader_322X10X30" title="5 / 5" class="s5" rel="nofollow"></a><a id="gdsrX322X4X0XaXarticle_rater_322Xarticle_loader_322X10X30" title="4 / 5" class="s4" rel="nofollow"></a><a id="gdsrX322X3X0XaXarticle_rater_322Xarticle_loader_322X10X30" title="3 / 5" class="s3" rel="nofollow"></a><a id="gdsrX322X2X0XaXarticle_rater_322Xarticle_loader_322X10X30" title="2 / 5" class="s2" rel="nofollow"></a><a id="gdsrX322X1X0XaXarticle_rater_322Xarticle_loader_322X10X30" title="1 / 5" class="s1" rel="nofollow"></a></div></div></div></div><div id="article_loader_322" style="display: none; width: 150pxpx; " class="ratingloaderarticle"><div class="loader snake " style="height: 30px"><div class="loaderinner" style="padding-top: 5px">please wait...</div></div></div></div><div class="ratingtext "><div id="gdr_text_a322">Rating: 4.2/<strong>5</strong> (5 votes cast)</div></div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wdtvc.com/2009/05/02/hd-video-download-off-youtube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Trailers plugin installation</title>
		<link>http://www.wdtvc.com/2009/05/02/apple-trailers-plugin-installation/</link>
		<comments>http://www.wdtvc.com/2009/05/02/apple-trailers-plugin-installation/#comments</comments>
		<pubDate>Sat, 02 May 2009 08:35:26 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[trailers]]></category>

		<guid isPermaLink="false">http://www.wdtvc.com/?p=317</guid>
		<description><![CDATA[Plugin and installation notes made by Elmar Weber
Here is the first release of the appletrailerfs for the WD TV. It allows you to view the movie trailers from the Apple Trailer page on the WD TV. In case you don&#8217;t know the Apple Trailer page I highly recommend it, you get up to 1080p trailers [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img class="alignright size-medium wp-image-332" title="applelogo" src="http://www.wdtvc.com/wp-content/uploads/2009/05/applelogo-300x198.jpg" alt="applelogo" width="300" height="198" />Plugin and installation notes made by <a title="Elmar Weber apple trailers plugin" href="http://appletrailerfs.elmarweber.org/" target="_blank">Elmar Weber</a></strong></p>
<p>Here is the first release of the appletrailerfs for the WD TV. It allows you to view the movie trailers from the <a href="http://www.apple.com/trailers/" target="_blank">Apple Trailer page</a> on the WD TV. In case you don&#8217;t know the Apple Trailer page I highly recommend it, you get up to 1080p trailers and clips of all the current and upcoming movies.</p>
<p>The application image can be downloaded at <a href="http://sourceforge.net/project/showfiles.php?group_id=259619&amp;package_id=320560&amp;release_id=679574" target="_blank">http://sourceforge.net/project/showfiles.php?group_id=259619&amp;package_id=320560&amp;release_id=679574</a> (usually the appletrailerfs-0.1.1.1-alpha-wdtv.zip file is the correct one) or find it in our downloads section.</p>
<p>The application image can be used with either Zorander’s ext3-boot or B-RAD’s WDLXTV. Simply extract the file and copy the appletrailerfs.app.bin onto a USB stick that you use while booting the WDTV.<br />
After a reboot, to view the movie trailers, just navigate to the “Video” menu and select “Folders”. Then go into the “Apple Trailers” directory and browse for a movie and trailer.</p>
<p>Successfully tested on</p>
<ul style="margin-top: 0pt; margin-bottom: 0pt;">
<li>ext3-boot 0.8.7.2</li>
<li>ext3-boot 0.9.2</li>
<li>WDLXTV 0.5.2</li>
</ul>
<p style="text-align: center;"><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p>Some movie trailers won’t play because the trailers are no longer online, in the next releases there will be a filter mechanism.</p>
<p>You are welcome to report any bugs and feature requests either here, or, if you have a SourceForge account, at the Trac <a href="http://apps.sourceforge.net/trac/appletrailerfs/" target="_blank">http://apps.sourceforge.net/trac/appletrailerfs/</a> (you can login with your normal SourceForge credentials).</p>
<p>Homepage: <a href="http://appletrailerfs.elmarweber.org/" target="_blank">http://appletrailerfs.elmarweber.org/</a><br />
Documentation and other resources are underway.</p>
<p>Those who are interested in the source code can take a look at the <a href="http://sourceforge.net/scm/?type=svn&amp;group_id=259619" target="_blank">appletrailerfs Subversion repository</a> or the source packages at <a href="http://sourceforge.net/project/showfiles.php?group_id=259619&amp;package_id=318742" target="_blank">http://sourceforge.net/project/showfiles.php?group_id=259619&amp;package_id=318742</a>. The filesystem also works on any other Linux if you want to use it there.</p>
<p style="text-align: right;"><div style="display: none">VN:F [1.7.2_963]</div><div class="ratingblock "><div class="ratingheader "></div><div class="ratingstars "><div id="article_rater_317" class="ratepost gdsr-oxygen_gif gdsr-size-30"><div class="starsbar gdsr-size-30"><div class="gdouter gdheight"><div id="gdr_vote_a317" style="width: 133.33333333333px;" class="gdinner gdheight"></div><div id="gdr_stars_a317" class="gdsr_rating_as"><a id="gdsrX317X5X0XaXarticle_rater_317Xarticle_loader_317X10X30" title="5 / 5" class="s5" rel="nofollow"></a><a id="gdsrX317X4X0XaXarticle_rater_317Xarticle_loader_317X10X30" title="4 / 5" class="s4" rel="nofollow"></a><a id="gdsrX317X3X0XaXarticle_rater_317Xarticle_loader_317X10X30" title="3 / 5" class="s3" rel="nofollow"></a><a id="gdsrX317X2X0XaXarticle_rater_317Xarticle_loader_317X10X30" title="2 / 5" class="s2" rel="nofollow"></a><a id="gdsrX317X1X0XaXarticle_rater_317Xarticle_loader_317X10X30" title="1 / 5" class="s1" rel="nofollow"></a></div></div></div></div><div id="article_loader_317" style="display: none; width: 150pxpx; " class="ratingloaderarticle"><div class="loader snake " style="height: 30px"><div class="loaderinner" style="padding-top: 5px">please wait...</div></div></div></div><div class="ratingtext "><div id="gdr_text_a317">Rating: 4.4/<strong>5</strong> (9 votes cast)</div></div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wdtvc.com/2009/05/02/apple-trailers-plugin-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firmware Installation guide</title>
		<link>http://www.wdtvc.com/2009/05/02/firmware-installation-guide/</link>
		<comments>http://www.wdtvc.com/2009/05/02/firmware-installation-guide/#comments</comments>
		<pubDate>Sat, 02 May 2009 08:28:05 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.wdtvc.com/?p=311</guid>
		<description><![CDATA[Firmware installation is the same for both official and unofficial (WDLxTV) firmware updates. Just follow these easy steps and you will be updated no-time.



How to update your WD TV HD Media Player








1. DOWNLOAD
Download the firmware update.
2. COPY
Open the .ZIP file and extract the two files (.BIN and .VER) to your USB drive&#8217;s main directory.
3. CONNECT
Connect [...]]]></description>
			<content:encoded><![CDATA[<p>Firmware installation is the same for both official and unofficial (WDLxTV) firmware updates. Just follow these easy steps and you will be updated no-time.</p>
<table class="backgroundstyle" border="0" cellspacing="0" cellpadding="10" width="715">
<tbody>
<tr>
<td colspan="2" align="left" valign="top"><strong><span class="textheadertitle">How to update your WD TV HD Media Player</span></strong></td>
<td align="right" valign="top"></td>
</tr>
<tr>
<td width="33%" align="left" valign="top"><img src="http://www.wdc.com/en/products/wdtv/images/btn_1download.gif" alt="" width="124" height="77" /></td>
<td width="33%" align="left" valign="top"><img src="http://www.wdc.com/en/products/wdtv/images/btn_2copy.gif" alt="" width="124" height="77" /></td>
<td width="33%" align="left" valign="top"><img src="http://www.wdc.com/en/products/wdtv/images/btn_3plugin.gif" alt="" width="124" height="77" /></td>
</tr>
<tr>
<td valign="top"><strong>1. DOWNLOAD</strong><br />
Download the firmware update.</td>
<td valign="top"><strong>2. COPY</strong><br />
Open the .ZIP file and extract the two files (.BIN and .VER) to your USB drive&#8217;s main directory.</td>
<td valign="top"><strong>3. CONNECT</strong><br />
Connect the USB device and turn on WD TV and your television.</td>
</tr>
<tr>
<td align="left" valign="top"><img src="http://www.wdc.com/en/products/wdtv/images/btn_4update.gif" alt="" width="124" height="77" /></td>
<td align="left" valign="top"><img src="http://www.wdc.com/en/products/wdtv/images/btn_5update.gif" alt="" width="124" height="77" /></td>
<td align="left" valign="top"><img src="http://www.wdc.com/en/products/wdtv/images/btn_6loading.gif" alt="" width="124" height="77" /></td>
</tr>
<tr>
<td valign="top"><strong>4. SELECT</strong><br />
Select settings from the on-screen menu, highlight the firmware upgrade icon and press Enter.</td>
<td valign="top"><strong>5. SELECT</strong><br />
Select OK and press Enter. This will restart the system.</td>
<td valign="top"><strong>6. RESTART</strong><br />
After restarting, the system automatically enters firmware upgrade mode. Once complete the system will automatically restart again and your system is ready to use.</td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><strong><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></strong></p>
<p style="text-align: right;"><strong><div style="display: none">VN:F [1.7.2_963]</div><div class="ratingblock "><div class="ratingheader "></div><div class="ratingstars "><div id="article_rater_311" class="ratepost gdsr-oxygen_gif gdsr-size-30"><div class="starsbar gdsr-size-30"><div class="gdouter gdheight"><div id="gdr_vote_a311" style="width: 128px;" class="gdinner gdheight"></div><div id="gdr_stars_a311" class="gdsr_rating_as"><a id="gdsrX311X5X0XaXarticle_rater_311Xarticle_loader_311X10X30" title="5 / 5" class="s5" rel="nofollow"></a><a id="gdsrX311X4X0XaXarticle_rater_311Xarticle_loader_311X10X30" title="4 / 5" class="s4" rel="nofollow"></a><a id="gdsrX311X3X0XaXarticle_rater_311Xarticle_loader_311X10X30" title="3 / 5" class="s3" rel="nofollow"></a><a id="gdsrX311X2X0XaXarticle_rater_311Xarticle_loader_311X10X30" title="2 / 5" class="s2" rel="nofollow"></a><a id="gdsrX311X1X0XaXarticle_rater_311Xarticle_loader_311X10X30" title="1 / 5" class="s1" rel="nofollow"></a></div></div></div></div><div id="article_loader_311" style="display: none; width: 150pxpx; " class="ratingloaderarticle"><div class="loader snake " style="height: 30px"><div class="loaderinner" style="padding-top: 5px">please wait...</div></div></div></div><div class="ratingtext "><div id="gdr_text_a311">Rating: 4.3/<strong>5</strong> (15 votes cast)</div></div></div><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wdtvc.com/2009/05/02/firmware-installation-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Torrent (Rtorrent) and wtorrent installation on WD TV HD</title>
		<link>http://www.wdtvc.com/2009/04/09/how-to-setup-rtorrent-and-wtorrent-with-wd-tv-hd/</link>
		<comments>http://www.wdtvc.com/2009/04/09/how-to-setup-rtorrent-and-wtorrent-with-wd-tv-hd/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 11:03:08 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[downloading]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[rtorrent]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wd tv]]></category>
		<category><![CDATA[wd tv hd]]></category>
		<category><![CDATA[wtorrent]]></category>

		<guid isPermaLink="false">http://www.wdtvc.com/?p=193</guid>
		<description><![CDATA[Wow, it really seems b-rad.cc is going faster than lightning! He sure is doing a lot of great work for the WD TV community! Today he wrote the third article in a three part tutorial on how to setup rtorrent + wtorrent on your WD TV HD mediaplayer. If you enjoy the work he does, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-195" title="rtorrentlogo" src="http://www.wdtvc.com/wp-content/uploads/2009/04/rtorrentlogo.png" alt="rtorrentlogo" width="56" height="72" />Wow, it really seems b-rad.cc is going faster than lightning! He sure is doing a lot of great work for the WD TV community! Today he wrote the third article in a three part tutorial on how to setup rtorrent + wtorrent on your WD TV HD mediaplayer. If you enjoy the work he does, <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=4411615" target="_blank">please donate a little something to keep him going</a>.</p>
<p style="text-align: center;"><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p><a href="http://www.wtorrent-project.org/"><img class="alignright size-full wp-image-194" title="bittorrent_logo" src="http://www.wdtvc.com/wp-content/uploads/2009/04/bittorrent_logo.jpg" alt="bittorrent_logo" width="140" height="140" />Wtorrent</a> is an excellent webui for <a href="http://b-rad.cc/687/wdtv-optware-tips-wtorrent-webgui-for-rtorrent">rtorrent</a> and after this tutorial you’ll be able to manage rtorrent from the web… forward a port and you can even connect to your wdtv from the internet to queue up torrents!</p>
<p>In order to take advantage of this tutorial you must either be running <a href="http://b-rad.cc/wdlxtv">WDLXTV</a> or Zoranders <a href="http://wiki.wdtv.org/doku.php?id=wdtv_firmware_hacks">ext3-boot</a> firmware versions. You must also have <a href="http://b-rad.cc/687/wdtv-optware-tips-wtorrent-webgui-for-rtorrent" target="_blank">B-rad.cc&#8217;s</a> <a href="http://b-rad.cc/optware-for-wdtv">Optware for WDTV</a> package installed.</p>
<p><strong>Tutorial:</strong></p>
<p><a href="http://b-rad.cc/437/wdtv-optware-tips-bittorrent-with-rtorrent" target="_blank">part 1 &#8211; rtorrent</a></p>
<p><a href="http://b-rad.cc/547/wdtv-optware-tips-lighttpd-webserver-running-with-php" target="_blank">part 2 &#8211; lighttpd</a></p>
<p><a href="http://b-rad.cc/687/wdtv-optware-tips-wtorrent-webgui-for-rtorrent" target="_blank">part 3 &#8211; wtorrent</a></p>
<p style="text-align: center;"><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p style="text-align: right;"><div style="display: none">VN:F [1.7.2_963]</div><div class="ratingblock "><div class="ratingheader "></div><div class="ratingstars "><div id="article_rater_193" class="ratepost gdsr-oxygen_gif gdsr-size-30"><div class="starsbar gdsr-size-30"><div class="gdouter gdheight"><div id="gdr_vote_a193" style="width: 150px;" class="gdinner gdheight"></div><div id="gdr_stars_a193" class="gdsr_rating_as"><a id="gdsrX193X5X0XaXarticle_rater_193Xarticle_loader_193X10X30" title="5 / 5" class="s5" rel="nofollow"></a><a id="gdsrX193X4X0XaXarticle_rater_193Xarticle_loader_193X10X30" title="4 / 5" class="s4" rel="nofollow"></a><a id="gdsrX193X3X0XaXarticle_rater_193Xarticle_loader_193X10X30" title="3 / 5" class="s3" rel="nofollow"></a><a id="gdsrX193X2X0XaXarticle_rater_193Xarticle_loader_193X10X30" title="2 / 5" class="s2" rel="nofollow"></a><a id="gdsrX193X1X0XaXarticle_rater_193Xarticle_loader_193X10X30" title="1 / 5" class="s1" rel="nofollow"></a></div></div></div></div><div id="article_loader_193" style="display: none; width: 150pxpx; " class="ratingloaderarticle"><div class="loader snake " style="height: 30px"><div class="loaderinner" style="padding-top: 5px">please wait...</div></div></div></div><div class="ratingtext "><div id="gdr_text_a193">Rating: 5.0/<strong>5</strong> (5 votes cast)</div></div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wdtvc.com/2009/04/09/how-to-setup-rtorrent-and-wtorrent-with-wd-tv-hd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wifi usb adapter configuration with WD TV</title>
		<link>http://www.wdtvc.com/2009/04/06/how-to-config-wifi-usb-adapter-with-wd-tv/</link>
		<comments>http://www.wdtvc.com/2009/04/06/how-to-config-wifi-usb-adapter-with-wd-tv/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 20:23:25 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[wd tv]]></category>
		<category><![CDATA[wdlxtv]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.wdtvc.com/?p=151</guid>
		<description><![CDATA[This is a short tutorial on how to setup your WD TV HD to use with a wifi usb adapter. If u want wifi to start on boot, get a wifi usb adapter based on the following chipsets:

 Zydas 1201 (11b)
 Zydas 1211/1211b
 RaLink 2870
 RaLink rt73
 Atheros Otus


download brad.cc&#8217;s WDLXTV firmware
download zorander&#8217;s experimental pack [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-153" title="wifi-logo" src="http://www.wdtvc.com/wp-content/uploads/2009/04/wifi-logo-300x135.gif" alt="wifi-logo" width="300" height="135" />This is a short tutorial on how to setup your WD TV HD to use with a wifi usb adapter. If u want wifi to start on boot, get a wifi usb adapter based on the following chipsets:</p>
<ul>
<li> Zydas 1201 (11b)</li>
<li> Zydas 1211/1211b</li>
<li> RaLink 2870</li>
<li> RaLink rt73</li>
<li> <span class="highlight">Atheros</span> Otus</li>
</ul>
<ol>
<li><a title="wdlxtv 0.4 hacked wdtv firmware" href="http://www.wdtvc.com/downloads/">download</a> brad.cc&#8217;s WDLXTV firmware</li>
<li><a title="wireless mod hack wd tv" href="http://www.wdtvc.com/downloads/" target="_blank">download</a> zorander&#8217;s experimental pack (wireless-mod.app.bin) with drivers for these adpters and basic tools (iw*, wpa*)<a href="http://www.mediafire.com/?dz1nmqloazm" target="_blank"></a></li>
<li>copy to root dir of pen/hdd with firmware.</li>
<li> edit net.config in your root dir of firmware pen/hdd</li>
</ol>
<p>if u have open acces point add</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 7px; overflow: auto; width: 640px; height: 50px; text-align: left;" dir="ltr">ifconfig $MDEV up
iwconfig $MDEV essid your_ap_name</pre>
</div>
<p style="text-align: center;"><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p>for wep:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 7px; overflow: auto; width: 640px; height: 50px; text-align: left;" dir="ltr">ifconfig $MDEV up
iwconfig $MDEV essid your_ap_name key "s:yourasciipass"</pre>
</div>
<p>&#8220;s:&#8221; is used for ascii pass, if u think in hex you don&#8217;t have to use it ;&gt;</p>
<p>for wpa we need wpa_supplicant tool.</p>
<p>1) in the root dir of your firmware pen/hdd make a file wpa_supplicant.conf:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 7px; overflow: auto; width: 640px; height: 146px; text-align: left;" dir="ltr">ctrl_interface=/tmp/wpa_supplicant
network={
ssid="your_ap_name"
# uncomment next line if your ap doesn't broadcast ssid
#scan_ssid=1
key_mgmt=WPA-PSK
psk="yourpass"
}</pre>
</div>
<p>this is just a basic setup, if u want more then wpa-psk, want to force specific encryption algo, etc read very well commented config example <a href="http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap.git;a=blob_plain;f=wpa_supplicant/wpa_supplicant.conf" target="_blank">here</a></p>
<p>2) add to net.config</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 7px; overflow: auto; width: 640px; height: 50px; text-align: left;" dir="ltr">ifconfig $MDEV up
wpa_supplicant -Bw -Dwext -i$MDEV -c/boot/wpa_supplicant.conf</pre>
</div>
<p>-Dwext should be fine for zydas, for my ralink i use -Dralink, for otus -Dotus should work.</p>
<p>other settings (dhcp, static ip) u can set like for wire usb lan.</p>
<p>after boot and some time u should have working wireless, if your chipset and vid/pid is supported.</p>
<p>Tutorial written by <a href="http://www.avsforum.com/avs-vb/showthread.php?p=16144003#post16144003" target="_blank">rezmus</a></p>
<p style="text-align: center;"><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p style="text-align: right;"><div style="display: none">VN:F [1.7.2_963]</div><div class="ratingblock "><div class="ratingheader "></div><div class="ratingstars "><div id="article_rater_151" class="ratepost gdsr-oxygen_gif gdsr-size-30"><div class="starsbar gdsr-size-30"><div class="gdouter gdheight"><div id="gdr_vote_a151" style="width: 85.714285714286px;" class="gdinner gdheight"></div><div id="gdr_stars_a151" class="gdsr_rating_as"><a id="gdsrX151X5X0XaXarticle_rater_151Xarticle_loader_151X10X30" title="5 / 5" class="s5" rel="nofollow"></a><a id="gdsrX151X4X0XaXarticle_rater_151Xarticle_loader_151X10X30" title="4 / 5" class="s4" rel="nofollow"></a><a id="gdsrX151X3X0XaXarticle_rater_151Xarticle_loader_151X10X30" title="3 / 5" class="s3" rel="nofollow"></a><a id="gdsrX151X2X0XaXarticle_rater_151Xarticle_loader_151X10X30" title="2 / 5" class="s2" rel="nofollow"></a><a id="gdsrX151X1X0XaXarticle_rater_151Xarticle_loader_151X10X30" title="1 / 5" class="s1" rel="nofollow"></a></div></div></div></div><div id="article_loader_151" style="display: none; width: 150pxpx; " class="ratingloaderarticle"><div class="loader snake " style="height: 30px"><div class="loaderinner" style="padding-top: 5px">please wait...</div></div></div></div><div class="ratingtext "><div id="gdr_text_a151">Rating: 2.9/<strong>5</strong> (21 votes cast)</div></div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wdtvc.com/2009/04/06/how-to-config-wifi-usb-adapter-with-wd-tv/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>NFS sharing on windows XP</title>
		<link>http://www.wdtvc.com/2009/04/01/setup-guide-for-wd-tv-nfs-sharing-on-windows/</link>
		<comments>http://www.wdtvc.com/2009/04/01/setup-guide-for-wd-tv-nfs-sharing-on-windows/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 20:49:03 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[WD]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.wdtvc.com/?p=29</guid>
		<description><![CDATA[What you need:

USB Key formatted FAT or FAT32. The windows utility formats it fine
WDTV device (obviously)
A USB-&#62;Ethernet Adapter. For a list of compatible ones go here  http://root.unknown.sk/wdtv/wiki/dok&#8230;ed_usb_devices I am using the Apple USB Ethernet Adapter which I bought from the Apple Store. Was easiest and quickest one for me to get.

Thanks to:
We will start [...]]]></description>
			<content:encoded><![CDATA[<div id="post_message_16143566"><strong><img class="alignright size-full wp-image-49" title="windows_logo" src="http://www.wdtvc.com/wp-content/uploads/2009/04/windows_logo.jpg" alt="windows_logo" width="420" height="320" />What you need:</strong></p>
<ul>
<li>USB Key formatted FAT or FAT32. The windows utility formats it fine</li>
<li>WDTV device (obviously)</li>
<li>A USB-&gt;Ethernet Adapter. For a list of compatible ones go here  <a href="http://root.unknown.sk/wdtv/wiki/doku.php?id=supported_usb_devices" target="_blank">http://root.unknown.sk/wdtv/wiki/dok&#8230;ed_usb_devices</a> I am using the Apple USB Ethernet Adapter which I bought from the Apple Store. Was easiest and quickest one for me to get.</li>
</ul>
<p>Thanks to:<br />
We will start off with the hardest first&#8230; Setting up an NFS Share.<br />
<strong>Step 1:</strong><br />
Download Windows Services for Unix version 3.5 available at<br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=896C9688-601B-44F1-81A4-02878FF11778&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/d&#8230;displaylang=en</a></p>
<p>and then run it and extract it to a temporary location.<br />
<strong>Step 2</strong><br />
<a href="http://www.nslu2-linux.org/wiki/HowTo/NFSonWindows" target="_blank">Follow this guide for installation. READ NOTES below</a><br />
NOTE: When selecting which components to install, make sure you select NFS server as well as client, and also make sure to select &#8220;Server for NFS Autthentication&#8221;<br />
When you come to the part to add a passwd file and a group file. Use the attached files at the end of this post (remove the .txt extension)<br />
Only follow this guide for installation.</p>
<p style="text-align: center;"><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p><strong>Step 3</strong><br />
Configure NFS server. Go to start menu, and run the &#8220;Services for UNIX Administration&#8221; application from the Windows Services for UNIX folder</p>
<p><a href="http://www.avsforum.com/avs-vb/showpost.php?p=16057281&amp;postcount=1028" target="_blank">Follow  this guide for configuring NFS</a><br />
Farscape walks you through the rest of configuring.<br />
NOTES: To see the NFS share tab, right click on folder you wish to share, and go to sharing. You should see a NFS Share tab.<br />
If you are missing the NFS Share tab, try restarting your computer. I had to for it to show.<br />
Right click on start menu, and go to explore.<br />
Expand My Network Places<br />
Expand Entire Network (you may need to refresh if you don&#8217;t see it. Hit F5 to do so)<br />
Expand NFS Network<br />
Expand Default Lan<br />
You should now see your computer.. Expand it, and you should see your shared folders. Open it to see if you see your files.<br />
If the folder is empty, and you cannot see any files you need to add a password to your account. (Go to control panel, User Accounts, Click on your account, change password). ALso, I am not sure, but an administrator account may be required.<br />
I know this sucks if you do not wish to have a password, but I don&#8217;t know any other way around it.</p>
<p>You should now be able to see all your NFS shares.. If you can&#8217;t then I am not sure what went wrong. Make sure you followed both guides closely.<br />
Also if you have a firewall running then you have to open ports</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Quote:</div>
<table border="0" cellspacing="0" cellpadding="7" width="100%">
<tbody>
<tr>
<td class="alt2" style="border: 1px inset;">
<div>Originally Posted by <strong>Farscape</strong> <a rel="nofollow" href="http://www.avsforum.com/avs-vb/showthread.php?p=16057281#post16057281"><img class="inlineimg" title="View Post" src="http://images.avsforum.com/avs-images/buttons/viewpost.gif" border="0" alt="View Post" /></a></div>
<div style="font-style: italic;">also you have to open these ports in your firewall (ICS for me) and for good measure change the scope to allow only your WDTV IP (in my case IP 192.168.1.10)</p>
<p>Service or feature&#8212;&#8212;Protocol&#8212;Port<br />
Portmapper&#8212;&#8212;&#8212;&#8212;TCP, UDP&#8212;111<br />
Status&#8212;&#8212;&#8212;&#8212;&#8212;-TCP, UDP&#8212;1039<br />
Nlockmgr&#8212;&#8212;&#8212;&#8212;&#8211;TCP, UDP&#8212;1047<br />
Mountd&#8212;&#8212;&#8212;&#8212;&#8212;TCP, UDP&#8212;1048<br />
NFS server&#8212;&#8212;&#8212;&#8212;TCP, UDP&#8212;2049</p>
<p>and finally this is optional i guess. Did it for xp home but not for xp pro</p>
<p>You must add the Mapsvc.exe program to the Windows Firewall exception list. To do this, follow these steps:</p>
<p>1. Click Start, click Run, type firewall.cpl, and then click OK.<br />
2. Click the Exceptions tab, and then click Add Program.<br />
3. Click Browse, locate and then click Mapsvc.exe, and then click Open.</p>
<p>Note By default, this file is located in the C:\SFU\Mapper folder.</p></div>
</td>
</tr>
</tbody>
</table>
</div>
<p>Now we are going to install the firmware onto the USB key.</p>
<p><strong>Step 4: </strong><br />
Download Zorander ext-boot from<br />
<a href="http://root.unknown.sk/wdtv/wiki/doku.php?id=ext3-boot-releases" target="_blank">http://root.unknown.sk/wdtv/wiki/dok&#8230;-boot-releases</a><br />
I am currently using version 0.8.6</p>
<p><strong>Step 5:</strong><br />
Unzip the download to a USB Key that is formatted FAT or FAT32. .</p>
<p style="text-align: center;"><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p><strong>Step 6:</strong><br />
Modify the net.config file..<br />
I do not use DHCP, but it should be fine.<br />
This it my net.config file</p>
<p>HOST=wdtv<br />
DHCP=no<br />
IP=192.168.1.155<br />
GW=192.168.1.1<br />
NM=255.255.255.0<br />
DNS1=192.168.1.1<br />
I have the file attached, rename extension to .config</p>
<p><strong>Step 7:</strong><br />
Modify the net.mounts folder.<br />
Syntax is</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 7px; overflow: auto; width: 640px; height: 34px; text-align: left;" dir="ltr">xmount 192.168.0.44:/share ShareName nfs</pre>
</div>
</div>
<div id="post_message_16143566">&#8220;share&#8221; is what your NFS share name is in windows.<br />
&#8220;ShareName&#8221; is what you want it to appear on your WDTV device.<br />
You can add as many as you like.</p>
<p><strong>Step 8:</strong><br />
Set up your WDTV device. Make sure it is all hooked up to your TV, and that your Ethernet adapter is plugged into a USB slot, and that you have an ethernet cord running to the adapter.</p>
<p><strong>Step 9:</strong><br />
Insert the USB key into the other spare USB slot.<br />
Start the WDTV device, once it is loaded, you should see it saying something about found new firmware. Click the OK button on your remote, to install the firmware. It may take 5 minutes or so for it to complete.<br />
Note: You are going to have to leave the USB key plugged in at all times, even after you install the firmware. If you need more USB slots because you also want to add a harddrive, you will need to use a USB hub. I tested it, and everything works fine with a USB hub.</p>
<p>Go to videos, go to folder view, and you should see your share. Try clicking on it and if you see your movies everything has been setup correctly!<br />
If you cant see it, then not sure what went wrong. I followed these exact steps on a fresh isntall of XP and I am able to access my NFS share.</p>
<p><strong>Step 10: (Optional)</strong><br />
If you want to play around with the box, then you can telnet into it.<br />
go to start-&gt;run.<br />
Type in &#8220;telnet 192.168.1.155&#8243;  (or whatever the IP of the WD device is)<br />
You now have access to the linux.. Only do this if you know linux.<br />
Username is root  no password.</p>
<p>You can also FTP into the box by using an FTP application. Use the ip and username root  no password</p>
<p>Hopefully this will clear everything up.<br />
I know if I had a guide like this it would have only taken me an hour or two to set it up rather than 5 or 6 hours.</p></div>
<p><!-- / message --> <!-- attachments --></p>
<p><fieldset class="fieldset"><legend>Attached Files</legend></p>
<table border="0" cellspacing="3" cellpadding="0">
<tbody>
<tr>
<td><img class="inlineimg" style="vertical-align: baseline;" title="File Type: txt" src="http://images.avsforum.com/avs-images/attach/txt.gif" border="0" alt="File Type: txt" width="16" height="16" /></td>
<td><a href="http://www.avsforum.com/avs-vb/attachment.php?attachmentid=138095&amp;d=1238265540">group.txt</a> (9 Bytes, 26 views)</td>
</tr>
<tr>
<td><img class="inlineimg" style="vertical-align: baseline;" title="File Type: txt" src="http://images.avsforum.com/avs-images/attach/txt.gif" border="0" alt="File Type: txt" width="16" height="16" /></td>
<td><a href="http://www.avsforum.com/avs-vb/attachment.php?attachmentid=138096&amp;d=1238265540">passwd.txt</a> (25 Bytes, 19 views)</td>
</tr>
</tbody>
</table>
<p></fieldset>Thanks to: <a href="http://www.avsforum.com/avs-vb/showthread.php?p=16143566#post16143566" target="_blank">Vladimir7</a></p>
<p style="text-align: right;"><div style="display: none">VN:F [1.7.2_963]</div><div class="ratingblock "><div class="ratingheader "></div><div class="ratingstars "><div id="article_rater_29" class="ratepost gdsr-oxygen_gif gdsr-size-30"><div class="starsbar gdsr-size-30"><div class="gdouter gdheight"><div id="gdr_vote_a29" style="width: 146.66666666667px;" class="gdinner gdheight"></div><div id="gdr_stars_a29" class="gdsr_rating_as"><a id="gdsrX29X5X0XaXarticle_rater_29Xarticle_loader_29X10X30" title="5 / 5" class="s5" rel="nofollow"></a><a id="gdsrX29X4X0XaXarticle_rater_29Xarticle_loader_29X10X30" title="4 / 5" class="s4" rel="nofollow"></a><a id="gdsrX29X3X0XaXarticle_rater_29Xarticle_loader_29X10X30" title="3 / 5" class="s3" rel="nofollow"></a><a id="gdsrX29X2X0XaXarticle_rater_29Xarticle_loader_29X10X30" title="2 / 5" class="s2" rel="nofollow"></a><a id="gdsrX29X1X0XaXarticle_rater_29Xarticle_loader_29X10X30" title="1 / 5" class="s1" rel="nofollow"></a></div></div></div></div><div id="article_loader_29" style="display: none; width: 150pxpx; " class="ratingloaderarticle"><div class="loader snake " style="height: 30px"><div class="loaderinner" style="padding-top: 5px">please wait...</div></div></div></div><div class="ratingtext "><div id="gdr_text_a29">Rating: 4.9/<strong>5</strong> (9 votes cast)</div></div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wdtvc.com/2009/04/01/setup-guide-for-wd-tv-nfs-sharing-on-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
