<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Linuxmce Hacks and Tips</title>
	<atom:link href="http://linuxmce.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxmce.wordpress.com</link>
	<description>Add intelligence to your home!</description>
	<pubDate>Wed, 28 May 2008 13:58:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Hack #12: Using your own pictures for Screen Saver</title>
		<link>http://linuxmce.wordpress.com/2008/05/28/hack-12-using-your-own-pictures-for-screen-saver/</link>
		<comments>http://linuxmce.wordpress.com/2008/05/28/hack-12-using-your-own-pictures-for-screen-saver/#comments</comments>
		<pubDate>Wed, 28 May 2008 13:56:28 +0000</pubDate>
		<dc:creator>nite_man</dc:creator>
		
		<category><![CDATA[Hacks and Tips]]></category>

		<category><![CDATA[media]]></category>

		<category><![CDATA[photos]]></category>

		<category><![CDATA[screen saver]]></category>

		<guid isPermaLink="false">http://linuxmce.wordpress.com/?p=32</guid>
		<description><![CDATA[As you may know LinuxMCE offers a cool Screen Saver for the media directors. It takes pictures from Flickr and show them on the screen with amusing effects. But for me (ad I suppose many of you) it&#8217;d be much netter to display my own photos instead of of shots of Flickr folks. Thanks to [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As you may know LinuxMCE offers a cool Screen Saver for the media directors. It takes pictures from Flickr and show them on the screen with amusing effects. But for me (ad I suppose many of you) it&#8217;d be much netter to display my own photos instead of of shots of Flickr folks. Thanks to LinuxMCE community there is a way to do that. Just follow by instructions from the wiki article <a href="http://wiki.linuxmce.org/index.php/Use_my_own_pictures_in_the_Screen_Saver">&#8220;Use my own pictures in the Screen Saver&#8221;</a>. It needs a bit manual work. But as results you&#8217;ll able to admire your favourite photos.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmce.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmce.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmce.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmce.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmce.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmce.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmce.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmce.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmce.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmce.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmce.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmce.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmce.wordpress.com&blog=1533511&post=32&subd=linuxmce&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxmce.wordpress.com/2008/05/28/hack-12-using-your-own-pictures-for-screen-saver/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/linuxmce-128.jpg" medium="image">
			<media:title type="html">nite_man</media:title>
		</media:content>
	</item>
		<item>
		<title>Hack #10: Custom partitioning with DVD installation</title>
		<link>http://linuxmce.wordpress.com/2008/04/30/hack-10-custom-partitioning-with-dvd-installation/</link>
		<comments>http://linuxmce.wordpress.com/2008/04/30/hack-10-custom-partitioning-with-dvd-installation/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 15:09:55 +0000</pubDate>
		<dc:creator>nite_man</dc:creator>
		
		<category><![CDATA[Hacks and Tips]]></category>

		<category><![CDATA[DVD]]></category>

		<category><![CDATA[installation. HDD]]></category>

		<category><![CDATA[partition]]></category>

		<guid isPermaLink="false">http://linuxmce.wordpress.com/?p=31</guid>
		<description><![CDATA[AS you may know DVD installation doesn&#8217;t allow to create a custom partition. Actually installer makes following partitions on the HDD:
sda1 = / (everything except the last 12GB)
sda5 = swap (2GB)
sda6 = /mnt/recovery (10GB)
But there is a way to create the custom partition structure. AS the first step you should manually partition your HDD using [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>AS you may know DVD installation doesn&#8217;t allow to create a custom partition. Actually installer makes following partitions on the HDD:</p>
<p><code>sda1 = / (everything except the last 12GB)<br />
sda5 = swap (2GB)<br />
sda6 = /mnt/recovery (10GB)</code></p>
<p>But there is a <a href="http://wiki.linuxmce.org/index.php/DVD_Install_And_Custom_Partitions">way</a> to create the custom partition structure. AS the first step you should manually partition your HDD using some LiveCD. After that do following:</p>
<p><code>mount /dev/sda1 /media/target<br />
mkdir /media/target/etc<br />
touch /media/target/etc/pluto.conf</code></p>
<p>Then restart your PC. LinuxMCE installer should detect previous installation and gives you two options: install from the scratch or do upgrade. If you choose upgrade the system will be installed on your partition structure.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmce.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmce.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmce.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmce.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmce.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmce.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmce.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmce.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmce.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmce.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmce.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmce.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmce.wordpress.com&blog=1533511&post=31&subd=linuxmce&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxmce.wordpress.com/2008/04/30/hack-10-custom-partitioning-with-dvd-installation/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/linuxmce-128.jpg" medium="image">
			<media:title type="html">nite_man</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip #16: Howto manage Xine subtitles fonts</title>
		<link>http://linuxmce.wordpress.com/2008/04/30/tip-16-howto-manage-xine-subtitles-fonts/</link>
		<comments>http://linuxmce.wordpress.com/2008/04/30/tip-16-howto-manage-xine-subtitles-fonts/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 15:00:10 +0000</pubDate>
		<dc:creator>nite_man</dc:creator>
		
		<category><![CDATA[entertainment]]></category>

		<category><![CDATA[media]]></category>

		<category><![CDATA[font]]></category>

		<category><![CDATA[Subtitles]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[xine]]></category>

		<guid isPermaLink="false">http://linuxmce.wordpress.com/?p=30</guid>
		<description><![CDATA[If you&#8217;re not satisfy with fonts of subtitles you can install new ones and tell Xine use them instead of defaults. Basically, embedded into LinuxMCE Xine lookups fonts in the directory /opt/libxine/share/xine/libxine1/fonts. Put new fonts there and edit Xine config file /etc/pluto/xine.conf as follows:
subtitles.separate.font:&#60;name of the installed font&#62;
As example, you can use that:
subtitles.separate.font:sans
Additionally, you can [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you&#8217;re not satisfy with fonts of subtitles you can <a href="http://wiki.linuxmce.org/index.php/Adding_Xine_subtitle_fonts">install</a> new ones and tell Xine use them instead of defaults. Basically, embedded into LinuxMCE Xine lookups fonts in the directory <strong>/opt/libxine/share/xine/libxine1/fonts</strong>. Put new fonts there and edit Xine config file /etc/pluto/xine.conf as follows:<br />
<code>subtitles.separate.font:&lt;name of the installed font&gt;</code><br />
As example, you can use that:<br />
<code>subtitles.separate.font:sans</code><br />
Additionally, you can specify your own encoding:<br />
<code>subtitles.separate.src_encoding:iso-8859-1</code><br />
Just replace <strong>iso-8859-1</strong> by desired value.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmce.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmce.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmce.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmce.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmce.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmce.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmce.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmce.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmce.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmce.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmce.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmce.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmce.wordpress.com&blog=1533511&post=30&subd=linuxmce&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxmce.wordpress.com/2008/04/30/tip-16-howto-manage-xine-subtitles-fonts/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/linuxmce-128.jpg" medium="image">
			<media:title type="html">nite_man</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip #15: Howto configure internet Radio in LinuxMCE</title>
		<link>http://linuxmce.wordpress.com/2008/03/07/tip-15-howto-configure-internet-radio-in-linuxmce/</link>
		<comments>http://linuxmce.wordpress.com/2008/03/07/tip-15-howto-configure-internet-radio-in-linuxmce/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 14:00:49 +0000</pubDate>
		<dc:creator>nite_man</dc:creator>
		
		<category><![CDATA[Internet radio]]></category>

		<category><![CDATA[entertainment]]></category>

		<category><![CDATA[media]]></category>

		<category><![CDATA[scenarios]]></category>

		<guid isPermaLink="false">http://linuxmce.wordpress.com/?p=29</guid>
		<description><![CDATA[LinuxMCE doesn&#8217;t support Internet Radio directly. You can use Sqeezebox or this tip to configure and listen it. The idea is to create a media scenario for desire radio station and assign it to specified entertainment area. 
There is a few notes regarding to playback internet radio content. But they can be solved easily till [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>LinuxMCE doesn&#8217;t support Internet Radio directly. You can use Sqeezebox or this <a href="http://wiki.linuxmce.org/index.php/Internet_Radio">tip</a> to configure and listen it. The idea is to create a media scenario for desire radio station and assign it to specified entertainment area. </p>
<p>There is a few notes regarding to playback internet radio content. But they can be solved easily till developers fix them in the next version.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmce.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmce.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmce.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmce.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmce.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmce.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmce.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmce.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmce.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmce.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmce.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmce.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmce.wordpress.com&blog=1533511&post=29&subd=linuxmce&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxmce.wordpress.com/2008/03/07/tip-15-howto-configure-internet-radio-in-linuxmce/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/linuxmce-128.jpg" medium="image">
			<media:title type="html">nite_man</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip #14: Useful shortkeys to change video connection type</title>
		<link>http://linuxmce.wordpress.com/2008/03/06/tip-14-useful-shortkeys-to-change-video-connection-type/</link>
		<comments>http://linuxmce.wordpress.com/2008/03/06/tip-14-useful-shortkeys-to-change-video-connection-type/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 14:56:48 +0000</pubDate>
		<dc:creator>nite_man</dc:creator>
		
		<category><![CDATA[AVWizard]]></category>

		<category><![CDATA[installation]]></category>

		<category><![CDATA[shortkeys]]></category>

		<category><![CDATA[hot keys]]></category>

		<guid isPermaLink="false">http://linuxmce.wordpress.com/?p=28</guid>
		<description><![CDATA[By default, the AV Wizard has the resolution 640&#215;480 on VGA. This is not so good in case if your box is connected directly to TV. But there is a way to avoid connection VGA monitor to choose right connection. Just use following shorkeys: 1=DVI, 2=VGA, 3=Component, 4=Composite, 5=S-Video. To choose a resolution you have [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>By default, the AV Wizard has the resolution 640&#215;480 on VGA. This is not so good in case if your box is connected directly to TV. But there is a <a href="http://wiki.linuxmce.org/index.php/AVWizard_running_steps">way</a> to avoid connection VGA monitor to choose right connection. Just use following shorkeys: 1=DVI, 2=VGA, 3=Component, 4=Composite, 5=S-Video. To choose a resolution you have to press the keys from 6 to 0 - 6=640&#215;480, 7=1024&#215;768, 8=720p, 9=1080i, 0=1080p.</p>
<p><strong><em>Note:  for choosing the resolution and connector you have to be in the initial screen of AV Wizard!</em></strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmce.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmce.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmce.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmce.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmce.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmce.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmce.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmce.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmce.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmce.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmce.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmce.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmce.wordpress.com&blog=1533511&post=28&subd=linuxmce&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxmce.wordpress.com/2008/03/06/tip-14-useful-shortkeys-to-change-video-connection-type/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/linuxmce-128.jpg" medium="image">
			<media:title type="html">nite_man</media:title>
		</media:content>
	</item>
		<item>
		<title>Hack #9: Use VDR on the media director</title>
		<link>http://linuxmce.wordpress.com/2008/03/06/hack-9-use-vdr-on-the-media-director/</link>
		<comments>http://linuxmce.wordpress.com/2008/03/06/hack-9-use-vdr-on-the-media-director/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 14:48:47 +0000</pubDate>
		<dc:creator>nite_man</dc:creator>
		
		<category><![CDATA[Hacks and Tips]]></category>

		<category><![CDATA[TV]]></category>

		<category><![CDATA[VDR]]></category>

		<category><![CDATA[entertainment]]></category>

		<category><![CDATA[media]]></category>

		<category><![CDATA[media director]]></category>

		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://linuxmce.wordpress.com/?p=27</guid>
		<description><![CDATA[LinuxMCE includes support of VDR since 0710 Beta 3. But the integration is done for core/hybrid only. To be able watch TV on the media director you should make a simple hack (thanks to Rafik):

Move original binary file plutovdr to plutovdr.orig, for example
sudo mv /usr/bin/plutovdr /usr/bin/plutovdr.orig
create a wrapper for VDR:
sudo vim /usr/bin/plutovdr
and put following content [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>LinuxMCE includes support of VDR since 0710 Beta 3. But the integration is done for core/hybrid only. To be able watch TV on the media director you should make a simple hack (thanks to <a href="http://forum.linuxmce.org/index.php?topic=3878.msg22252#msg22252">Rafik</a>):</p>
<ul>
<li>Move original binary file plutovdr to plutovdr.orig, for example<br />
<code>sudo mv /usr/bin/plutovdr /usr/bin/plutovdr.orig</code></li>
<li>create a wrapper for VDR:<br />
<code>sudo vim /usr/bin/plutovdr</code><br />
and put following content there:<br />
<code>#!/bin/sh<br />
plutovdr.orig dcerouter $* 2&gt;/dev/null 1&gt;/dev/null</code></li>
</ul>
<p>AS result you&#8217;ll able to watch the same channel as on the core/hybrid. But it&#8217;s better then nothing. Hope that LinucMCE developers will implement full integration with VDR soon.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmce.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmce.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmce.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmce.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmce.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmce.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmce.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmce.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmce.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmce.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmce.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmce.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmce.wordpress.com&blog=1533511&post=27&subd=linuxmce&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxmce.wordpress.com/2008/03/06/hack-9-use-vdr-on-the-media-director/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/linuxmce-128.jpg" medium="image">
			<media:title type="html">nite_man</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip #13: Add goup of IR codes for A/V equipment</title>
		<link>http://linuxmce.wordpress.com/2008/02/12/tip-13-add-goup-of-ir-codes-for-av-equipment/</link>
		<comments>http://linuxmce.wordpress.com/2008/02/12/tip-13-add-goup-of-ir-codes-for-av-equipment/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 14:37:02 +0000</pubDate>
		<dc:creator>nite_man</dc:creator>
		
		<category><![CDATA[GC100]]></category>

		<category><![CDATA[Hacks and Tips]]></category>

		<category><![CDATA[IR]]></category>

		<category><![CDATA[entertainment]]></category>

		<category><![CDATA[media]]></category>

		<category><![CDATA[0710]]></category>

		<category><![CDATA[A/V]]></category>

		<category><![CDATA[Beta 3]]></category>

		<guid isPermaLink="false">http://linuxmce.wordpress.com/?p=26</guid>
		<description><![CDATA[The lats build of 0710 Beta 3 contains a very useful feature to add appropriate group of IR codes for your A/V equipment. Before there were two possibilities: to copy-and-paste from somewhere and choose some group from the LinuxMCE set. But the difficulty was in figuring out what group should be chosen. Now as I [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The lats build of 0710 Beta 3 contains a very useful feature to add appropriate group of IR codes for your A/V equipment. Before there were two possibilities: to copy-and-paste from somewhere and choose some group from the LinuxMCE set. But the difficulty was in figuring out what group should be chosen. Now as I already mentioned the situation is changed. There is a possibility to send specified command directly from the page which contains available groups of IR codes. Just don&#8217;t forget to assign one of supported IR transmitters to the A/V device before choosing the group.</p>
<p>It&#8217;s definitely useful feature. I spent just a few minutes to find appropriate IR group for my TV!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmce.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmce.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmce.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmce.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmce.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmce.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmce.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmce.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmce.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmce.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmce.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmce.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmce.wordpress.com&blog=1533511&post=26&subd=linuxmce&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxmce.wordpress.com/2008/02/12/tip-13-add-goup-of-ir-codes-for-av-equipment/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/linuxmce-128.jpg" medium="image">
			<media:title type="html">nite_man</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip #12: Play DivX with Subtitles</title>
		<link>http://linuxmce.wordpress.com/2008/02/01/tip-12-play-divx-with-subtitles/</link>
		<comments>http://linuxmce.wordpress.com/2008/02/01/tip-12-play-divx-with-subtitles/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 14:45:32 +0000</pubDate>
		<dc:creator>nite_man</dc:creator>
		
		<category><![CDATA[Hacks and Tips]]></category>

		<category><![CDATA[DivX]]></category>

		<category><![CDATA[Subtitles]]></category>

		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://linuxmce.wordpress.com/?p=25</guid>
		<description><![CDATA[One good feature is going to be added into LinuxMCE 0710. It&#8217;s a possibility to playback DivX movies with subtitles. The media player expects to have file with subtitles in the same directory as DivX and with the same name but with one of following extensions: *.asc, *.txt, *.sub, *.srt, *.smi and *.ssa. For example, [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>One good feature is going to be added into LinuxMCE 0710. It&#8217;s a possibility to playback DivX movies with subtitles. The media player expects to have file with subtitles in the same directory as DivX and with the same name but with one of following extensions: <em>*.asc, *.txt, *.sub, *.srt, *.smi</em> and <em>*.ssa</em>. For example, if we have DivX file The_Troy.avi, the file with subtitles should be named The_Troy.avi.srt and placed in the same directory.</p>
<p>A few configuration parameters are available in the <em>/etc/pluto/xine.conf</em> to customize  subtitles font, size, encoding type. You can find them <a href="http://wiki.linuxmce.org/index.php/Subtitles_Support">here</a>.</p>
<p>Unfortunately, that feature is not yet included into LinuxMCE 0710 Beta 3.</p>
<p><strong>UPDATED:</strong> It should work in LinuxMCE 0710 Beta 4!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmce.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmce.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmce.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmce.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmce.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmce.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmce.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmce.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmce.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmce.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmce.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmce.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmce.wordpress.com&blog=1533511&post=25&subd=linuxmce&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxmce.wordpress.com/2008/02/01/tip-12-play-divx-with-subtitles/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/linuxmce-128.jpg" medium="image">
			<media:title type="html">nite_man</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip #10: Tune Nokia770 for LinuxMCE Orbiter</title>
		<link>http://linuxmce.wordpress.com/2007/12/21/tip-10-tune-nokia770-for-linuxmce-orbiter/</link>
		<comments>http://linuxmce.wordpress.com/2007/12/21/tip-10-tune-nokia770-for-linuxmce-orbiter/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 10:50:24 +0000</pubDate>
		<dc:creator>nite_man</dc:creator>
		
		<category><![CDATA[Hacks and Tips]]></category>

		<category><![CDATA[linuxmce]]></category>

		<category><![CDATA[Nokia770]]></category>

		<category><![CDATA[tip]]></category>

		<category><![CDATA[tune]]></category>

		<guid isPermaLink="false">http://linuxmce.wordpress.com/2007/12/21/tip-10-tune-nokia770-for-linuxmce-orbiter/</guid>
		<description><![CDATA[I know many cases when people claim that Nokia770 work unstable as LinuxMCE Orbiter. Here is you can find a few simple suggestions to tune your Nokia770 to make it more reliable as LinuxMCE Orbiter.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I know many cases when people claim that Nokia770 work unstable as LinuxMCE Orbiter. <a href="http://smart-home-blog.com/archives/886">Here</a> is you can find a few simple suggestions to tune your Nokia770 to make it more reliable as LinuxMCE Orbiter.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmce.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmce.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmce.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmce.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmce.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmce.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmce.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmce.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmce.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmce.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmce.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmce.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmce.wordpress.com&blog=1533511&post=24&subd=linuxmce&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxmce.wordpress.com/2007/12/21/tip-10-tune-nokia770-for-linuxmce-orbiter/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/linuxmce-128.jpg" medium="image">
			<media:title type="html">nite_man</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip #9: Suspend your MD</title>
		<link>http://linuxmce.wordpress.com/2007/12/21/tip-9-suspend-your-md/</link>
		<comments>http://linuxmce.wordpress.com/2007/12/21/tip-9-suspend-your-md/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 10:46:54 +0000</pubDate>
		<dc:creator>nite_man</dc:creator>
		
		<category><![CDATA[Hacks and Tips]]></category>

		<category><![CDATA[energy]]></category>

		<category><![CDATA[media director]]></category>

		<category><![CDATA[suspend]]></category>

		<guid isPermaLink="false">http://linuxmce.wordpress.com/2007/12/21/tip-9-suspend-your-md/</guid>
		<description><![CDATA[In some cases you may want to switch OFF your media director (MD) if you don&#8217;t need to to save energy, for example. But it takes some time to boot when you want watch TV. As alternative MD can be suspended instead of shutdown. The brief explanation how to do it can be found here.
 [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In some cases you may want to switch OFF your media director (MD) if you don&#8217;t need to to save energy, for example. But it takes some time to boot when you want watch TV. As alternative MD can be suspended instead of shutdown. The brief explanation how to do it can be found <a href="http://wiki.linuxmce.com/index.php/Suspend">here</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmce.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmce.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmce.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmce.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmce.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmce.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmce.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmce.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmce.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmce.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmce.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmce.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmce.wordpress.com&blog=1533511&post=23&subd=linuxmce&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxmce.wordpress.com/2007/12/21/tip-9-suspend-your-md/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/linuxmce-128.jpg" medium="image">
			<media:title type="html">nite_man</media:title>
		</media:content>
	</item>
	</channel>
</rss>