From bogdan@uci.agh.edu.pl Thu Dec 28 19:13:19 2006 From: Boguslaw Juza To: vdr@linuxtv.org Subject: [vdr] EPG from external source Date: Thu, 28 Dec 2006 19:12:47 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9221746219568243437==" --===============9221746219568243437== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi! >From manual: " 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)" I want VDR to overwrite events which I have imported from external source. What should I set as table id for external events? What will happen if I set recording for event, which will be replaced by data from DVB stream? Boguslaw Juza --===============9221746219568243437==-- From Klaus.Schmidinger@cadsoft.de Thu Dec 28 23:23:23 2006 From: Klaus Schmidinger To: vdr@linuxtv.org Subject: Re: [vdr] EPG from external source Date: Thu, 28 Dec 2006 23:23:18 +0100 Message-ID: <459443D6.9040808@cadsoft.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6236751083851558927==" --===============6236751083851558927== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Boguslaw Juza wrote: > Hi! > >> From manual: > > "
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)" > > I want VDR to overwrite events which I have imported from external source. > What should I set as table id for external events? The events from the DVB data stream have table ids in the range 0x4E..0x6F. VDR only overwrites events if the new ID is not higher than the existing one. In your case I suggest you use anything >= 0x70. > What will happen if I > set recording for event, which will be replaced by data from DVB stream? Assuming this is not a VPS recording, VDR will just assign the best matching event to the timer. Klaus --===============6236751083851558927==--