Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
nothing special showing up in that debug log. I'll add some more debug logging in the epg update code.
but I'm still suspecting vdr/vnsi because I haven't seen that behaviour since the conversion to utc times in the interface was made.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 182
Joined: May 2009
Reputation:
0
rdoac
Senior Member
Posts: 182
It looks like the epg is all there in the right place, but the 8 hours between now and then get thrown away. I'm wondering if that would fit with my GMT offset (and being on summer time).. So, vdr-vnsi sends the details, but then the new utc zoning requests it again, but offset to my actual time.. (Maybe calls it using utc, but it's interpretted as local time?)..
However, why would it pull in correctly initially?
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
yeah good point. I'll check the old entry cleanup code later today. could still be an issue in there.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 182
Joined: May 2009
Reputation:
0
rdoac
Senior Member
Posts: 182
Any news on this? Does anyone else have this issue?
Posts: 6,810
Joined: Jul 2010
Reputation:
198
i think the problem is that in PVR::CPVREpg::Cleanup local time is compared with utc.
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
thought I checked that. will have a look at it
edit:
yeah, it's comparing utc and local time in CEpg::RemoveTagsBetween(time_t start, time_t end, bool bRemoveFromDb = false)
will fix it
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 182
Joined: May 2009
Reputation:
0
rdoac
Senior Member
Posts: 182
I have.. Looks like it's working.. Am playing around with the my channels.conf at the moment, but at first glace all was good.
The only issue may be that the current program wasn't in the channels list, but the timeline was correct and stayed that way..
Posts: 182
Joined: May 2009
Reputation:
0
rdoac
Senior Member
Posts: 182
Now I have an epg I can tell you more information. Everything works from the timeline window. However, once the epg has loaded the channels appear empty. If I click in one, the channel starts but the info button doesn't show any information. If I select menu I don't have an epg button I can click on to check either the surrounding channels or the schedule for that channel.
If I select a channel via timeline, the info window has the channel information.