Mailing List archive

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

[vdr] Re: Min lifespan of deleted recordings is 1 minute, should be 1 hour?



Jaakko Hyv=E4tti wrote:
>=20
>   Hi!  This small fix changes the actual behaviour to the documented on=
e.
>=20
> diff -rubB old/vdr-1.1.28/recording.c vdr-1.1.28/recording.c
> --- old/vdr-1.1.28/recording.c  Sat Apr 12 12:51:44 2003
> +++ vdr-1.1.28/recording.c      Sun Apr 27 08:59:07 2003
> @@ -78,7 +78,7 @@
>                   r0 =3D r;
>                r =3D Recordings.Next(r);
>                }
> -        if (r0 && time(NULL) - r0->start > DELETEDLIFETIME * 60) {
> +        if (r0 && time(NULL) - r0->start > DELETEDLIFETIME * 3600) {
>             r0->Remove();
>             RemoveEmptyVideoDirectories();
>             LastRemoveCheck +=3D REMOVELATENCY;

Thanks, what a silly mistake...

Klaus
--=20
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


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



Home | Main Index | Thread Index