[mythtv-users] tv_grab_au immir... defunct?
Phill Edwards
philledwards at gmail.com
Sat Jul 22 12:12:47 UTC 2006
> I have an account on OzTivo, but if it's more than a 5-minute migration I'll
> have to put it off a bit longer.
Should be easy. Get the script from
http://www.cse.unsw.edu.au/~willu/xmltv/tv_grab_au_reg.
I run it from a shell script like so:
/usr/local/bin/tv_grab_au_reg --days 7 --config-file
/home/mythtv/.xmltv/tv_grab_au_reg.xml --force-explicit-timezone
--output /home/mythtv/.xmltv/tvlistings_reg.xml
mythfilldatabase --file 1 7 /home/mythtv/.xmltv/tvlistings_reg.xml
Here's my tv_grab_au_reg.xml config file. Put your own XMLTVIDs where
it says local=
<?xml version="1.0"?>
<!--
This is a configure script for the tv_grab_au_reg XMLTV grabber from
tvguife.org.au.
-->
<config>
<!--
Insert your username and password information here:
-->
<login provider="tvguide" user="xxxxxxxx" password="yyyyyyyy" />
<!--
Modify the following to list the channels you wish to grab. The 'display'
attribute is the human readable display name (currently ignored by mythTV
0.18 when using DVB). The 'tvguide' attribute is the channel name on the
tvguide.org.au web site.
XMLTV ids can also be re-written by adding a 'local' attribute:
Note: Here is an example of a re-written XMLTV channel ID:
<channel display="ABC Digital" tuhs="ABC-NSW" local="ABC-NSW.tvguide.org.au" />
-->
<channel display="ABC Digital" tvguide="ABC-NSW" local="nsw.abc.gov.au" />
<channel display="ABC 2" tvguide="ABC2" local="abc2.abc.gov.au" />
<channel display="Nine Digital" tvguide="Nine-Syd"
local="sydney.nine.com.au" />
<channel display="SBS Digital" tvguide="SBS-NSW" local="sydney.sbs.com.au" />
<channel display="Seven Digital" tvguide="Seven-Syd"
local="sydney.seven.com.au" />
<channel display="Ten Digital" tvguide="Ten-NSW" local="sydney.ten.com.au" />
</config>
Remember to set your download type in XML in the tvguide.org.au web ui settings.
OK - maybe it'll take 10 mins!
Regards,
Phill
More information about the mythtv-users
mailing list