Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: vdradmin v0.18



On Sat, 21 Dec 2002 11:47:49 +0100, Emil Naepflein
<Emil.Naepflein@philosys.de> wrote:

> > Maybe this repeat feature could be made configurable? 
> 
> You can disable this feature bei changing line 1968 to:
>     if(0 && length($dor) == 7)  { # repeating timer

If you change this line to:

    if($CONFIG{RECORDINGS} && length($dor) == 7)  { # repeating timer

you can disable the complete timer conflict feature by setting the
number of available DVB cards to 0.

Emil


--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index