<?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>pitr.net &#187; mythtv</title>
	<atom:link href="http://www.pitr.net/index.php/category/mythtv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pitr.net</link>
	<description></description>
	<lastBuildDate>Sat, 11 Jul 2009 19:25:10 +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>Mythtv channel list for Leiden/Den Haag</title>
		<link>http://www.pitr.net/index.php/2006/12/01/mythtv-channel-list-for-leidenden-haag/</link>
		<comments>http://www.pitr.net/index.php/2006/12/01/mythtv-channel-list-for-leidenden-haag/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 21:03:49 +0000</pubDate>
		<dc:creator>pj</dc:creator>
				<category><![CDATA[mythtv]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.pitr.net/index.php/2006/12/01/mythtv-channel-list-for-leidenden-haag/</guid>
		<description><![CDATA[After doing a scan in mythtv, you&#8217;ll end up with lots of unnamed channels. This table: http://mythtv.org/pipermail/mythtv-users/attachments/20031125/ad787d1d/Cable_casema_DenHaag.obj Can be converted to SQL using: perl -we 'while(){ /^(.+?)\s+[\d\-\+]+\s+[\d\-\+]+\s+([\w\d]+)\s+([\d\-]+)$/ &#038;&#038; do {print "UPDATE channel set name=\"$1\",callsign=\"$1\" where channum = \"$2\";\n"} }' > myth.sql (just paste the table into the command box where you executed perl) You can [...]]]></description>
			<content:encoded><![CDATA[<p>After doing a scan in mythtv, you&#8217;ll end up with lots of unnamed channels.</p>
<p>This table:</p>
<p>http://mythtv.org/pipermail/mythtv-users/attachments/20031125/ad787d1d/Cable_casema_DenHaag.obj</p>
<p>Can be converted to SQL using:</p>
<p><code>perl -we 'while(<>){ /^(.+?)\s+[\d\-\+]+\s+[\d\-\+]+\s+([\w\d]+)\s+([\d\-]+)$/ &#038;&#038; do {print "UPDATE channel set name=\"$1\",callsign=\"$1\" where channum = \"$2\";\n"} }' > myth.sql<br />
</code></p>
<p>(just paste the table into the command box where you executed perl)</p>
<p>You can now feed myth.sql to your mythtv mysql instance, and your channel names will be set correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pitr.net/index.php/2006/12/01/mythtv-channel-list-for-leidenden-haag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
