Re: [vdr] [ANNOUNCE] vdr-dxr3 0.2.9

2009-01-03 Thread Jan Willies
Ville Skyttä schrieb:
> On Friday 02 January 2009, Jan Willies wrote:
> 
>> Is there a way to apply the brightness/contrast settings on VDR-start?
>> Currently I have to go to Menu->System->Plugins->Dxr3 and press OK after
>> every start of VDR.
> 
> Hm, the configured values do get saved but I have no idea why there's no code 
> to apply them at startup.  The attached patch should fix that.

Yup works great, thanks.


cheers

- jan

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Frequent use of femon leads to "Too many open files", frontend0 file handles aren't closed

2009-01-03 Thread Rolf Ahrenberg
On Sat, 3 Jan 2009, Brendon Higgins wrote:

> I've encountered a problem with the femon plugin opening
> /dev/dvb/adapter0/frontend0 and not closing it. While tracking down a 
> different
> issue I wrote a small script that would periodically (every 30 seconds, say)
> use svdrp and the femon plugin to grab some information about the current
> status of my DVB signal. After some hours of this running I discovered VDR
> would have some weird problems, and I've since narrowed it down to the fact
> that for whatever reason each loop of my script causes a new opening of
> /dev/dvb/adapter0/frontend0, which is never closed (even though I do send the
> femon quit command). I can keep track of how many open file handles there are
> using "lsof | grep frontend0 | wc", which goes from one open instance at
> startup to several hundred after hours of running.

Hi, I just tried to reproduce this on my system and if you're using 
"OPEN" and "QUIT" command pairs the opened frontend just won't get 
closed. I'll take a deeper look at it later...

BR,
--
rofa

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr