|
| Table of Contents
|
Bill Giannikos (bill2 at giannikos.com.au) http://www.billgiannikos.com
This guide will help you get TV guide data for MythTV. There are currently three options available, OzTivo, Shepherd and IceTV.
This guide assumes that you already have configured MythTV have setup the channels for digital free to air and optionally Foxtel by following the Configuring MythTV for Australian Digital TV and Setting up Foxtel Channels in MythTV guides.
| OzTivo | Shepherd | IceTV | |
|---|---|---|---|
| Price | Free | Free | Commercial |
| Foxtel | Yes | Yes | No |
| Guide Quality | Good | Excellent | Excellent |
| Legality | Legal | Questionable* | Legal |
OzTivo is a community driven TV guide. Here is how to setup MythTV to use it.
To begin, you will need to create a account at http://minnie.tuhs.org/twiki/bin/view/TWiki/TWikiRegistration. Make a note of your username and password, you will need it for later.
Log in to the OzTivo site and click on 'Set user preferences'. Select all the stations you will like to receive TV Guide data for and make sure the 'My preferred download format' option is set to 'XMLTV format'. Then click on 'Submit your new preferences' to save these changes.
On the MythTV system, switch to root and type in the following:
cd /usr/local/bin wget http://www.cse.unsw.edu.au/~willu/xmltv/tv_grab_au_reg chmod 755 tv_grab_au_reg ln -s /usr/local/bin/tv_grab_au_reg /usr/local/bin/tv_grab_au tv_grab_au --configure --config-file ~/.mythtv/FTA-Oz.xmltv
And if you have foxtel type
tv_grab_au --configure --config-file ~/.mythtv/Foxtel.xmltv
Now edit the ~/.mythtv/FTA-Oz.xmltv file with your favourite editor, something like 'nano -w ~/.mythtv/FTA-Oz.xmltv' should work. If you followed the Configuring MythTV for Australian Digital TV and Setting up Foxtel Channels in MythTV guides then all you need to do here is change the username and password to match your registration details on the OzTivo site. Otherwise follow the instructions in this file to map the channel IDs from OzTivo to your XMLTV IDs in MythTV. If you have Foxtel, edit the ~/.mythtv/Foxtel.xmltv file as well.
For more information on tv_grab_au_reg please visit http://www.cse.unsw.edu.au/~willu/xmltv/tv_grab_au_reg.html.
You can now run 'mythfilldatabase' which should download the TV Guide data for you.
Purchase an account at http://www.icetv.com.au/ and make a note of your username and password.
Follow the XMLTV setup for OzTivo as the tv_grab_au_reg script integrates both OzTivo and IceTV guide fetching.
Discussion
for the OzTivo there seems to be another problem. I've just signed up and logged in and i can't select 'My preferred download format' option to be set to 'XMLTV format', i can only set it to V2 Stationday format. Is that going to be a problem?
It looks like the URLs for OzTivo have changed.
For registration: http://www.oztivo.net/twiki/bin/view/TWiki/TWikiRegistration
The guide: http://www.oztivo.net/tivo-bin/tvguide.pl
Looks like the web pages have changed around a bit, probably need to update instructions.