karim wrote:
Since my provider displays *only* now/next infos (because their EPG isn't standard), I download "one week" epg from the web, and fill vdr with it
via
svdrp. Working Great.
Since vdr-1.3.25, I don't use "disable_double_epg patch" anymore. I noticed that vdr, when "now/next epg" and "imported epg" have the same title, choose to display now/next information, and drop others.
Is it possible to choose the opposite, because imported web epg is more complete ?
Are you giving the external EPG events a "table id"? By default, the table id would be 0, and any event with a 0 table id should not be overwritten by events received from the data stream - provided the events have either the same event id or the same start time. Klaus
Sorry, I don't know what is "table id". Could you please explain ?
See man vdr(5):
EPG DATA ... E <event id> <start time> <duration> <table id> ... <table id> is a hex number that indicates the table this event is contained in (if this is left empty or 0 this event will not be overwritten or modified by data that comes from the DVB stream)
Klaus