v 3.13 & Digiguide

Discussion of Version 3 and developing lua grabbers
alanbirtles
Site Admin
Posts: 495
Joined: Mon Sep 06, 2004 4:44 pm

Re: v 3.13 & Digiguide

Post by alanbirtles »

i'll try to get a release out asap
alanbirtles
Site Admin
Posts: 495
Joined: Mon Sep 06, 2004 4:44 pm

Re: v 3.13 & Digiguide

Post by alanbirtles »

3.13.01 out now!
kantjer
Posts: 24
Joined: Tue Apr 25, 2006 7:34 am

Re: v 3.13 & Digiguide

Post by kantjer »

I just installed 3.13.01 and there is a 1 hour difference in the imported Diguide channels (see example below) compared to 3.12.00 that showed the correct time.

<

Code: Select all

tv date="20100827" generator-name="XMLTV GUI V. 3.12.00W" generator-url="http://www.birtles.org.uk/xmltv">
 <programme start="20100820203000 +0200" stop="20100820210000 +0200" channel=" 13_bbc1">
    <title>A Question of Sport</title>
    <desc>Sue Barker asks the questions in the light-hearted sports quiz. Regular team captains Matt Dawson and Phil Tufnell are joined by England cricketer Mark Butcher, Welsh international footballer Chris Coleman, Commonwealth champion athlete Lisa Dobriskey, and Irish international rugby star Geordan Murphy.</desc>
    <category>Quiz Show</category>
    <subtitles type="teletext"></subtitles>
    <star-rating>
      <value>4/5</value>
    </star-rating>
  </programme>

Code: Select all

<tv date="20100827" generator-name="XMLTV GUI V. 3.13.01W" generator-url="http://www.birtles.org.uk/xmltv">
  <programme start="20100820213000 +0200" stop="20100820220000 +0200" channel=" 13_bbc1">
<title>A Question of Sport</title>
    <desc>Sue Barker asks the questions in the light-hearted sports quiz. Regular team captains Matt Dawson and Phil Tufnell are joined by England cricketer Mark Butcher, Welsh international footballer Chris Coleman, Commonwealth champion athlete Lisa Dobriskey, and Irish international rugby star Geordan Murphy.</desc>
    <category>Quiz Show</category>
    <subtitles type="teletext"></subtitles>
    <star-rating>
      <value>4/5</value>
    </star-rating>
  </programme>
I also tried 3.13.00, it has the same problem as 3.13.01, reverting back to 3.12.00 and al times are ok again.

Any idea what is happening here?
Bauke
alanbirtles
Site Admin
Posts: 495
Joined: Mon Sep 06, 2004 4:44 pm

Re: v 3.13 & Digiguide

Post by alanbirtles »

I assume your output time zone is set to cet/cest?
alanbirtles
Site Admin
Posts: 495
Joined: Mon Sep 06, 2004 4:44 pm

Re: v 3.13 & Digiguide

Post by alanbirtles »

try a clean install, its working for me here:

Code: Select all

  <programme start="20100820203000 +0200" stop="20100820210000 +0200" channel="UK_Digi_101">
    <title>A Question of Sport ****</title>
    <desc>Sue Barker asks the questions in the light-hearted sports quiz. Regular team captains Matt Dawson and Phil Tufnell are joined by England cricketer Mark Butcher, Welsh international footballer Chris Coleman, Commonwealth champion athlete Lisa Dobriskey, and Irish international rugby star Geordan Murphy.</desc>
    <category>Quiz Show</category>
    <subtitles type="teletext"></subtitles>
    <star-rating>
      <value>4/5</value>
    </star-rating>
  </programme>
kantjer
Posts: 24
Joined: Tue Apr 25, 2006 7:34 am

Re: v 3.13 & Digiguide

Post by kantjer »

alanbirtles wrote:I assume your output time zone is set to cet/cest?
Yes it is.

I tried a fresh install but I'm getting the same result

Code: Select all

 <programme start="20100820213000 +0200" stop="20100820220000 +0200" channel="XMLTV_Import_ 13_bbc1">
    <title>A Question of Sport</title>
alanbirtles
Site Admin
Posts: 495
Joined: Mon Sep 06, 2004 4:44 pm

Re: v 3.13 & Digiguide

Post by alanbirtles »

weird, nothing has changed to do with time handling between 3.12 and 3.13
kantjer
Posts: 24
Joined: Tue Apr 25, 2006 7:34 am

Re: v 3.13 & Digiguide

Post by kantjer »

alanbirtles wrote:weird, nothing has changed to do with time handling between 3.12 and 3.13
I tried it on 2 different machines (win 7 and windows home server) both are showing the same difference between 3.12 and 3.13.

EDIT: Just tried to set my system time 1 hour back by switching of DST, without a restart of DigiGuide times are still 1 hour of, but after a restart of DigGuide times are OK.
Maybe this helps.

Bauke
kantjer
Posts: 24
Joined: Tue Apr 25, 2006 7:34 am

Re: v 3.13 & Digiguide

Post by kantjer »

Something seems to go wrong with the time zone setting in the PC, it looks like the DigiGuide grabber always expects the time zone to be UTC.
See test below, time zone in XMLTV set to CET in al tests.

Code: Select all

PC Time Zone UTC -1
 </programme>
  <programme start="20100824193000 +0200" stop="20100824200000 +0200" channel="UK_Digi_101">

Code: Select all

PC Time zone UTC
</programme>
  <programme start="20100824203000 +0200" stop="20100824210000 +0200" channel="UK_Digi_101">

Code: Select all

PC Time zone UTC +1
</programme>
  <programme start="20100824213000 +0200" stop="20100824220000 +0200" channel="UK_Digi_101">
Bauke
psykix
Posts: 3
Joined: Thu Sep 16, 2010 9:47 pm

Re: v 3.13 & Digiguide

Post by psykix »

Hiya, I've been trying to get this working for hours now!

I originally had the DG2XML skin issue... I got that sorted, but now I have the same problem as above - output pasted below.. Any ideas??

21:49:13 - Starting pass 1 of grabber UK_Digi
21:49:13 - Logging In
21:49:13 - Getting start date
21:49:13 - Downloading http://localhost:2402/skin-DG2XML/sid-9 ... hi=0&noc=5
21:49:13 - Finished pass 1 of grabber UK_Digi
21:49:13 - 0 programs found
21:49:13 - Combining Grabber Programs
21:49:13 - Finished Combining Grabber Programs
21:49:13 - Writing XML
21:49:13 - No programs found, aborting xml writing
psykix
Posts: 3
Joined: Thu Sep 16, 2010 9:47 pm

Re: v 3.13 & Digiguide

Post by psykix »

Sorry, should have said - I'm running 3.13.01W

Cheers..
psykix
Posts: 3
Joined: Thu Sep 16, 2010 9:47 pm

Re: v 3.13 & Digiguide

Post by psykix »

Ignore, I got it going! Was the skin problem :-(
kantjer
Posts: 24
Joined: Tue Apr 25, 2006 7:34 am

Re: v 3.13 & Digiguide

Post by kantjer »

Hi Alen,

Have you seen my post from Aug 31 :oops:
I'm still puzzled why the digiguide grabber isn't working on any of my systems.

Bauke
Post Reply