Posts: 18
Joined: Dec 2009
Reputation:
0
Zazza
Junior Member
Posts: 18
2013-02-04, 22:51
Greetings,
sorry but I'm duplicating my question in this forum section since the problem seems backend-related (VDR in this case) and not general.
How can I prevent the XBMC windows client to update "now and next" events (and thus overwriting the previously imported timeline from the backend) while switching on a channel?
Thanks...
Posts: 6,810
Joined: Jul 2010
Reputation:
198
Sorry, I can't follow. What exactly is the issue?
Posts: 138
Joined: Oct 2008
Reputation:
0
Zazza, i don't think it's Xbmc that updates your now and next. It's vdr that does that. Maybe somewhere around there is a patch to disable this, but i'm not sure.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
Setting EPGScanTimeout (setup.conf) to zero disables updates to epg from dvb.
Posts: 369
Joined: Jan 2011
Reputation:
3
There is also noepg plugin for VDR which allow to select on which channels epg shouldn't be touched by VDR.
Posts: 369
Joined: Jan 2011
Reputation:
3
Stop VDR before editing setup.conf
Posts: 6,810
Joined: Jul 2010
Reputation:
198
VNSI does not write anything to epg. It just reads the data and transfers to XBMC.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
As I said earlier VNSI does not write to vdr's epg data base, regardless of the value of EPGScanTimeout. Why do you think this is done by vnsi?
Posts: 52
Joined: Dec 2009
Reputation:
0
disabling EPG scan is not disabling the reading of the EPG if you are tuned to the channel. Its just disabling the periodic scan of EPG on idle devices.
If you use external EPG, you need to make sure to do it correctly. Either you use an import which is capable of doing this right (i.e. xmltv2vdr plugin) or you use noepg plugin to block out DVB EPG completly for the given channels. I'm using noepg-plugin with external EPG.
This is general VDR handling - not related to VNSI or XBMC.