summaryrefslogtreecommitdiff
path: root/plgconfig.c
blob: 4dda3d2682001854a3ef3c8d0d74690892424373 (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
/*
 * 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;
}