Page 2 of 2

Re: v 3.13 & Digiguide

Posted: Thu Aug 26, 2010 11:52 am
by alanbirtles
i'll try to get a release out asap

Re: v 3.13 & Digiguide

Posted: Thu Aug 26, 2010 7:08 pm
by alanbirtles
3.13.01 out now!

Re: v 3.13 & Digiguide

Posted: Fri Aug 27, 2010 4:07 pm
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

Re: v 3.13 & Digiguide

Posted: Fri Aug 27, 2010 5:36 pm
by alanbirtles
I assume your output time zone is set to cet/cest?

Re: v 3.13 & Digiguide

Posted: Fri Aug 27, 2010 5:49 pm
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>

Re: v 3.13 & Digiguide

Posted: Fri Aug 27, 2010 7:19 pm
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>

Re: v 3.13 & Digiguide

Posted: Fri Aug 27, 2010 8:27 pm
by alanbirtles
weird, nothing has changed to do with time handling between 3.12 and 3.13

Re: v 3.13 & Digiguide

Posted: Fri Aug 27, 2010 8:52 pm
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

Re: v 3.13 & Digiguide

Posted: Tue Aug 31, 2010 2:44 pm
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

Re: v 3.13 & Digiguide

Posted: Thu Sep 16, 2010 9:49 pm
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

Re: v 3.13 & Digiguide

Posted: Thu Sep 16, 2010 9:50 pm
by psykix
Sorry, should have said - I'm running 3.13.01W

Cheers..

Re: v 3.13 & Digiguide

Posted: Thu Sep 16, 2010 10:10 pm
by psykix
Ignore, I got it going! Was the skin problem :-(

Re: v 3.13 & Digiguide

Posted: Tue Sep 28, 2010 9:12 pm
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