Mailing List archive

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

[vdr] Re: Display scanning while access recordings



Hello Emil,

* Emil Naepflein <Emil.Naepflein@philosys.de> [03-01-02 16:15]:
> 
> Why not improving the speed of the search by changing FINDCMD in
> recording.c?
> 
> Change the corresponding lines and it will be much faster.
> 
> #define FINDCMD      "ls -d %s/*/%s %s/*/*/%s 2> /dev/null"
> 
> asprintf(&cmd, FINDCMD, VideoDirectory, Deleted ? "*" DELEXT : "*" RECEXT,
>                         VideoDirectory, Deleted ? "*" DELEXT : "*" RECEXT);

Thanks for this tip, i edit the file and it is working faster.
I only wait 2-4 seconds.

-- 
Bye
Matthias



Home | Main Index | Thread Index