<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to configure XBMC as a MythTV frontend</title>
	<atom:link href="http://adamhaeder.com/wordpress/2010/01/19/how-to-configure-xbmc-as-a-mythtv-frontend/feed/" rel="self" type="application/rss+xml" />
	<link>http://adamhaeder.com/wordpress/2010/01/19/how-to-configure-xbmc-as-a-mythtv-frontend/</link>
	<description>Your friendly neighborhood geek</description>
	<lastBuildDate>Mon, 26 Mar 2012 02:20:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Yair</title>
		<link>http://adamhaeder.com/wordpress/2010/01/19/how-to-configure-xbmc-as-a-mythtv-frontend/comment-page-1/#comment-1544</link>
		<dc:creator>Yair</dc:creator>
		<pubDate>Tue, 20 Dec 2011 09:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://adamhaeder.com/wordpress/?p=29#comment-1544</guid>
		<description>Thanks!
You solved my problem (had a myth-tv back-end and a new xtreamer ultra running xbmc) in less than 60 seconds...</description>
		<content:encoded><![CDATA[&nbsp;<p>Thanks!<br />
You solved my problem (had a myth-tv back-end and a new xtreamer ultra running xbmc) in less than 60 seconds...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Haeder</title>
		<link>http://adamhaeder.com/wordpress/2010/01/19/how-to-configure-xbmc-as-a-mythtv-frontend/comment-page-1/#comment-1514</link>
		<dc:creator>Adam Haeder</dc:creator>
		<pubDate>Tue, 31 May 2011 13:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://adamhaeder.com/wordpress/?p=29#comment-1514</guid>
		<description>Hi Chris

In order to watch your recordings on your laptop when you&#039;re not on the network, you&#039;ll have to copy over the recorded file and store it on your laptop hard drive. I have this section in my /etc/samba/smb.conf file:
&lt;code&gt;
[recordings]
comment = Recordings
path = /recordings
writable = no
&lt;/code&gt;

I can then go to a windows box on my home network and browse to \\mythtvserver\recordings and I see all the recorded show files. They are named cryptically; you might want to look at the program &#039;mythlink.pl&#039; (should be in the directory  /usr/share/doc/mythtv-docs-0.24/contrib/user_jobs/ on your mythbox). It will create human-readable symbolic links in a directory of your choice that symlink back to the actual recordings in your /recordings directory. So if you created those symlinks in, say, the directory /recordings_by_name, then you could share out /recordings_by_name through samba and access the files through that share from your windows devices (since samba will follow symlinks by default).

Once you can access the files remotely, copy over whatever files you want to a directory on your laptop, then tell xbmc on your laptop that you have videos in that directory and you want it to scan them into the library. As long as the naming convention of the video files matches what you&#039;d find on &lt;a href=&quot;http://thetvdb.com&quot; rel=&quot;nofollow&quot;&gt;thetvdb.com&lt;/a&gt; (which is where xbmc gets it&#039;s lookup information) the recordings should be successfully imported into your xbmc library. The format I use looks like this and works fine:
&lt;code&gt;
community_02x21_paradigms_of_human_memory.avi
&lt;/code&gt;
For the show &#039;Community&#039;, season 02, episode 21.

Or, worst case scenario, you just go to the &#039;file browser&#039; option in xbmc, browse to the video files, and play them directly from there.

Good luck!</description>
		<content:encoded><![CDATA[&nbsp;<p>Hi Chris</p>
<p>In order to watch your recordings on your laptop when you're not on the network, you'll have to copy over the recorded file and store it on your laptop hard drive. I have this section in my /etc/samba/smb.conf file:<br />
<code><br />
[recordings]<br />
comment = Recordings<br />
path = /recordings<br />
writable = no<br />
</code></p>
<p>I can then go to a windows box on my home network and browse to \\mythtvserver\recordings and I see all the recorded show files. They are named cryptically; you might want to look at the program 'mythlink.pl' (should be in the directory  /usr/share/doc/mythtv-docs-0.24/contrib/user_jobs/ on your mythbox). It will create human-readable symbolic links in a directory of your choice that symlink back to the actual recordings in your /recordings directory. So if you created those symlinks in, say, the directory /recordings_by_name, then you could share out /recordings_by_name through samba and access the files through that share from your windows devices (since samba will follow symlinks by default).</p>
<p>Once you can access the files remotely, copy over whatever files you want to a directory on your laptop, then tell xbmc on your laptop that you have videos in that directory and you want it to scan them into the library. As long as the naming convention of the video files matches what you'd find on <a href="http://thetvdb.com" rel="nofollow">thetvdb.com</a> (which is where xbmc gets it's lookup information) the recordings should be successfully imported into your xbmc library. The format I use looks like this and works fine:<br />
<code><br />
community_02x21_paradigms_of_human_memory.avi<br />
</code><br />
For the show 'Community', season 02, episode 21.</p>
<p>Or, worst case scenario, you just go to the 'file browser' option in xbmc, browse to the video files, and play them directly from there.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://adamhaeder.com/wordpress/2010/01/19/how-to-configure-xbmc-as-a-mythtv-frontend/comment-page-1/#comment-1513</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 31 May 2011 03:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://adamhaeder.com/wordpress/?p=29#comment-1513</guid>
		<description>Hello Adam,
Thank you for the article and the instructions.
I followed your instructions and everything work just fine. 
I can see all my recordings using xbmc.
But I would like to download mythtv recordings directly to my xbmc library so that I can watch on my vista laptop even if I&#039;m connected to the internet. 
Can you help me and tell me how to do that ?
Thanks,
chris</description>
		<content:encoded><![CDATA[&nbsp;<p>Hello Adam,<br />
Thank you for the article and the instructions.<br />
I followed your instructions and everything work just fine.<br />
I can see all my recordings using xbmc.<br />
But I would like to download mythtv recordings directly to my xbmc library so that I can watch on my vista laptop even if I'm connected to the internet.<br />
Can you help me and tell me how to do that ?<br />
Thanks,<br />
chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XBMC Vs. MythTV Linux Fanatics</title>
		<link>http://adamhaeder.com/wordpress/2010/01/19/how-to-configure-xbmc-as-a-mythtv-frontend/comment-page-1/#comment-1509</link>
		<dc:creator>XBMC Vs. MythTV Linux Fanatics</dc:creator>
		<pubDate>Mon, 16 May 2011 22:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://adamhaeder.com/wordpress/?p=29#comment-1509</guid>
		<description>[...] a bit more involved to get set up, using XBMC as a front end to your MythTV installation might be a solid option. By adding your MythTV as one of the XBMC sources, you have a [...]</description>
		<content:encoded><![CDATA[&nbsp;<p>[...] a bit more involved to get set up, using XBMC as a front end to your MythTV installation might be a solid option. By adding your MythTV as one of the XBMC sources, you have a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kieran</title>
		<link>http://adamhaeder.com/wordpress/2010/01/19/how-to-configure-xbmc-as-a-mythtv-frontend/comment-page-1/#comment-388</link>
		<dc:creator>Kieran</dc:creator>
		<pubDate>Fri, 25 Jun 2010 08:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://adamhaeder.com/wordpress/?p=29#comment-388</guid>
		<description>Geoff, I too have the hanging XBMC issue (my backend and frontend are on the same machine so there is no host problem).</description>
		<content:encoded><![CDATA[&nbsp;<p>Geoff, I too have the hanging XBMC issue (my backend and frontend are on the same machine so there is no host problem).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://adamhaeder.com/wordpress/2010/01/19/how-to-configure-xbmc-as-a-mythtv-frontend/comment-page-1/#comment-81</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Thu, 18 Feb 2010 11:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://adamhaeder.com/wordpress/?p=29#comment-81</guid>
		<description>Hi Adam,

I think I&#039;m also stuck on the FQDN dns entry issue, I have a mythtv frontend that works fine when playing livetv from my backend machine.
But I get nothing but a hung XBMC when starting live tv, from that same frontend machine using xbmc.
Does an entry for myth://username:password@10.1.1.3/ need to be 
myth://username:password@mythbackend/
with an host entry of 10.1.1.3 mythbackend.
both are from linux boxes and confused as the fully qualified domain part.
Where in your mythbackend/frontend does the fqdn get set?

Thanks if you can clear this up.
Cheers
Geoff</description>
		<content:encoded><![CDATA[&nbsp;<p>Hi Adam,</p>
<p>I think I'm also stuck on the FQDN dns entry issue, I have a mythtv frontend that works fine when playing livetv from my backend machine.<br />
But I get nothing but a hung XBMC when starting live tv, from that same frontend machine using xbmc.<br />
Does an entry for myth://username:password@10.1.1.3/ need to be<br />
myth://username:password@mythbackend/<br />
with an host entry of 10.1.1.3 mythbackend.<br />
both are from linux boxes and confused as the fully qualified domain part.<br />
Where in your mythbackend/frontend does the fqdn get set?</p>
<p>Thanks if you can clear this up.<br />
Cheers<br />
Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Haeder</title>
		<link>http://adamhaeder.com/wordpress/2010/01/19/how-to-configure-xbmc-as-a-mythtv-frontend/comment-page-1/#comment-44</link>
		<dc:creator>Adam Haeder</dc:creator>
		<pubDate>Thu, 04 Feb 2010 21:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://adamhaeder.com/wordpress/?p=29#comment-44</guid>
		<description>Honestly, I never use the guide or the live tv portion of xbmc. I understand that’s it’s very new and probably pretty buggy. My advice for you would be to try some of the nightly builds, I imagine that’s where a lot of the development is taking place right now.

I’ll take a look at the Aeon skin and see what it would take to make that same modification. I also modded the PMIII skin, I’ll post that here as well.</description>
		<content:encoded><![CDATA[&nbsp;<p>Honestly, I never use the guide or the live tv portion of xbmc. I understand that’s it’s very new and probably pretty buggy. My advice for you would be to try some of the nightly builds, I imagine that’s where a lot of the development is taking place right now.</p>
<p>I’ll take a look at the Aeon skin and see what it would take to make that same modification. I also modded the PMIII skin, I’ll post that here as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Haeder</title>
		<link>http://adamhaeder.com/wordpress/2010/01/19/how-to-configure-xbmc-as-a-mythtv-frontend/comment-page-1/#comment-43</link>
		<dc:creator>Adam Haeder</dc:creator>
		<pubDate>Thu, 04 Feb 2010 21:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://adamhaeder.com/wordpress/?p=29#comment-43</guid>
		<description>Honestly, I never use the guide or the live tv portion of xbmc. I understand that&#039;s it&#039;s very new and probably pretty buggy. My advice for you would be to try some of the nightly builds, I imagine that&#039;s where a lot of the development is taking place right now.

I&#039;ll take a look at the Aeon skin and see what it would take to make that same modification. I also modded the PMIII skin, I&#039;ll post that here as well.</description>
		<content:encoded><![CDATA[&nbsp;<p>Honestly, I never use the guide or the live tv portion of xbmc. I understand that's it's very new and probably pretty buggy. My advice for you would be to try some of the nightly builds, I imagine that's where a lot of the development is taking place right now.</p>
<p>I'll take a look at the Aeon skin and see what it would take to make that same modification. I also modded the PMIII skin, I'll post that here as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaushik</title>
		<link>http://adamhaeder.com/wordpress/2010/01/19/how-to-configure-xbmc-as-a-mythtv-frontend/comment-page-1/#comment-42</link>
		<dc:creator>Kaushik</dc:creator>
		<pubDate>Thu, 04 Feb 2010 21:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://adamhaeder.com/wordpress/?p=29#comment-42</guid>
		<description>Great article. Really enjoyed reading it as I am setting up my mediapc box to do the same. Many would appreciate the screenshots you have.

What happens when you hit the Guide?
I get a list of the channels, but selecting a channel locks up xbmc and makes it crash. Is it because there is too much information to load? I am running mythbackend and xbmc on the same machine.

It would also be nice to modify the Aeon skin in xbmc to display the plot information for tv shows.

Thanks again for the post.</description>
		<content:encoded><![CDATA[&nbsp;<p>Great article. Really enjoyed reading it as I am setting up my mediapc box to do the same. Many would appreciate the screenshots you have.</p>
<p>What happens when you hit the Guide?<br />
I get a list of the channels, but selecting a channel locks up xbmc and makes it crash. Is it because there is too much information to load? I am running mythbackend and xbmc on the same machine.</p>
<p>It would also be nice to modify the Aeon skin in xbmc to display the plot information for tv shows.</p>
<p>Thanks again for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Haeder</title>
		<link>http://adamhaeder.com/wordpress/2010/01/19/how-to-configure-xbmc-as-a-mythtv-frontend/comment-page-1/#comment-31</link>
		<dc:creator>Adam Haeder</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://adamhaeder.com/wordpress/?p=29#comment-31</guid>
		<description>Hi Peter. When you&#039;re running mythfrontend, go to Setup -&gt; General. You&#039;ll see the area to put your hostname here. If your frontend and backend are the same system, this can be localhost. However, to get a frontend running on a different box, you need to make this a fully qualified domain name. See the reference here: http://www.mythtv.org/wiki/User_Manual:Detailed_configuration_Frontend#General

Good luck!</description>
		<content:encoded><![CDATA[&nbsp;<p>Hi Peter. When you're running mythfrontend, go to Setup -> General. You'll see the area to put your hostname here. If your frontend and backend are the same system, this can be localhost. However, to get a frontend running on a different box, you need to make this a fully qualified domain name. See the reference here: http://www.mythtv.org/wiki/User_Manual:Detailed_configuration_Frontend#General</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

