Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28304/src/tv

Modified Files:
        epg_types.py record_client.py 
Log Message:
Attempt to solve scheduled recordings upgrade problem.


Index: record_client.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/record_client.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** record_client.py    10 Jul 2004 12:33:41 -0000      1.19
--- record_client.py    19 Jul 2004 16:24:47 -0000      1.20
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.20  2004/07/19 16:24:47  rshortt
+ # Attempt to solve scheduled recordings upgrade problem.
+ #
  # Revision 1.19  2004/07/10 12:33:41  dischi
  # header cleanup
***************
*** 55,59 ****
                  (config.TV_RECORD_SERVER_IP, config.TV_RECORD_SERVER_PORT)
  
! server = xmlrpclib.Server(server_string)
  
  def returnFromJelly(status, response):
--- 58,62 ----
                  (config.TV_RECORD_SERVER_IP, config.TV_RECORD_SERVER_PORT)
  
! server = xmlrpclib.Server(server_string, allow_none=1)
  
  def returnFromJelly(status, response):

Index: epg_types.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/epg_types.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** epg_types.py        10 Jul 2004 12:33:41 -0000      1.20
--- epg_types.py        19 Jul 2004 16:24:47 -0000      1.21
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.21  2004/07/19 16:24:47  rshortt
+ # Attempt to solve scheduled recordings upgrade problem.
+ #
  # Revision 1.20  2004/07/10 12:33:41  dischi
  # header cleanup
***************
*** 55,59 ****
  # The file format version number. It must be updated when incompatible
  # changes are made to the file format.
! EPG_VERSION = 5
  
  
--- 58,62 ----
  # The file format version number. It must be updated when incompatible
  # changes are made to the file format.
! EPG_VERSION = 6
  
  
***************
*** 69,72 ****
--- 72,88 ----
  class TvProgram:
  
+     channel_id = None
+     title      = None
+     desc       = None
+     sub_title  = None
+     start      = None
+     stop       = None
+     ratings    = None
+     advisories = None
+     categories = None
+     date       = None
+     scheduled  = None
+ 
+ 
      def __init__(self):
          self.channel_id = ''



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to