Webepg Timezone Help (1 Viewer)

BigBuddha

Portal Pro
August 28, 2005
112
0
62
I am having trouble getting WebEpg to display any timezone information in the tvguide.xml. Here is what it is outputting:

<programme start="20060906003500" stop="20060906013500" channel="abc-wa@abc.net.au">

I think it should be outputting:

<programme start="20060906003500 +0000" stop="20060906013500
+0000" channel="abc-wa@abc.net.au">

I had to build my webepg config from hand adding the channels manually because whenver I try to import the channel list with webepg-config it throws an exception.

Anyway here is my webepg config in the hope that someone can spot the trouble:

<?xml version="1.0" encoding="utf-8"?>
<profile>


<section name="AuthSites">
<entry name="Count">1</entry>
</section>
<section name="Auth1">
<entry name="Site">minnie.tuhs.org</entry>
<entry name="Login">XXXXX</entry>
<entry name="Password">XXXXX</entry>
</section>


<section name="General">
<entry name="MaxDays">7</entry>
</section>
<section name="ChannelMap">
<entry name="Count">6</entry>
</section>
<section name="1">
<entry name="ChannelID">abc-wa@abc.net.au</entry>
<entry name="DisplayName">ABC</entry>
<entry name="Grabber1">AU\6-minnie_tuhs_org.xml</entry>
</section>
<section name="2">
<entry name="ChannelID">abc2@abc.net.au</entry>
<entry name="DisplayName">ABC2 Digital</entry>
<entry name="Grabber1">AU\6-minnie_tuhs_org.xml</entry>
</section>
<section name="3">
<entry name="ChannelID">9-wa-metro@ninemsn.com.au</entry>
<entry name="DisplayName">Nine</entry>
<entry name="Grabber1">AU\6-minnie_tuhs_org.xml</entry>
</section>
<section name="4">
<entry name="ChannelID">sbs-wa@sbs.com.au</entry>
<entry name="DisplayName">SBS</entry>
<entry name="Grabber1">AU\6-minnie_tuhs_org.xml</entry>
</section>
<section name="5">
<entry name="ChannelID">7-wa-metro@seven.com.au</entry>
<entry name="DisplayName">Seven</entry>
<entry name="Grabber1">AU\6-minnie_tuhs_org.xml</entry>
</section>
<section name="6">
<entry name="ChannelID">10-wa-metro@ten.com.au</entry>
<entry name="DisplayName">Ten</entry>
<entry name="Grabber1">AU\6-minnie_tuhs_org.xml</entry>
</section>
</profile>
 

Users who are viewing this thread

Top Bottom