Author: dmeyer
Date: Sun Apr 22 13:48:14 2007
New Revision: 9494

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

Log:
adjust to kaa.epg changes

Modified: trunk/core/src/ipc/tvserver.py
==============================================================================
--- trunk/core/src/ipc/tvserver.py      (original)
+++ trunk/core/src/ipc/tvserver.py      Sun Apr 22 13:48:14 2007
@@ -266,7 +266,7 @@
             info['subtitle'] = prog.subtitle
 
         result = self.rpc('home-theatre.recording.add', prog.title,
-                          prog.channel.id, 1000, prog.start, prog.stop, info)
+                          prog.channel.name, 1000, prog.start, prog.stop, info)
         yield result
         if not result():
             # FIXME: get real error message from tvserver
@@ -381,7 +381,7 @@
             if isinstance(channels, kaa.notifier.InProgress):
                 yield channels
                 channels = channels()
-            channels = [ c.id for c in channels ]
+            channels = [ c.name for c in channels ]
 
         if days == 'ANY':
             days = [ 0, 1, 2, 3, 4, 5, 6 ]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to