Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1:/tmp/cvs-serv25729
Modified Files:
tv_grab.py
Log Message:
The channel number portion of TV_CHANNELS entries is handled as a string,
this is especially important for some European channels ie: E8.
Index: tv_grab.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/tv_grab.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tv_grab.py 14 Oct 2003 02:44:11 -0000 1.2
--- tv_grab.py 15 Oct 2003 19:26:55 -0000 1.3
***************
*** 12,15 ****
--- 12,19 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.3 2003/10/15 19:26:55 rshortt
+ # The channel number portion of TV_CHANNELS entries is handled as a string,
+ # this is especially important for some European channels ie: E8.
+ #
# Revision 1.2 2003/10/14 02:44:11 rshortt
# Adding an option for tv_grab to use tv_sort on the listings and also to
***************
*** 93,98 ****
print 'TV_CHANNELS = ['
for c in chanlist[:-1]:
! print ' ( \'%s\', \'%s\', %s ), ' % c
! print ' ( \'%s\', \'%s\', %s ) ] ' % chanlist[-1]
sys.exit(0)
--- 97,102 ----
print 'TV_CHANNELS = ['
for c in chanlist[:-1]:
! print ' ( \'%s\', \'%s\', \'%s\' ), ' % c
! print ' ( \'%s\', \'%s\', \'%s\' ) ] ' % chanlist[-1]
sys.exit(0)
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog