Mailing List archive

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

[vdr] Re: VDR don't erase empty dir on /video0



Gregoire Favre wrote:
> 
> Hello,
> 
> I got plenty of empty directories in /video0... as vdr only erase them
> in /video1 full...
> 
> That with latest aio from 17-07.
> 
> Is there something to set?

From the function

void RemoveEmptyVideoDirectories(void)
{
  cVideoDirectory Dir;
  do {
     RemoveEmptyDirectories(Dir.Name());
     } while (Dir.Next());
}

in VDR/videodir.c I would assume that it should go through all
directories.

Is there anything special about the directories under /video0?

Klaus
-- 
_______________________________________________________________

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
_______________________________________________________________




Home | Main Index | Thread Index