diff options
Diffstat (limited to 'lib/config.h')
-rw-r--r-- | lib/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/config.h b/lib/config.h index e0c729c..026d9f7 100644 --- a/lib/config.h +++ b/lib/config.h @@ -47,10 +47,13 @@ struct cEPG2VDRConfig int scheduleBoot; #else char cachePath[256+TB]; + char httpPath[256+TB]; char pluginPath[256+TB]; char epgView[100+TB]; + char theTvDBView[100+TB]; int updateThreshold; int maintanance; + int httpPort; #endif char dbHost[100+TB]; @@ -66,6 +69,10 @@ struct cEPG2VDRConfig int mainmenuFullupdate; int masterMode; char uuid[sizeUuid+TB]; + + int scrapEpg; + int scrapRecordings; + }; extern cEPG2VDRConfig EPG2VDRConfig; |