Taipan said:Surely there is a URL somewhere in Australia that can provide the title, description, category, rating and not put a break in a program that spans from one day's schedule to the next?
I think the only Free (as in speech) TV guide for Australia is tvguide.org.au, but the catch is that you have to register in order to get access to the guide. What's special about this guide is that it's community-generated; it doesn't rely on a feed from one of the commercial guide aggregators, instead it uses a wiki-based approach whereby fellow users fill in the guide ahead of time.
I registered there when I was researching how to put a HTPC together, and didn't pay a great deal of attention to it until now.. realising just how hard it is to get a good quality EPG in Australia.
The guide data itself is available in web page format (simple table layout which WebEPG would have no problems parsing) but also in an XML form on a per-channel/per-date basis. I *think* this XML is specifically formatted for TiVo, but I don't know the XMLTV or TiVo formats so I couldn't really say. What follows is a snippet of the XML they have available:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<tv generator-info-name="Wktivoguide v4" generator-info-url="http://minnie.tuhs.org/tivo-bin/tvguide.pl">
<programme start="20050804140000" stop="20050804143000" channel="ABC-Vic">
<title>The Academy</title>
<sub-title>No Pain, No Mess</sub-title>
<desc>First year cadet, Laura, is having a hard time sleeping. Six weeks in, the training has become much tougher - more studious and more disciplined. There is light at the end of the tunnel - her year is preparing for its first parade.</desc>
<category>RealLife</category>
<category>DocumentaryGroup</category>
<rating><value>PG</value></rating>
</programme>
.
. etc
.
The data itself looks to be really high quality, including descriptions, genre, rating, etc as separate fields. I'd *love* to know if we could get this data into MP...