On 2005-12-01T12:10:38+0100, Brian wrote:
Are you sure that VDR will actually need to be patched to have this functionality?
Yes. There are three patches:
epgversion: EPG events have versions attached. The patch records these versions on disk. Version are used when broadcasters update their schedule. videgor needs this to decide whether a EPG event received from the network is up-to-date
setversion: Just adds a public setter method cTimer::SetPriority()
pasttimer: Allows to create timers in the past and avoids the automated deletion routines for old timers.
For the first two I can imaging that these patches will be included in the VDR. The last one is not useful for a non-videgor VDR
Kendy