aedon Wrote:No issue with the EPG at the moment.
date
Code:
So 8. Mai 12:59:17 CEST 2011
It won't affect you, you're one hour ahead of UTC. It's only an error when behind UTC..
Sun May 8 09:08:08 CDT 2011
rdoac
Senior Member Posts: 163 Joined: May 2009 Reputation: 0 |
2011-05-08 16:08
Post: #21
aedon Wrote:No issue with the EPG at the moment. It won't affect you, you're one hour ahead of UTC. It's only an error when behind UTC.. Sun May 8 09:08:08 CDT 2011 |
| find quote |
FernetMenta
Team-XBMC Member Posts: 1,711 Joined: Jul 2010 Reputation: 37 Location: Munich |
2011-05-08 18:58
Post: #22
i think the problem is that in PVR::CPVREpg::Cleanup local time is compared with utc.
|
| find quote |
opdenkamp
Team-XBMC PVR Developer Joined: Feb 2009 Reputation: 25 Location: Heerlen, The Netherlands |
2011-05-08 21:56
Post: #23
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. |
| find quote |
FernetMenta
Team-XBMC Member Posts: 1,711 Joined: Jul 2010 Reputation: 37 Location: Munich |
2011-05-09 19:25
Post: #24
shouldn't that be tag->EndAsUTC in that code, since firstDate is in UTC?
Code: void PVR::CPVREpg::Cleanup(const CDateTime &Time) |
| find quote |
purch
Junior Member Posts: 5 Joined: Oct 2009 Reputation: 0 |
2011-05-09 20:17
Post: #25
I installed today the new xbmc (2:11.0-pvr+odk34~git20110508.23bd2c9-0ubuntu1~ppa+odk34~lucid). EPG is still empty like with last 2-3 builds. I have same packages as aedon posted on the previous page.
I can use epg in vdr-sxfe and everything there is ok. In xbmc I can watch tv, but epg says no information and db files are pretty empty too. Channels are only listed in xbmc. debug log: http://pastebin.com/ZUyYcx3a TImezone EEST |
| find quote |
rdoac
Senior Member Posts: 163 Joined: May 2009 Reputation: 0 |
2011-05-10 15:12
Post: #26
FernetMenta Wrote:shouldn't that be tag->EndAsUTC in that code, since firstDate is in UTC? This patch improves the problem a lot. It's now 8.10am and with this patch the on channel epg starts again at 11am instead of 4pm.. I got tvheadend working today and the same problem exists with that as with VDR, so this is an XBMC side problem with a +UTC timezone.. |
| find quote |
opdenkamp
Team-XBMC PVR Developer Joined: Feb 2009 Reputation: 25 Location: Heerlen, The Netherlands |
2011-05-10 15:34
Post: #27
bleh, forgot that the cleanup method is overwritten in CPVREpg and only fixed it in CEpg
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. |
| find quote |
opdenkamp
Team-XBMC PVR Developer Joined: Feb 2009 Reputation: 25 Location: Heerlen, The Netherlands |
2011-05-10 16:01
Post: #28
could you try https://github.com/opdenkamp/xbmc/commit...3a69c23c93
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. |
| find quote |
rdoac
Senior Member Posts: 163 Joined: May 2009 Reputation: 0 |
2011-05-10 19:19
Post: #29
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.. |
| find quote |
rdoac
Senior Member Posts: 163 Joined: May 2009 Reputation: 0 |
2011-05-10 19:39
Post: #30
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. |
| find quote |