X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=mytest.py;h=d34924beec260b4abfc5a7ce7e5351417a3f7802;hp=92e49bafce34c2ab44aaba523e5275c4edef8572;hb=7b2960a205f3c3e3b421d1664cd38644b3ffb679;hpb=7fd4241a1d7b8d7c36385860b24882636517473b diff --git a/mytest.py b/mytest.py index 92e49ba..d34924b 100755 --- a/mytest.py +++ b/mytest.py @@ -58,7 +58,9 @@ 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) +def setEPGCachePath(configElement): + eEPGCache.getInstance().setCacheFile(configElement.value) +config.misc.epgcache_filename.addNotifier(setEPGCachePath) #demo code for use of standby enter leave callbacks #def leaveStandby():