From 7466abeda3437afb71ce9ab8c0917cd8ea14482c Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 26 Apr 2006 15:06:18 +0000 Subject: add ability to list all events for a specific start time/date (press Dream/Menu) --- lib/python/Components/EpgList.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python/Components') diff --git a/lib/python/Components/EpgList.py b/lib/python/Components/EpgList.py index 861063a3..82367ecc 100644 --- a/lib/python/Components/EpgList.py +++ b/lib/python/Components/EpgList.py @@ -234,11 +234,11 @@ class EPGList(HTMLComponent, GUIComponent): return self.epgcache.lookupEvent(list) return [ ] - def fillMultiEPG(self, services): + def fillMultiEPG(self, services, stime=-1): t = time() test = [ '0RIBDTCN' ] for service in services: - tuple = ( service.ref.toString(), 0 ) + tuple = (service.ref.toString(), 0, stime) test.append( tuple ) self.list = self.queryEPG(test) self.l.setList(self.list) -- cgit v1.2.3