<?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>Chuckles’ Blog or Chog, or maybe Bluckles &#187; mythtv</title>
	<atom:link href="http://blog.chuckles34.net/category/mythtv/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chuckles34.net</link>
	<description>As you'll see, i can waste a lot of time</description>
	<lastBuildDate>Thu, 24 Dec 2009 14:02:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Delving into MythTV</title>
		<link>http://blog.chuckles34.net/2008/02/22/delving-into-mythtv</link>
		<comments>http://blog.chuckles34.net/2008/02/22/delving-into-mythtv#comments</comments>
		<pubDate>Fri, 22 Feb 2008 02:17:34 +0000</pubDate>
		<dc:creator>Chuckles</dc:creator>
				<category><![CDATA[media pc]]></category>
		<category><![CDATA[mythtv]]></category>

		<guid isPermaLink="false">http://blog.chuckles34.net/2008/02/22/delving-into-mythtv</guid>
		<description><![CDATA[A few weeks ago my media pc decided it has had enough of the hard life it was leading and died, rather quietly but with much annoyance to myself. Instead of rushing and buying replacement motherboard and cpu I&#8217;ve taken the more economic response and a) done without the pc and b) investigate my options [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago my <a href="/category/media-pc" title="View all posts filed under media pc">media pc</a> decided it has had enough of the hard life it was leading and died, rather quietly but with much annoyance to myself.</p>
<p>Instead of rushing and buying replacement motherboard and cpu I&#8217;ve taken the more economic response and a) done without the pc and b) investigate my options for fixing it. During this time I was offered an old celeron micro ATX that Dave (of <a href="http://blog.kayosdesign.com/" target="_blank" rel="acquaintance met" title="Dedicated to pointless shite">Dave’s Occasional Brainfart</a>) had lying around. It gave me the chance to at least have a second internet access point around the place (I&#8217;m down to 1 laptop and 3 carcasses lying in the corner).</p>
<p>The original pc use to run windows xp home (I know, I know&#8230;.) purely because i used the awesome tv recorder <a href="http://www.bluebit.com.au/" title="DVB Web Scheduler" target="_blank">DVB Web Scheduler</a>. Web Scheduler was originally and open source application but it is now closed (as of version 5 i think). The news that someone ported the older version 4 code across to Linux means that if I did want to continue with Web Scheduler I wasn&#8217;t necessarily bound to windows, so I decided, while I&#8217;m looking at moving my media needs to Linux I may as well take another look at MythTV.</p>
<p>To be honest the last time I tried MythTV, the problems I had were with getting the DVB capture card up and running not MythTV itself. I have <a href="http://www.fusionhdtv.co.kr/ENG/Products/#dvbt" title="DVICO products" target="_blank">DVICO Fusion Pro</a>, great card but at the time its Linux support was limited, now however the setup went very smoothly. The distribution I&#8217;m using is Ubuntu Gutsy and using the instructions <a href="https://help.ubuntu.com/community/DViCO_Dual_Digital_4" title="Ubuntu DVICO DVB instructions" target="_blank">here</a> and <a href="http://www.itee.uq.edu.au/~chrisp/Linux-DVB/DVICO/" title="Linux Driver for DVICO card" target="_blank">here</a>. The basic steps I took were:</p>
<p>1. Make sure required software was installed<br />
<code>sudo apt-get install mercurial <a href="/category/linux" title="View all posts filed under linux">linux</a>-headers-generic build-essential</code><br />
2. Obtain source code from Chris Pascoe&#8217;s branch of repository<br />
<code>hg clone http://<a href="/category/linux" title="View all posts filed under linux">linux</a>tv.org/hg/~pascoe/xc-test/</code><br />
3. Compile and install driver<br />
<code>cd xc-test<br />
make<br />
sudo make install</code><br />
4.  Download and install firmware<br />
<code>cd /lib/firmware<br />
wget http://www.<a href="/category/linux" title="View all posts filed under linux">linux</a>tv.org/downloads/firmware/dvb-usb-bluebird-01.fw<br />
wget http://www.itee.uq.edu.au/~chrisp/Linux-DVB/DVICO/xc3028-dvico-au-01.fw<br />
wget http://www.itee.uq.edu.au/~chrisp/Linux-DVB/DVICO/dvb-usb-bluebird-02.fw</code><br />
I then used the <a href="http://www.linuxtv.org/wiki/index.php/Testing_your_DVB_device" title="Linux DVB Device testing" target="_blank">LinuxTV.org</a> instructions for testing the card. All went smoothly and I could scan the channels.</p>
<p>Installing MythTV was a breeze, just use Ubuntu&#8217;s packages (instructions <a href="https://help.ubuntu.com/community/MythTV" title="Ubuntu MythTV documentation" target="_blank">here</a>), I had some trouble with setting up my xml electronic program guide. Even though xmltv was install, no xml grabbers whereappearing in MythTV for me to select. The problem ended up being that becasue the cpu was so slow the script to find all of the xml grabbers was taking too long and MythTV was discarding the process and continuing. My solution was to delete all of the xml grabbers except the one I wanted.</p>
<p>I did most of my playing with the myth-web plugin and basically it does everything I wanted, you can schedule recordings, apply jobs to the recordings (transcoding etc) and download the recording and its all password protected. The <a href="/category/music" title="View all posts filed under music">music</a> interface didn&#8217;t impress me that much but I have yet to find a network <a href="/category/music" title="View all posts filed under music">music</a> solution I&#8217;ve settled on yet (although now that its a Linux system I will play around with Xmms some more).</p>
<p>So bottom line, MythTV looks like my solution for a <a href="/category/media-pc" title="View all posts filed under media pc">media pc</a> with digital tv recording for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chuckles34.net/2008/02/22/delving-into-mythtv/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
