Implemented automatic deleting of timeshift recording

This commit is contained in:
Klaus Schmidinger
2010-03-07 12:43:30 +01:00
parent 2f16565bc8
commit 74d6d35bce
31 changed files with 402 additions and 113 deletions

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: config.h 2.23 2010/02/28 15:18:31 kls Exp $
* $Id: config.h 2.24 2010/03/06 15:29:46 kls Exp $
*/
#ifndef __CONFIG_H
@@ -276,6 +276,7 @@ public:
int FontFixSize;
int MaxVideoFileSize;
int SplitEditedFiles;
int DelTimeshiftRec;
int MinEventTimeout, MinUserInactivity;
time_t NextWakeupTime;
int MultiSpeedMode;