WebEPG doesn't export with timezone information (1 Viewer)

benjerry

MP Donator
  • Premium Supporter
  • September 26, 2007
    167
    10
    Home Country
    Netherlands Netherlands
    TV-Server Version: 1.0 RC4
    MediaPortal Version: 1.0 RC4
    MediaPortal Skin: Blue3 Wide Christmas
    Windows Version: Windows XP proff SP3
    CPU Type: AMD Athlon 64 x2 5000+ Brisbane
    HDD: Seagate Momentus 5400.3 80gb
    Memory: 2Gb 6400
    Motherboard: Asus M2A-VM HDMI
    Video Card: AMD/Ati 690G (IGP)
    Video Card Driver: Catalyst 8.10
    Sound Card: Realtek ALC883 (onboard)
    Sound Card AC3:
    Sound Card Driver: V51005404
    1. TV Card: FloppyDTV S2
    1. TV Card Type: DVB-S
    1. TV Card Driver: 5.0.1.0
    2. TV Card:
    2. TV Card Type:
    2. TV Card Driver:
    3. TV Card:
    3. TV Card Type:
    3. TV Card Driver:
    4. TV Card:
    4. TV Card Type:
    4. TV Card Driver:
    MPEG2 Video Codec: PowerDVD 7
    MPEG2 Audio Codec: ffdshow
    h.264 Video Codec: CoreAVC 1.85
    Satelite/CableTV Provider: 28.5E, 23.5E, 19.2E, 13.0E
    HTPC Case: SuperPower Cube MARS
    Cooling: Cooler Master Gemini II
    Power Supply: Antec Earthwatts 380w
    Remote: Microsoft MCE Remote
    TV: Panasonic 50PZ80
    TV - HTPC Connection: HDMI

    Hi.

    I found out that using WebEPG timezone corrections were applied 2 times.

    First time with exporting to tvguide.xml and secondly with importing the tvguide.xml with xmltv plugin.

    For example:

    Family Guy on BBC3 showing friday 9th. at 23:30-23:55.

    In radiotimes data shows 23:30-23:55

    Code:
    Family Guy~~I Never Met the Dead Man~~~~false~false~true~true~true~false~false~false~~~Animation~Animated comedy series about the everyday trials and tribulations of family life. After he destroys the city's television transmitter, Peter decides to spend more time with his family.~false~09/01/2009~23:30~23:55~25

    In tvguide.xml exported (I'm in Holland in timezone +1:00 gmt) as showing 00:30-00:55

    Code:
      <programme start="20090110003000" stop="20090110005500" channel="BBC THREE-bbc3@bbc.co.uk">
        <title>Family Guy</title>
        <sub-title>I Never Met the Dead Man</sub-title>
        <desc>Animated comedy series about the everyday trials and tribulations of family life. After he destroys the city's television transmitter, Peter decides to spend more time with his family.</desc>
        <category>Animation</category>
        <previously-shown />
      </programme>

    In MediaPortal TVGUIDE showing at 01:30-01:55 Like times are interpeted like in gmt timezone and timezone corrected again.

    I believe that WebEPG should export the right timezone information in the tvguide.xml like this to solve the problem (that's how it would look like with TVxb):

    Code:
      <programme start="20090110003000 +0100" stop="20090110005500 +0100" channel="BBC THREE-bbc3@bbc.co.uk">
        <title>Family Guy</title>
        <sub-title>I Never Met the Dead Man</sub-title>
        <desc>Animated comedy series about the everyday trials and tribulations of family life. After he destroys the city's television transmitter, Peter decides to spend more time with his family.</desc>
        <category>Animation</category>
        <previously-shown />
      </programme>
     

    benjerry

    MP Donator
  • Premium Supporter
  • September 26, 2007
    167
    10
    Home Country
    Netherlands Netherlands
    I've solved the problem temporarily by changing the radiotimes grabber definition file (1-xmltv_radiotimes_com.xml) from:

    Code:
      <Info language="en" availableDays="0" timezone="GMT Standard Time" version="2.0.3" />

    to:

    Code:
      <Info language="en" availableDays="0" timezone="W. Europe Standard Time" version="2.0.3" />

    This way no time change is done by WebEPG and only by the xmltv plugin in tv-server at the moment of import.
     

    Users who are viewing this thread

    Top Bottom