diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-20 16:47:09 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-20 16:47:09 +0100 |
commit | 305abd449f33d3885d2167c05f33d3144ee05d15 (patch) | |
tree | 4540162e082ea1224d2c3a9d2ef1e2b6476aa496 /HISTORY | |
parent | fd839aae7b0a443db6f0eab59fcc93f03aafd0ba (diff) | |
download | vdr-305abd449f33d3885d2167c05f33d3144ee05d15.tar.gz vdr-305abd449f33d3885d2167c05f33d3144ee05d15.tar.bz2 |
Now using 'ftw()' instead of an external 'find' to collect recordings
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -900,3 +900,6 @@ Video Disk Recorder Revision History subdirectories for the recordings. This can be controlled through the "RecordingDirs" parameter in the "Setup" menu. See "MANUAL/Replaying a Recording" for details. +- Now using a call to the 'ftw()' library function instead of an external 'find' + command to collect the recordings (thanks to Emil Naepflein for his hint about + this function). |