<?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>pixelchaos.net &#187; MythTV</title>
	<atom:link href="http://www.pixelchaos.net/category/mythtv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pixelchaos.net</link>
	<description>random bits for your terminal</description>
	<lastBuildDate>Tue, 29 Sep 2009 11:38:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Prune old mythtv channels</title>
		<link>http://www.pixelchaos.net/2008/10/12/prune-old-mythtv-channels/</link>
		<comments>http://www.pixelchaos.net/2008/10/12/prune-old-mythtv-channels/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 00:19:05 +0000</pubDate>
		<dc:creator>jcl</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://www.pixelchaos.net/?p=73</guid>
		<description><![CDATA[Looking for a way to bulk remove channels that I&#8217;ve delselected in my channel lineup at Schedules Direct, I happened upon this blog post. Seems to work great :)
For the impatient, the important bit is this:
DELETE channel,program FROM channel NATURAL LEFT JOIN program WHERE program.title IS NULL;
]]></description>
			<content:encoded><![CDATA[<p>Looking for a way to bulk remove channels that I&#8217;ve delselected in my channel lineup at Schedules Direct, I happened upon <a title="this blog post" href="http://www.ilikelinux.com/tips-and-howtos/tips-for-using-mysql-with-mythtv/trackback" target="_blank">this blog post</a>. Seems to work great :)</p>
<p>For the impatient, the important bit is this:</p>
<p><code>DELETE channel,program FROM channel NATURAL LEFT JOIN program WHERE program.title IS NULL;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelchaos.net/2008/10/12/prune-old-mythtv-channels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set up a bluetooth keyboard in Debian Etch</title>
		<link>http://www.pixelchaos.net/2008/09/26/set-up-a-bluetooth-keyboard-in-debian-etch/</link>
		<comments>http://www.pixelchaos.net/2008/09/26/set-up-a-bluetooth-keyboard-in-debian-etch/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 11:29:55 +0000</pubDate>
		<dc:creator>jcl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://www.pixelchaos.net/?p=71</guid>
		<description><![CDATA[I recently purchased a new Apple Wireless Bluetooth Keyboard for use with MythTV. The choice of input device for MythTV is a very subjective thing to be sure, but I love this device because its as small as it can be without feeling cramped, its thin, light weight, and stylish.
Setting the device up to work [...]]]></description>
			<content:encoded><![CDATA[<p>I recently purchased a new Apple Wireless Bluetooth Keyboard for use with MythTV. The choice of input device for MythTV is a very subjective thing to be sure, but I love this device because its as small as it can be without feeling cramped, its thin, light weight, and stylish.</p>
<p>Setting the device up to work with Debian Etch is fairly straightforward once you know what to do</p>
<p><span id="more-71"></span></p>
<p>Obviously, you need a motherboard with built-in Bluetooth or a USB Bluetooth receiver. Once you have that, lets install the software you&#8217;ll need:</p>
<pre class="brush: plain;">apt-get install bluez-utils bluez-gnome</pre>
<p>Now we need to figure out the Bluetooth address of the keyboard:</p>
<pre class="brush: plain;">
user@host:~$ hcitool scan
Scanning ...
        00:23:41:D4:42:78       laptop
        00:27:E2:A1:3F:E5       Apple Wireless Keyboard
</pre>
<p>Now that you have the Bluetooth address of the keyboard, lets modify the following lines in /etc/default/bluetooth:</p>
<pre class="brush: plain;">
HIDD_ENABLED=1
HIDD_OPTIONS=&quot;--master --connect $(bluetooth addr) --server&quot;
</pre>
<p>Next you&#8217;ll add a new section to /etc/bluetooth/hcid.conf for the keyboard:</p>
<pre class="brush: plain;">
device $(bluetooth addr) {
    name &quot;Apple Wireless Keyboard&quot;;
    auth enable;
    encrypt enable;
}
</pre>
<p>At this point you can pair the keyboard. Since I use fluxbox on my MythTV frontend computers I manually start the required applets, etc.</p>
<ul>
1. Start window manager<br />
2. As the logged in user, run &#8220;bluetooth-applet&#8221;<br />
3. Power cycle the Bluetooth keyboard<br />
4. As root, execute &#8220;hidd &#8211;connect $(keyboard addr)<br />
5. Type a PIN number on bluetooth keyboard (i.e. 1234) then hit return<br />
6. The bluetooth applet will start flashing in the window manager.<br />
7. Click the bluetooth applet and enter the same PIN in the dialog that pops up</ul>
<p>That should be it. You now have a working wireless keyboard :-)</p>
<p>If anyone knows of a way to do this entirely on the command line, bypassing the window manager and bluetooth-applet entirely, I&#8217;d love to hear it.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelchaos.net/2008/09/26/set-up-a-bluetooth-keyboard-in-debian-etch/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MythTV for Mac OS X</title>
		<link>http://www.pixelchaos.net/2007/06/20/mythtv-for-mac-os-x/</link>
		<comments>http://www.pixelchaos.net/2007/06/20/mythtv-for-mac-os-x/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 00:28:18 +0000</pubDate>
		<dc:creator>jcl</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://www.pixelchaos.net/index.php/2007/06/20/mythtv-for-mac-os-x/</guid>
		<description><![CDATA[This is a build of MythTV 0.20, svn revision 12662. Both the front end itself as well as the full MythTV package are included. This build is for Intel Mac&#8217;s only. If there is enough demand I will make one for PowerPC.
Be aware that I have not actually used the MythTV server portion on Mac [...]]]></description>
			<content:encoded><![CDATA[<p>This is a build of <a href="http://www.mythtv.org" target="_blank">MythTV</a> 0.20, svn revision 12662. Both the front end itself as well as the full MythTV package are included. This build is for Intel Mac&#8217;s only. If there is enough demand I will make one for PowerPC.</p>
<p>Be aware that I have not actually used the MythTV server portion on <a href="http://www.apple.com/macosx" target="_blank">Mac OS X</a>. I do use this MythFrontend build on a regular basis however.</p>
<p><a href="http://www.pixelchaos.net/wp-content/uploads/2007/06/mythfrontend_020012662.zip" title="MythFrontend 0.20.0.12662">MythFrontend 0.20.0.12662<br />
</a><a href="http://www.pixelchaos.net/wp-content/uploads/2007/06/mythtv_02012662.zip" title="MythTV 0.20.12662">MythTV 0.20.12662</a><a href="http://www.pixelchaos.net/wp-content/uploads/2007/06/mythfrontend_020012662.zip" title="MythFrontend 0.20.0.12662"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelchaos.net/2007/06/20/mythtv-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
