X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=mytest.py;h=92e49bafce34c2ab44aaba523e5275c4edef8572;hp=a3cfb5a2bddf44588edfb3eeecdb09565e369282;hb=f4fb876e88bdd4ce3672a484d16ed6991c25cbba;hpb=85e468fa62411c066f23d64de384711aa2b35fa8 diff --git a/mytest.py b/mytest.py index a3cfb5a..92e49ba 100755 --- a/mytest.py +++ b/mytest.py @@ -10,7 +10,8 @@ from Tools.Profile import profile, profile_final profile("PYTHON_START") from enigma import runMainloop, eDVBDB, eTimer, quitMainloop, \ - getDesktop, ePythonConfigQuery, eAVSwitch, eServiceEvent + getDesktop, ePythonConfigQuery, eAVSwitch, eServiceEvent, \ + eEPGCache from tools import * profile("LANGUAGE") @@ -55,6 +56,9 @@ config.misc.isNextRecordTimerAfterEventActionAuto = ConfigYesNo(default=False) config.misc.useTransponderTime = ConfigYesNo(default=True) config.misc.startCounter = ConfigInteger(default=0) # number of e2 starts... config.misc.standbyCounter = NoSave(ConfigInteger(default=0)) # number of standby +config.misc.epgcache_filename = ConfigText(default = "/hdd/epg.dat") + +eEPGCache.getInstance().setCacheFile(config.misc.epgcache_filename.value) #demo code for use of standby enter leave callbacks #def leaveStandby():