| | #2 (permalink) |
| Portal Tester Join Date: Feb 2005 Location: Melbourne
Posts: 1,929
Thanks: 4
Thanked 15 Times in 15 Posts
Country: | At the moment, WEbEPG does not work with OzTiVo - apparently OzTiVo changed their EPG format last week.... James (the author of WebEPG) is aware of it, and I am hoping he will have a solution for us soon.... ![]() |
| | |
| | #3 (permalink) |
| Portal Member Join Date: Dec 2005 Location: Sydney Age: 28
Posts: 236
Thanks: 3
Thanked 2 Times in 2 Posts
Country: | I’ve fixed the problem of grabbing form Oztivo site use the same info you had in the WebEPG.xml. Now open this file C:\Program Files\Team MediaPortal\MediaPortal\WebEPG\Grabbers\AU\6-minnie_tuhs_org.xml and replace the code with Code: <?xml version="1.0" encoding="utf-8"?>
<!-- Version 1.0 -->
<profile>
<section name="ChannelList">
<entry name="abc-vic@abc.net.au">ABC-Vic</entry> <!-- ABC VIC -->
<entry name="abc2@abc.net.au">ABC2</entry> <!-- ABC2 -->
<entry name="7-vic-metro@seven.com.au">Seven-Mel</entry> <!-- Seven Metro VIC -->
<entry name="9-vic-metro@ninemsn.com.au">Nine-Mel</entry> <!-- Nine Metro VIC -->
<entry name="10-vic-metro@ten.com.au">Ten-Vic</entry> <!-- Ten Metro VIC -->
<entry name="sbs@sbs.com.au">SBS-Vic</entry> <!-- SBS VIC-->
<entry name="sbs2@sbs.com.au">SBSWN</entry> <!-- SBS 2 (SBS news) -->
<entry name="abc-nsw@abc.net.au">ABC-NSW</entry> <!-- ABC NSW -->
<entry name="abc2@abc.net.au">ABC2</entry> <!-- ABC2 -->
<entry name="7-nsw-metro@seven.com.au">Seven-Syd</entry> <!-- Seven Metro NSW -->
<entry name="9-nsw-metro@ninemsn.com.au">Nine-Syd</entry> <!-- Nine Metro NSW -->
<entry name="10-nsw-metro@ten.com.au">Ten-NSW</entry> <!-- Ten Metro NSW -->
<entry name="sbs@sbs.com.au">SBS-NSW</entry> <!-- SBS NSW -->
<entry name="sbs2@sbs.com.au">SBSWN</entry> <!-- SBS 2 (SBS news) -->
<entry name="abc-sa@abc.net.au">ABC-SA</entry> <!-- ABC SA -->
<entry name="abc2@abc.net.au">ABC2</entry> <!-- ABC2 -->
<entry name="7-sa-metro@seven.com.au">Seven-SA</entry> <!-- Seven Metro SA -->
<entry name="9-sa-metro@ninemsn.com.au">Nine-SA</entry> <!-- Nine Metro SA -->
<entry name="10-sa-metro@ten.com.au">Ten-SA</entry> <!-- Ten Metro SA -->
<entry name="sbs-sa@sbs.com.au">SBS-SA</entry> <!-- SBS SA -->
<entry name="sbs2@sbs.com.au">SBSWN</entry> <!-- SBS 2 (SBS news) -->
<entry name="abc-qld@abc.net.au">ABC-Qld</entry> <!-- ABC QLD -->
<entry name="abc2@abc.net.au">ABC2</entry> <!-- ABC2 -->
<entry name="7-qld-metro@seven.com.au">Seven-Bris</entry> <!-- Seven Metro QLD -->
<entry name="9-qld-metro@ninemsn.com.au">Nine-Qld</entry> <!-- Nine Metro QLD -->
<entry name="10-qld-metro@ten.com.au">Ten-Qld</entry> <!-- Ten Metro QLD -->
<entry name="sbs@sbs.com.au">SBS-Qld</entry> <!-- SBS QLD -->
<entry name="sbs2@sbs.com.au">SBSWN</entry> <!-- SBS 2 (SBS news) -->
<entry name="abc-tas@abc.net.au">ABC-Tas</entry> <!-- ABC TAS -->
<entry name="abc2@abc.net.au">ABC2</entry> <!-- ABC2 -->
<!--<entry name="7-tas-metro@seven.com.au">?</entry>--> <!-- Seven Metro TAS -->
<!--<entry name="9-tas-metro@ninemsn.com.au">?</entry>--> <!-- Nine Metro TAS -->
<!--<entry name="10-tas-metro@ten.com.au">?</entry>--> <!-- Ten Metro TAS -->
<entry name="sbs@sbs.com.au">SBS-Tas</entry> <!-- SBS TAS -->
<entry name="sbs2@sbs.com.au">SBSWN</entry> <!-- SBS 2 (SBS news) -->
<entry name="abc-wa@abc.net.au">ABC-WA</entry> <!-- ABC WA -->
<entry name="abc2@abc.net.au">ABC2</entry> <!-- ABC2 -->
<entry name="7-wa-metro@seven.com.au">Seven-WA</entry> <!-- Seven Metro WA -->
<entry name="9-wa-metro@ninemsn.com.au">Nine-WA</entry> <!-- Nine Metro WA -->
<entry name="10-wa-metro@ten.com.au">Ten-WA</entry> <!-- Ten Metro WA -->
<entry name="sbs-wa@sbs.com.au">SBS-WA</entry> <!-- SBS WA -->
<entry name="sbs2@sbs.com.au">SBSWN</entry> <!-- SBS 2 (SBS news) -->
<entry name="abc-act@abc.net.au">ABC-Can</entry> <!-- ABC ACT -->
<entry name="abc2@abc.net.au">ABC2</entry> <!-- ABC2 -->
<!--<entry name="7-act-metro@seven.com.au">?</entry>--> <!-- Seven Metro ACT -->
<!--<entry name="9-act-metro@ninemsn.com.au">?</entry>--> <!-- Nine Metro ACT -->
<entry name="10-act-metro@ten.com.au">Ten-Can</entry> <!-- Ten Metro ACT -->
<entry name="sbs@sbs.com.au">SBS-Can</entry> <!-- SBS ACT -->
<entry name="sbs2@sbs.com.au">SBSWN</entry> <!-- SBS 2 (SBS news) -->
<entry name="abc-nt@abc.net.au">ABC-NT</entry> <!-- ABC NT -->
<entry name="abc2@abc.net.au">ABC2</entry> <!-- ABC2 -->
<entry name="7-nt-metro@seven.com.au">Seven-Dar</entry> <!-- Seven Metro NT -->
<entry name="9-nt-metro@ninemsn.com.au">Nine-NT</entry> <!-- Nine Metro NT -->
<entry name="10-nt-metro@ten.com.au">?</entry> <!-- Ten Metro NT -->
<entry name="sbs-nt@sbs.com.au">SBS-NT</entry> <!-- SBS NT -->
<entry name="sbs2@sbs.com.au">SBSWN</entry> <!-- SBS 2 (SBS news) -->
<!-- Regional areas -->
<!-- Southern Cross is regional version of Ten -->
<entry name="sc-tas@ten.com.au">SC-Tas</entry> <!-- Southern Cross Tas -->
<entry name="sc-gc@ten.com.au">SC10-GC</entry> <!-- Southern Cross Gold
Coast -->
<entry name="sc-nsw@ten.com.au">SC10-NSW</entry> <!-- Southern Cross NSW -->
<entry name="sc-qld@ten.com.au">SC10-Qld</entry> <!-- Southern Cross Qld -->
<entry name="sc-vic@ten.com.au">SC10-Vic</entry> <!-- Southern Cross Vic -->
<!-- WIN TV is regional version of Nine -->
<entry name="win-can@ninemsn.com.au">WIN-Can</entry> <!-- WIN Canberra -->
<entry name="win-nsw@ninemsn.com.au">WIN-NSW</entry> <!-- WIN NSW -->
<entry name="win-qld@ninemsn.com.au">WIN-Qld</entry> <!-- WIN Qld -->
<entry name="win-tas@ninemsn.com.au">WIN-Tas</entry> <!-- WIN Tas -->
<entry name="win-vic@ninemsn.com.au">WIN-Vic</entry> <!-- WIN Vic -->
<entry name="win-wa@ninemsn.com.au">WIN-WA</entry> <!-- WIN WA -->
<!-- Prime is regional version of Seven -->
<entry name="prime-can@seven.com.au">Prime-Can</entry> <!-- Prime Canberra -->
<entry name="prime-gc@seven.com.au">Prime-GC</entry> <!-- Prime Gold Coast -->
<entry name="prime-vic@seven.com.au">Prime-Vic</entry> <!-- Prime Victoria -->
<!-- Channel 31 is a capital city public broadcaster -->
<entry name="channel31-adl@channel31.com.au">31-Adl</entry> <!-- Channel 31 Adelaide -->
<entry name="channel31-mel@channel31.com.au">31-Mel</entry> <!-- Channel 31 Melbourne -->
<entry name="channel31-per@channel31.com.au">31-Per</entry> <!-- Channel 31 Melbourne -->
<!-- Foxtel Channels -->
<entry name="showtime@foxtel.com.au">SHOW</entry> <!-- Foxtel Showtime -->
<entry name="showtime2@foxtel.com.au">SHW2</entry> <!-- Foxtel Showtime 2 -->
<entry name="showtimegreats@foxtel.com.au">SHWGRTS</entry> <!-- Foxtel Showtime Greats
-->
<entry name="movieone@foxtel.com.au">MOV1</entry> <!-- Foxtel Movie One
-->
<entry name="movieonetake2@foxtel.com.au">MOV%2B2</entry> <!-- Foxtel Movie One
Take 2 -->
<entry name="movieextra@foxtel.com.au">MOVX</entry> <!-- Foxtel Movie Extra -->
<entry name="moviegreats@foxtel.com.au">MOVG</entry> <!-- Foxtel Movie Greats -->
<entry name="tcm@foxtel.com.au">TCM</entry> <!-- Foxtel TCM -->
<entry name="discoverychannel@foxtel.com.au">DISC</entry> <!-- Foxtel Discovery
Channel -->
<entry name="nationalgeo@foxtel.com.au">NGEO</entry> <!-- Foxtel National
Geographic -->
<entry name="channelv@foxtel.com.au">V</entry> <!-- Foxtel Channel [V] -->
<entry name="arenatv@foxtel.com.au">ARNA</entry> <!-- Foxtel Arena TV
-->
<entry name="arenatv+2@foxtel.com.au">ARNA%2B2</entry> <!-- Foxtel Arena TV + 2 -->
<entry name="skynews@foxtel.com.au">SKYN</entry> <!-- Foxtel Sky News
Channel -->
<entry name="bbcworld@foxtel.com.au">BBC</entry> <!-- Foxtel BBC World
-->
<entry name="cnbc@foxtel.com.au">CNBC</entry> <!-- Foxtel CNBC -->
<entry name="cnni@foxtel.com.au">CNNI</entry> <!-- Foxtel CNN -->
<entry name="foxnews@foxtel.com.au">FOXN</entry> <!-- Foxtel Fox News
-->
<entry name="foxsports1@foxtel.com.au">FS1</entry> <!-- Foxtel Fox
Sports 1 -->
<entry name="foxsports2@foxtel.com.au">FS2</entry> <!-- Foxtel Fox
Sports 2 -->
<entry name="fox8@foxtel.com.au">FOX8</entry> <!-- Foxtel Fox 8 -->
<entry name="fox8+2@foxtel.com.au">FOX8%2B2</entry> <!-- Foxtel Fox 8 + 2 -->
<entry name="tv1@foxtel.com.au">TV1</entry> <!-- Foxtel TV1 -->
<entry name="tv1+2@foxtel.com.au">TV1%2B2</entry> <!-- Foxtel TV1 + 2
-->
<entry name="uktv@foxtel.com.au">UKTV</entry> <!-- Foxtel UKTV -->
<entry name="uktv+2@foxtel.com.au">UKTV%2B2</entry> <!-- Foxtel UKTV + 2 -->
<entry name="lifestylechannel@foxtel.com.au">LIFE</entry> <!-- Foxtel The
Lifestyle Channel -->
<entry name="lifestylechannel+2@foxtel.com.au">LIFE%2B2</entry> <!-- Foxtel The Lifestyle
Channel + 2 -->
<!-- Untested Foxtel Channels -->
<entry name="w@foxtel.com.au">W</entry> <!-- Foxtel Unknown -->
<entry name="nick@foxtel.com.au">NICK</entry> <!-- Foxtel Nickelodian -->
<entry name="nickjr@foxtel.com.au">NICKJR</entry> <!-- Foxtel
Nickelodian Junior -->
<entry name="playhousedisney@foxtel.com.au">PHDISN</entry> <!-- Foxtel Playhouse
Disney -->
<entry name="cartoonnetwork@foxtel.com.au">CART</entry> <!-- Foxtel Cartoon Network
-->
<entry name="boomerang@foxtel.com.au">BOOM</entry> <!-- Foxtel Boomerang -->
<entry name="clubv@foxtel.com.au">CLUBV</entry> <!-- Foxtel Club [V] -->
<entry name="mtv@foxtel.com.au">MTV</entry> <!-- Foxtel Music Television
-->
<entry name="vh1@foxtel.com.au">VH1</entry> <!-- Foxtel VH1 -->
<entry name="cmc@foxtel.com.au">CMC</entry> <!-- Foxtel Country Music
Channel -->
<entry name="food@foxtel.com.au">FOOD</entry> <!-- Foxtel Food Channel -->
<entry name="howto@foxtel.com.au">HOWTO</entry> <!-- Foxtel How To Channel
-->
<entry name="comedychannel@foxtel.com.au">CMDY</entry> <!-- Foxtel The Comedy
Channel -->
<entry name="comedychannel+2@foxtel.com.au">CMDY%2B2</entry> <!-- Foxtel The Comedy
Channel + 2 -->
<entry name="entertainmentchannel@foxtel.com.au">E!</entry> <!-- Foxtel The
Entertainment Channel -->
<entry name="hallmark@foxtel.com.au">HALL</entry> <!-- Foxtel Hallmark
-->
<entry name="ovation@foxtel.com.au">OVAT</entry> <!-- Foxtel Ovation
-->
<entry name="fueltv@foxtel.com.au">FUEL</entry> <!-- Foxtel Fuel TV -->
<entry name="televisionshoppingnetwork@foxtel.com.au">TVSN</entry> <!-- Foxtel
Television Shopping Network -->
<entry name="aurora@foxtel.com.au">AUR</entry> <!-- Foxtel Aurora -->
<entry name="worldmovies@foxtel.com.au">WMOV</entry> <!-- Foxtel World Movies -->
<entry name="eurosportnews@foxtel.com.au"> EUROSPORT</entry> <!-- Foxtel Euro
Sport News -->
<entry name="espn@foxtel.com.au">ESPN</entry> <!-- Foxtel ESPN -->
<entry name="skyracing@foxtel.com.au">SKYR</entry> <!-- Foxtel Sky
Racing Channel -->
<entry name="bloomberg@foxtel.com.au">BOOM </entry> <!-- Foxtel Bloomberg Channel
-->
<entry name="animalplanet@foxtel.com.au">ANIMAL</entry> <!-- Foxtel Animal Planet -->
<entry name="adventure1@foxtel.com.au">ADV1</entry> <!-- Foxtel Adventure 1 -->
<entry name="discoverytravel@foxtel.com.au">TRAVEL</entry> <!-- Foxtel Discovery
Travel Channel -->
<entry name="discoveryhealth@foxtel.com.au">HEALTH</entry> <!-- Foxtel Discovery
Health Channel-->
<entry name="biography@foxtel.com.au">BIOG</entry> <!-- Foxtel Biography
Channel -->
<entry name="historychannel@foxtel.com.au">HIST</entry> <!-- Foxtel History Channel
-->
<entry name="historychannel+2@foxtel.com.au">HIST%2B2</entry> <!-- Foxtel History Channel +
2 -->
<entry name="discoveryscience@foxtel.com.au">SCIENCE</entry> <!-- Foxtel Discovery
Science Channel -->
<!-- End Of Foxtel Channels -->
</section>
<!-- Formating of Listing -->
<section name="Listing">
<entry name="BaseURL">http://minnie.tuhs.org/tivo-bin/xmlguide.pl</entry>
<entry name="GrabDelay">100</entry>
<entry name="ListingType">XML</entry>
<entry name="XPath">//programme</entry>
<entry name="StartEntry">start</entry>
<entry name="EndEntry">stop</entry>
<entry name="ChannelEntry">channel</entry>
<entry name="TitleEntry">title</entry>
<entry name="DescEntry">desc</entry>
<entry name="GenreEntry">category</entry>
</section>
<section name="Info">
<entry name="GuideDays">7</entry>
<entry name="Lang">en</entry>
<entry name="Login">yes</entry>
<entry name="TimeZone">Greenwich Standard Time</entry>
<entry name="TimeAdjustOnly">yes</entry>
</section>
</profile>
Last edited by Forgotten Illustrator; 2006-09-11 at 04:07. Reason: bold |
| | |
| | #4 (permalink) |
| Portal Member Join Date: Aug 2005
Posts: 32
Thanks: 1
Thanked 0 Times in 0 Posts
| To be fair to the OzTivo people ( and not to be harsh to James ) but they announced the change to their XML stuff a little over a month ago. We just didn't notice because they had the "old version" ( ie the one which WebEPG works with ) running parallel with the new. They just stopped the old one running last week, which is where the problem occurs. |
| | |
| | #6 (permalink) |
| Portal Member | Ive got my Webepg kinda working again its is grabbing channels 9,10 and SBS for brisbane metro but it wont grab channel 7 is anyone else have this problem or someone maybe know a fix. when i go to http://minnie.tuhs.org/tivo-bin/xmlguide.pl and login with my oztivo details i get my full epg as required with all channels so im not really sure where to look next Thanks in advance |
| | |
| | #8 (permalink) |
| Super Moderator Join Date: Feb 2005 Location: Melbourne
Posts: 1,932
Thanks: 67
Thanked 28 Times in 28 Posts
Country: | Just remember that when you are editing these files manually that OzTivo and MP are case sensitive where the channel names are concerned. If you are missing a channel and cant work out why then this may be it. |
| | |
| | #9 (permalink) | |
| Portal Member Join Date: Dec 2005 Location: Sydney Age: 28
Posts: 236
Thanks: 3
Thanked 2 Times in 2 Posts
Country: | It was not tricky at all. I only edited a few lines Code: </section> <!-- Formating of Listing --> <section name="Listing"> <entry name="BaseURL">http://minnie.tuhs.org/tivo-bin/xmlguide.pl</entry> <!-- edited this to new URL --> <entry name="GrabDelay">100</entry> <!-- added of good luck --> <entry name="ListingType">XML</entry> <entry name="XPath">//programme</entry> <entry name="StartEntry">start</entry> <entry name="EndEntry">stop</entry> <entry name="ChannelEntry">channel</entry> <!-- added this line to identify channel --> <entry name="TitleEntry">title</entry> <entry name="DescEntry">desc</entry> <entry name="GenreEntry">category</entry> </section> Quote:
E.g. SBS digital 2 was <entry name="sbs2@sbs.com.au">SBSWN</entry> needs to be <entry name="sbs2@sbs.com.au">SBS-NEWS</entry> <entry name="sbs2@sbs.com.au">xxx-yyy</entry> xxx-yyy this is the information that you need to check in Oztivo XML to be the same. The hardest thing about it all was trying to understand the “manual” in the grabber section of the MP folder. Mind you it didn’t help me very much. | |
| | |
| | #10 (permalink) |
| Portal Member Join Date: Sep 2006 Location: Sydney Age: 38
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | Just so everyone knows there is an issue with the Oztivo guide data and that is that it is hosted by one person and the increasing number of users of the guide is maxing out his outbound network traffic. To keep abreast of the issues you need to subscribe to the mailing list from here: http://minnie.tuhs.org/mailman/listinfo/tvguide General info on the guidedata is here: http://minnie.tuhs.org/twiki/bin/view/Guidedata/WebHome To solve it he is talking about only sending out the data for what has changed since the last time it was downloaded. What is not known is how this affects the grabbing programs. Apparently MythTV is OK but MCE is not, I don't know what WebEPG will do. The hoster of the guide is going to talk to the MCE community via their forums to solve the issue with their MONSTER program. So anyway a heads-up to all if it begins to get flakey this is probably the reason. |
| | |
![]() |
| Bookmarks |
| Tags |
| grabber, oztivo, webepg |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Gaps in displayed EPG from WebEPG and OzTiVo (Australia) | Taipan | fixed 0.2.0.0 bugs | 13 | 2006-10-19 06:48 |
| [WebEPG-BUG] Discards programs in the future because : 'Program starts in the past' | ziphnor | fixed 0.2.0.0 bugs | 6 | 2006-10-17 22:32 |
| Why is my WebEPG doing this? | TheMerovingian | WebEPG | 13 | 2006-07-10 21:59 |
| A problem creating spanish TDT grabber for WEBEPG | pegial | WebEPG | 7 | 2006-06-04 13:14 |
| WebEPG does not work in Norway anymore? | Dal | WebEPG | 4 | 2006-03-28 14:01 |