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

Modified Files:
        tv_grab.py 
Log Message:
adjust to kaa.epg changes


Index: tv_grab.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/tv_grab.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** tv_grab.py  17 Jul 2005 12:43:34 -0000      1.24
--- tv_grab.py  21 Aug 2005 14:01:40 -0000      1.25
***************
*** 121,130 ****
          print 'TV_CHANNELS = ['
          for c in chanlist[:-1]:
!             print '    ( \'%s\', \'%s\', \'%s\' ), ' % (c['id'], 
!                                                         c['display_name'], 
!                                                         c['access_id'])
          print '    ( \'%s\', \'%s\', \'%s\' ) ] ' % \
!               (chanlist[-1]['id'], chanlist[-1]['display_name'], 
!                chanlist[-1]['access_id'])
          sys.exit(0)
  
--- 121,130 ----
          print 'TV_CHANNELS = ['
          for c in chanlist[:-1]:
!             print '    ( \'%s\', \'%s\', \'%s\' ), ' % (c[kaa.epg.ID], 
!                                                         
c[kaa.epg.DISPLAY_NAME], 
!                                                         c[kaa.epg.ACCESS_ID])
          print '    ( \'%s\', \'%s\', \'%s\' ) ] ' % \
!               (chanlist[-1][kaa.epg.ID], chanlist[-1][kaa.epg.DISPLAY_NAME], 
!                chanlist[-1][kaa.epg.ACCESS_ID])
          sys.exit(0)
  
***************
*** 142,147 ****
          print 'TV_CHANNELS_EXCLUDE = ['
          for c in chanlist[:-1]:
!             print '    \'%s\',' % c['id']
!         print '    \'%s\', ] ' % chanlist[-1]['id']
          sys.exit(0)
  
--- 142,147 ----
          print 'TV_CHANNELS_EXCLUDE = ['
          for c in chanlist[:-1]:
!             print '    \'%s\',' % c[kaa.epg.ID]
!         print '    \'%s\', ] ' % chanlist[-1][kaa.epg.ID]
          sys.exit(0)
  



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to