<br><br><div class="gmail_quote">On Thu, Nov 29, 2012 at 10:29 PM, Curtis Walker <span dir="ltr"><<a href="mailto:sultanoswing@gmail.com" target="_blank">sultanoswing@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 29 November 2012 21:26, Don Robertson <<a href="mailto:don@robertson.net.nz">don@robertson.net.nz</a>> wrote:<br>
><br>
> Hi all,<br>
><br>
> I recently bought a HD HomeRun tuner, set up MythTV on Mythbuntu, and am waiting for something worth recording :-)<br>
><br>
> Also - my original plan was to copy recordings to my portable hard drive and to plug that into the TV, or to get the network dongle for the TV and use MythTV's DLNA server. But now am thinking I might need a front end pugged directly into the HDMI port on the TV.<br>

><br></div></div></blockquote><div><br>Frontend is a much better experience!<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">

> But first - my most pressing problem. I am sure there  will be more.<br>
><br>
> MythTV's program guide is only showing the next couple of hours programmes, which makes it a bit tricky to set it to record progammes in the future. If I do set it to 'Record at any time on this channel', I do get some future recordings showing up in the Upcoming Recordings screen, but with no titles.<br>

><br>
> I have done a search on the web, and have seen references to a python script that grabs an xml file - but no instructions on how to use it. Is this still needed - or is it pre-freeview?<br>
><br>
> Longer term - I have been reading about android based 'smart tv' boxes. Has anyone had any experience with them?<br>
><br>
> Cheers<br>
><br>
> Don<br>
><br>
> _______________________________________________<br>
> mythtvnz mailing list<br>
> <a href="mailto:mythtvnz@lists.linuxnut.co.nz">mythtvnz@lists.linuxnut.co.nz</a><br>
> <a href="http://lists.ourshack.com/mailman/listinfo/mythtvnz" target="_blank">http://lists.ourshack.com/mailman/listinfo/mythtvnz</a><br>
> Archives <a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/" target="_blank">http://www.gossamer-threads.com/lists/mythtv/mythtvnz/</a><br>
<br>
</div></div>You will have seen from those recent discussions that there is no<br>
mythtv frontend for android, so no using an android-based 'smart tv'<br>
box as a mythtv FE, I'm afraid (guess they're not that smart yet).<br>
<br>
On the topic of a programe guide, yep - you'll need some sort of<br>
method to get the programme guide data into mythtv. the recommended<br>
method is to use the python script 'tv_grab_nz-py'. Here's a thread to<br>
get you started:<br>
<a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/525648#525648" target="_blank">http://www.gossamer-threads.com/lists/mythtv/mythtvnz/525648#525648</a><br>
<br>
Since the above thread, it's no longer working for me again (myth BE<br>
doesn't seem to want to run mythfilldatabase on shedule), so I have to<br>
run mythfilldatabase via a cron job instead (no biggie, but just not<br>
as aesthetic).<br></blockquote><div><br><br>It works fine from the backend - there is something wrong with your backend! what error are you getting?<br><br>Don, EIT on DVB-T only shows Next and Now info, which is why you only get a couple of hours.<br>
<br>Use tv_grab_nz-py <br><br>1. Install xmltv<br><br>2. Place tv_grab_nz-py in /usr/local/bin and make it executable<br><br>3. run tv_grab_nz-py --configure --config-file=~/.mythtv/YOURVIDEOSOURCENAME.xmltv<br><br>It will ask what channels you want, a Y or N for each suggestion.<br>
<br>YOURVIDEOSOURCENAME is the name of the video source - whatever you called it when you wan mythtv-setup - mine is FreeviewHD<br><br>I assume for some reason you are running mythbuntu, if that is correct copy the config file to ~mythtv/.mythtv/<br>
<br>4. Go to mythweb and into the settings/tv/channels. Set the xmltvid (per the config file) for each channel, and untick "use on air guide" for each channel. Click "Save" at the bottom of the page (you may need to scroll).<br>
<br>5. run mythfilldatabase from the command line and check if the guide data is updated.<br><br>6. in mythtv-setup make sure you have set up to run mythfilldatabase daily.<br><br><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Another non-aesthetic way is to run a little script I wrote, which<br>
basically pulls the guide data (same source file) and runs<br>
mythfilldatabase. Again, run it as a cron job and you should be good<br>
to go. Here's a link to the thread in question:<br>
<a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/494548?page=unread#unread\" target="_blank">http://www.gossamer-threads.com/lists/mythtv/mythtvnz/494548?page=unread#unread\</a><br>
<br>
With all of the above, you need to set your xmltv channel ID's up<br>
properly (and be aware that some frustration can be involved as guide<br>
data doesn't appear). There was a recent thread either on here or in<br>
the main mythtv users list which referred to mythfilldatabase updating<br>
incorrect channel ID stuff, rather than reflecting changes you'd made<br>
in the backend channel setup.<br>
<br>
Good luck!<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
mythtvnz mailing list<br>
<a href="mailto:mythtvnz@lists.linuxnut.co.nz">mythtvnz@lists.linuxnut.co.nz</a><br>
<a href="http://lists.ourshack.com/mailman/listinfo/mythtvnz" target="_blank">http://lists.ourshack.com/mailman/listinfo/mythtvnz</a><br>
Archives <a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/" target="_blank">http://www.gossamer-threads.com/lists/mythtv/mythtvnz/</a><br>
</div></div></blockquote></div><br>