Re: [vdr] cStatus::ChannelSwitch(...) Problem

2006-09-10 Thread Jörg Wendel
On Sunday 10 September 2006 11:43, Jörg Wendel wrote: > Thanks, > i have found a workaround for the pin plugin. > > Another question, is there a way to detect each user action? In detail i > looking for a way to detect the time between two user actions to activate > the FSK-Protection if the user

Re: [vdr] cStatus::ChannelSwitch(...) Problem

2006-09-10 Thread Jörg Wendel
Thanks, i have found a workaround for the pin plugin. Another question, is there a way to detect each user action? In detail i looking for a way to detect the time between two user actions to activate the FSK-Protection if the user is longer inactive than a configured time. Jörg On Sunday 10

Re: [vdr] cStatus::ChannelSwitch(...) Problem

2006-09-10 Thread Klaus Schmidinger
Stefan Huelswitt wrote: On 10 Sep 2006 Jörg Wendel <[EMAIL PROTECTED]> wrote: i use the the function "cStatus::ChannelSwitch(const cDevice *Device, int ChannelNumber) {}" in a plugin, now i wonder that it is called every 21 seconds! This begin 60 minutes after starting the VDR. Is this the t

Re: [vdr] cStatus::ChannelSwitch(...) Problem

2006-09-10 Thread Stefan Huelswitt
On 10 Sep 2006 Jörg Wendel <[EMAIL PROTECTED]> wrote: > i use the the function "cStatus::ChannelSwitch(const cDevice *Device, int > ChannelNumber) {}" > in a plugin, now i wonder that it is called every 21 seconds! This begin 60 > minutes > after starting the VDR. > > Is this the the normal