Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4809/src/helpers
Modified Files:
recordserver.py tvstat.py
Log Message:
delete old tv variables, rename some and fix detection
Index: tvstat.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/tvstat.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** tvstat.py 28 Nov 2004 17:32:08 -0000 1.5
--- tvstat.py 5 Dec 2004 13:01:11 -0000 1.6
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.6 2004/12/05 13:01:11 dischi
+ # delete old tv variables, rename some and fix detection
+ #
# Revision 1.5 2004/11/28 17:32:08 dischi
# use config.detect
***************
*** 21,25 ****
#
# Revision 1.2 2004/08/13 16:17:33 rshortt
! # More work on tv settings, configuration of v4l2 devices based on
TV_SETTINGS.
#
# Revision 1.1 2004/08/12 16:58:58 rshortt
--- 24,28 ----
#
# Revision 1.2 2004/08/13 16:17:33 rshortt
! # More work on tv settings, configuration of v4l2 devices based on TV_CARDS.
#
# Revision 1.1 2004/08/12 16:58:58 rshortt
***************
*** 62,66 ****
def main():
! for key, card in config.TV_SETTINGS.items():
print '\n*** %s ***' % key
v4l2 = None
--- 65,69 ----
def main():
! for key, card in config.TV_CARDS.items():
print '\n*** %s ***' % key
v4l2 = None
Index: recordserver.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/recordserver.py,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** recordserver.py 4 Dec 2004 01:22:18 -0000 1.71
--- recordserver.py 5 Dec 2004 13:01:11 -0000 1.72
***************
*** 8,11 ****
--- 8,14 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.72 2004/12/05 13:01:11 dischi
+ # delete old tv variables, rename some and fix detection
+ #
# Revision 1.71 2004/12/04 01:22:18 rshortt
# Detect channels too and move the detect call into the RecordServer object
***************
*** 26,30 ****
# The general idea here is that only Freevo processes that care about certain
# things (ie: devices) will request and have the information. If you want
! # your helper to know about TV_SETTINGS you would:
#
# import config
--- 29,33 ----
# The general idea here is that only Freevo processes that care about certain
# things (ie: devices) will request and have the information. If you want
! # your helper to know about TV_CARDS you would:
#
# import config
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog