/* * config.c: TVTV plugin for the Video Disk Recorder * * See the README file for copyright information and how to reach the author. * */ #include "common.h" #include "config.h" cTVM2VDRConfig TVM2VDRConfig; cTVM2VDRConfig::cTVM2VDRConfig(void) { strn0cpy(username, "", sizeof(username)); strn0cpy(password, "", sizeof(password)); autoupdate = no; updatetime = 6; mainmenuVisible = yes; mainmenuFullupdate = 0; useproxy = no; strn0cpy(httpproxy, "127.0.0.1:8000", sizeof(httpproxy)); days = 5; upddays = 2; maximagesperevent = 1; loglevel = 0; epgImageSize = 0; strn0cpy(seriesUrl, "eplists.constabel.net", sizeof(seriesUrl)); seriesPort = 2006; storeSeriesToFs = no; seriesEnabled = yes; blacklist = no; }