summaryrefslogtreecommitdiff
path: root/plgconfig.c
blob: 786f3d906d27a5efa89893b74d5bdbba589d6e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
 * config.c:
 *
 * See the README file for copyright information and how to reach the author.
 *
 */

#include "plgconfig.h"

cEpg2VdrConfig Epg2VdrConfig;

//***************************************************************************
// cEpg2VdrConfig
//***************************************************************************

cEpg2VdrConfig::cEpg2VdrConfig()
   : cEpgConfig()
{
   mainmenuVisible = yes;
   mainmenuFullupdate = 0;
   blacklist = no;

   activeOnEpgd = no;
   scheduleBoot = no;
   masterMode = 0;
   shareInWeb = yes;
   createTimerLocal = no;
   useCommonRecFolder = yes;
   xchgOkBlue = no;

   replaceScheduleMenu = no;
   replaceTimerMenu = no;
   userIndex = 0;
   *user = 0;
   showEmptyChannels = no;
   extendedEpgData2Aux = no;
   switchTimerNotifyTime = 0;
}