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

2006-09-10 Thread Jörg Wendel
Hi, 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 behavior? How i can detect wat's the matter, a 'automatic'

Re: [vdr] Latest VIDEGOR

2006-09-10 Thread Jörg Wendel
http://i30www.ira.uka.de/p2p/videgor/download.de.html Jörg On Sunday 10 September 2006 22:13, Rene Hertell wrote: Rene Hertell wrote: Hi, I'm trying to locate the latest 0.1.0-version of the videgor-plugin for VDR, but on the downloadpage @ www.videgor.net is only a dead link. In

Re: [vdr] vdr shutdown handling / streamdev plugin

2006-11-15 Thread Jörg Wendel
Filed it in the streamdev bugtracker. thanks, till then i update to the recent CVS version Concerning your syslog problem: There was a time when streamdev-cvs was not maintained at all. A few patches have been around to get it working with VDR 1.4 . Your streamdev used one of these patches

[vdr] cStatus::OsdClear

2009-02-14 Thread Jörg Wendel
Hello, i using the status interface in a plugin. No I wonder why cStatus::OsdClear() and therefore also ::OsdItem() and ::OsdCurrentItem() is called every second, even if i don't touch any key. This behavior is not in all menus, most notably in the main menu. In other menus only

Re: [vdr] cStatus::OsdClear

2009-02-15 Thread Jörg Wendel
Hi, sorry typo, I mean of course VDR version 1.7.4 ! Regards Jörg On Samstag 14 Februar 2009 19:33:51 Jörg Wendel wrote: Hello, i using the status interface in a plugin. No I wonder why cStatus::OsdClear() and therefore also ::OsdItem() and ::OsdCurrentItem() is called every second, even

Re: [vdr] cStatus::OsdClear

2009-02-22 Thread Jörg Wendel
Hi, sorry for pushing this! Nobody a idea why this tree methods (OsdClear, OsdItem, OsdCurrentItem) of the Status interface called every second when I'm in the main menu and don't press a key? Regards Jörg On Sonntag 15 Februar 2009 09:39:55 Jörg Wendel wrote: Hi, sorry typo, I mean

Re: [vdr] cStatus::OsdClear

2009-02-22 Thread Jörg Wendel
, Setup.CustomMainMenuTitle)); else if (Setup.MainMenuTitle == 3) SetTitle(cString::sprintf(%s %s, tr(VDR), VDRVERSION)); result = true; } I will contact the patch developer. Tanks, Regards Jörg On Sonntag 22 Februar 2009 09:44:46 Jörg Wendel wrote: Hi, sorry

Re: [vdr] cStatus::OsdClear

2009-02-22 Thread Jörg Wendel
Hi, ...and these patch hunks don't belong to Liemikuutio patch although the define suggests so, so you'll have to blame the extension patch author. thanks, i have written a mail to zulu Regards Jörg On Sonntag 22 Februar 2009 15:09:40 Rolf Ahrenberg wrote: On Sun, 22 Feb 2009, Jörg Wendel