Author: dmeyer
Date: Thu Mar 23 19:33:18 2006
New Revision: 8130

Modified:
   trunk/core/src/ipc/tvserver.py

Log:
add update function

Modified: trunk/core/src/ipc/tvserver.py
==============================================================================
--- trunk/core/src/ipc/tvserver.py      (original)
+++ trunk/core/src/ipc/tvserver.py      Thu Mar 23 19:33:18 2006
@@ -454,6 +454,13 @@
             return self.guide.search(*args, **kwargs)
         return []
 
+
+    def update(self):
+        if not self.server:
+            return False
+        self.server.rpc('home-theatre.epg.update', None).call()
+        return True
+
         
 def ipc_connect(instance):
     # the two objects handling recordings and favorites


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to