<?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>Marshall&#039;s Weblog &#187; MythTv</title>
	<atom:link href="http://www.mickelson.org/category/mythtv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mickelson.org</link>
	<description>Embiggen Your Mind</description>
	<lastBuildDate>Wed, 08 Sep 2010 14:13:36 +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>MythMusic, Mac OS X, and iTunes</title>
		<link>http://www.mickelson.org/2006/11/07/mythmusic-mac-os-x-and-itunes/</link>
		<comments>http://www.mickelson.org/2006/11/07/mythmusic-mac-os-x-and-itunes/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 04:02:26 +0000</pubDate>
		<dc:creator>Marshall</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[MythTv]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.mickelson.org/2006/11/07/mythmusic-mac-os-x-and-itunes/</guid>
		<description><![CDATA[Tonight I set out to sync my iTunes library up with MythTV. I have been wanting to create some playlists on the Myth box, but I find the playlist &#8220;editor&#8221; (if you can even call it that) for MythMusic just a bit kluggy. I found the script that is embedded in this post which will [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight I set out to sync my iTunes library up with MythTV. I have been wanting to create some playlists on the Myth box, but I find the playlist &#8220;editor&#8221; (if you can even call it that) for MythMusic just a bit kluggy. I found the script that is embedded in <a href="http://simonster.com/mt/archives/000038.html">this post</a> which will take an iTunes xml database file and create corresponding playlists in the MythTV database, but in order to try it out, I needed to update the Music folder on the Myth box with the music on my Powerbook. Enter this <a href="http://www.macosxhints.com/article.php?story=20040927151426616&#038;query=rsync%20itunes">nice tip</a>. I simply mounted the Myth box on the Powerbook, tweaked a few parameters in the <code>rsync</code> command and off it went.</p>
<p><em>Update&#8230;</em><br />
I had to modify the original script for Myth 0.20. You can find my updated script <a href="http://www.mickelson.org/files/scripts/mythtv-itunes.pl">here</a>. (Right click and choose Save As&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mickelson.org/2006/11/07/mythmusic-mac-os-x-and-itunes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MythTV: Episode III &#8211; Revenge of the Myth</title>
		<link>http://www.mickelson.org/2006/04/16/mythtv-episode-iii-revenge-of-the-myth/</link>
		<comments>http://www.mickelson.org/2006/04/16/mythtv-episode-iii-revenge-of-the-myth/#comments</comments>
		<pubDate>Sun, 16 Apr 2006 06:07:49 +0000</pubDate>
		<dc:creator>Marshall</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MythTv]]></category>

		<guid isPermaLink="false">http://www.mickelson.org/2006/04/16/mythtv-episode-iii-revenge-of-the-myth/</guid>
		<description><![CDATA[Well, today was a looooong day of configuring stuff. I got around to purchasing a wireless keyboard and mouse as well as a S/PDIF cable to connect the DVD drive to the soundcard digitally. I embarked on what I figured would be the most difficult and time consuming part (and what I think was the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, today was a looooong day of configuring stuff. I got around to purchasing a wireless keyboard and mouse as well as a S/PDIF cable to connect the DVD drive to the soundcard digitally. I embarked on what I figured would be the most difficult and time consuming part (and what I think was the most important part) of my MythTV journey, configuring the sound. I have a good digital receiver and I wanted DVD&#8217;s to play at 5.1 surround or AC3 or DTS, whatever the DVD disc supported. After hours or reading forums and blogs around the net, I came to a point where I thought I had everything configured. So the next thing to do was to attemp to hook the Myth box into the stereo and TV. As soon as I turned it on, I saw the computer POST on my TV. All was going well so far. I started up X and attempted to play a DVD and got no sound, so I went into <code>alsamixer</code> and started messing with some settings until the DVD was playing through my stereo system. Something was still wrong though, I was only getting 2 channel audio. I quick Google search landed me with this command:</p>
<pre>mplayer -ac hwac3,hwdts, -fs -zoom -quiet -vo xv %s</pre>
<p><code>mplayer</code> was now sending AC3 audio through the pass-through in the sound card and the receiver was chewing it up and spittin out 5.1 glorious channels of dolby digital sound!</p>
<p>All fine and dandy, right? Wrong. I wanted to use <code>xine</code> for DVD playback as it supports DVD Menus and <code>mplayer</code> does not. Another quick Google search (there were countless ones today) and I had a command which would work with <code>xine</code> &#8212; except it didn&#8217;t. After reading about audio all day, I knew I had to putz around with my <code>xine</code> config and possibly my <code>/etc/asound.conf</code> file. 2 hours later, here is what I came up with:</p>
<p style="font-style: italic">asound.conf file</p>
<pre>
pcm.cmipci {
        type hw
        card 0
}

ctl.cmipci {
        type hw
        card 0
}

pcm.!default {
        type plug
        slave { pcm "spdif" }
}
</pre>
<p style="font-style: italic">.xine/config</p>
<pre>audio.output.speaker_arrangement:Pass Through</pre>
<p>The <code>xine</code> config file tells it to pass all audio through to the receiver. Now I can launch a DVD using this command:</p>
<pre>xine -pfhq --no-splash dvd:/</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mickelson.org/2006/04/16/mythtv-episode-iii-revenge-of-the-myth/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MythTv: Eposide II &#8211; Attack of the Masked Packages</title>
		<link>http://www.mickelson.org/2006/04/14/mythtv-eposide-ii-attack-of-the-masked-packages/</link>
		<comments>http://www.mickelson.org/2006/04/14/mythtv-eposide-ii-attack-of-the-masked-packages/#comments</comments>
		<pubDate>Sat, 15 Apr 2006 04:18:34 +0000</pubDate>
		<dc:creator>Marshall</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MythTv]]></category>

		<guid isPermaLink="false">http://www.mickelson.org/2006/04/14/mythtv-eposide-ii-attack-of-the-masked-packages/</guid>
		<description><![CDATA[Spent the day compiling Gnome and a few other things. I ran into a little snaffu when Mozilla wouldn&#8217;t compile. It would crap out complaining that it only supports 32 Bit ELF files. Turns out I had a mysterious x86 USE flag littering my make.conf file. After I deleted it, all compilations went fine. Next [...]]]></description>
			<content:encoded><![CDATA[<p>Spent the day compiling Gnome and a few other things. I ran into a little snaffu when Mozilla wouldn&#8217;t compile. It would crap out complaining that it only supports 32 Bit ELF files. Turns out I had a mysterious x86 USE flag littering my <code>make.conf</code> file. After I deleted it, all compilations went fine. Next up is the MythTV build. Version 0.19 is masked in Portage so I set these options in the <code>/etc/portage/package.keywords</code> and 0.19 was on its way.</p>
<pre>
media-tv/mythtv ~amd64
x11-themes/mythtv-themes ~amd64
media-plugins/mythbrowser ~amd64
media-plugins/mythvideo ~amd64
media-plugins/mythnews ~amd64
media-plugins/mythmusic ~amd64
media-plugins/mythgallery ~amd64
media-plugins/mythcontrols ~amd64
media-plugins/mythweather ~amd64
www-apps/mythweb ~amd64
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mickelson.org/2006/04/14/mythtv-eposide-ii-attack-of-the-masked-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MythTv: Episode 1 &#8211; The Phantom Menace</title>
		<link>http://www.mickelson.org/2006/04/13/mythtv-episode-1-the-phantom-menace/</link>
		<comments>http://www.mickelson.org/2006/04/13/mythtv-episode-1-the-phantom-menace/#comments</comments>
		<pubDate>Fri, 14 Apr 2006 02:37:14 +0000</pubDate>
		<dc:creator>Marshall</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MythTv]]></category>

		<guid isPermaLink="false">http://www.mickelson.org/2006/04/13/mythtv-episode-1-the-phantom-menace/</guid>
		<description><![CDATA[So I finally broke down and purchased the parts to build a MythTV box. I got a nice Antec Overture II case and an Athlon64 3000+ to power it. Assembling all of the pieces took longer then I thought as I had to remove the motherboard twice, once to attach the processor fan correctly, and [...]]]></description>
			<content:encoded><![CDATA[<p>So I finally broke down and purchased the parts to build a <a href="http://www.mythtv.org/">MythTV</a> box. I got a nice <a href="http://www.antec.com/us/productDetails.php?ProdID=15730#">Antec Overture II</a> case and an Athlon64 3000+ to power it. Assembling all of the pieces took longer then I thought as I had to remove the motherboard twice, once to attach the processor fan correctly, and the second time to install some risers so that the board was the correct height to install the PCI card. I am installing Gentoo on it as we speak. Kernel config took a long time as I had to make sure that all of my hardware was supported. Once completed, the kernel compile took all of 5 minutes!!! I remember back in the day when this would take over an hour. Ah, the good ole days of linux. Have I awakened a sleeping giant? What adventures await around the next corner? Stay tuned for the next episode of MythTV, The Revenge of the Myth, or Oh Boy, Time to Emerge It.</p>
<p><em>Update: After 3 kernel recompiles to rid myself of framebuffer support and to add support for my SATA drive (doh!!), I can now boot into the command line without needing the Gentoo boot CD. Hurray!!<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mickelson.org/2006/04/13/mythtv-episode-1-the-phantom-menace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
