On Sun, 27 Jan 2008, Jason Cox wrote:
> hi,
>       I have been rackin gmy brains on this for some time. I have installed
> 1.54 and 1.7.2 from gentoo portage and keep getting the sam thing
> happening.
> both grabbers that i use will download data, but neither will update the
> guide. the error i get is the following,
>
> Error in tv guide, skipping
> Traceback (most recent call last):
>   File "/usr/lib64/python2.4/site-packages/freevo/tv/epg_xmltv.py", line
> 283, in load_guide
>     prog.start = timestr2secs_utc(p['start'])
>   File "/usr/lib64/python2.4/site-packages/freevo/tv/epg_xmltv.py", line
> 363, in timestr2secs_utc
>     secs    = time.mktime(strptime.strptime(timestr, xmltv.date_format))
>   File "/usr/lib/python2.4/_strptime.py", line 293, in strptime
>     raise ValueError("time data did not match format:  data=%s  fmt=%s"
> %
> ValueError: time data did not match format:  data=20080201122500  fmt=%Y
> %m%d%H%M%S %Z
> Error in tv guide, skipping
> Scheduling favorites for recording:
>
>
> the data from the xml grabber looks like this
>
> For the XML Grabber:
>
> <programme channel="SC10-NSW" start="20080201122500"
> stop="20080201130000">
>     <title>Late Show with David Letterman</title>
>     <desc>David Letterman's chat show with celebrity interviews, music,
> and comments on the week's events.</desc>
>     <credits>
>       <director/>
>     </credits>
>     <category>Variety</category>
>     <category>Interview</category>
>     <category>Arts and Living</category>
>     <star-rating><value>0/10</value></star-rating>
>     <rating><value>PG</value></rating>
>   </programme>
>
>
> For SHEPHERD Grabber:
>
>   <programme start="20080123000000" stop="20080123002500"
> channel="ABC2TVNSW">
>     <title lang="en">Ideal</title>
>     <sub-title lang="en">The Money</sub-title>
>     <desc lang="en">Moz's life is in turmoil: Nicki's just given birth
> to a well-tanned baby; he gets raided by the police; PC gets drunk and
> wants to fight him; Stemroach and gang turn up to pay him less than
> expected and manage to stab PC in the process; Judith offers herself to
> him and they end up on the roof as his flat burns below them.</desc>
>     <category lang="en">Comedy</category>
>     <category lang="en">Comedies</category>
>     <episode-num system="xmltv_ns">1 . 7 . 0</episode-num>
>     <rating>
>       <value>M</value>
>     </rating>
>   </programme>
>
>
>
> I know it appears to be somthing around the date, but what?
>
> Thanks
> Jason Cox
>

you are missing the time zone offset 
run shepherd like this
XMLTV_GRABBER = '/home/tv/.shepherd/tv_grab_au --timeoffset=Auto'

i put this in the shepherd wiki, and pointed to it from the freevo wiki
so it is there for future reference


-- 
Education is what survives when what has been learnt has been forgotten.
                -- B.F. Skinner

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to