[vdr] How to detect if a timer was deleted?

2006-12-23 Thread Christian Wieninger
Hi, for a new feature of epgsearch, I'd like to do a continuous check (in a separate thread) if any timer was deleted via OSD or SVDRP since the last check. The only thing I found so far is to build a timer array and compare it at each check with the current timer list. But if timers where

Re: [vdr] How to detect if a timer was deleted?

2006-12-23 Thread Matthias Schniedermeyer
Christian Wieninger wrote: Hi, for a new feature of epgsearch, I'd like to do a continuous check (in a separate thread) if any timer was deleted via OSD or SVDRP since the last check. The only thing I found so far is to build a timer array and compare it at each check with the current

Re: [vdr] How to detect if a timer was deleted?

2006-12-23 Thread Udo Richter
Christian Wieninger wrote: for a new feature of epgsearch, I'd like to do a continuous check (in a separate thread) if any timer was deleted via OSD or SVDRP since the last check. The only thing I found so far is to build a timer array and compare it at each check with the current timer list.

Re: [vdr] How to detect if a timer was deleted?

2006-12-23 Thread Matthias Schniedermeyer
Christian Wieninger wrote: Hi, Matthias Schniedermeyer wrote: Does epgsearch save any status from epg-data and/or timers? yes, but the 'done' approach is currently different: epgsearch marks and saves a broadcast as done only if it has been successfully and That wasn't what i meant.