Update of /cvsroot/freevo/freevo/src/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22027/src/config
Modified Files:
__init__.py
Log Message:
Variable to hold the detected channels. This will be moving to TV_CHANNELS
itself, real soon.
Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config/__init__.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** __init__.py 28 Nov 2004 17:31:24 -0000 1.1
--- __init__.py 4 Dec 2004 01:34:02 -0000 1.2
***************
*** 149,152 ****
--- 149,162 ----
TV_DEFAULT_SETTINGS = None
+
+ # Internal list of all channels Freevo cares about. This is a ChannelList
+ # object that contains information from the EPGDB and TV_CHANNELS and is
+ # used internaly only, not modified (directly) by the user. This is used
+ # by the tvguide, recordserver, webserver, and other helpers and is the
+ # definative list of channels that Freevo cares about.
+
+ TV_ALL_CHANNELS = None
+
+
#
# Read the environment set by the start script
-------------------------------------------------------
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