Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv18996

Modified Files:
        freevo_config.py 
Log Message:
Added builtin webserver stuff, work in progress!

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.135
retrieving revision 1.136
diff -C2 -d -r1.135 -r1.136
*** freevo_config.py    25 Feb 2003 04:37:28 -0000      1.135
--- freevo_config.py    28 Feb 2003 18:39:25 -0000      1.136
***************
*** 171,175 ****
  # This is where recorded video is written.
  #
! DIR_RECORD = './testfiles/Movies/Recorded'
  
  #
--- 171,176 ----
  # This is where recorded video is written.
  #
! # XXX the path doesn't work from the www cgi scripts!
! DIR_RECORD = 'testfiles/Movies/Recorded'
  
  #
***************
*** 512,515 ****
--- 513,518 ----
  # XXX Example cron script:
  # XXX * * * * * /usr/local/freevo/freevo execute src/tv/record_daemon.py
+ 
+ REC_SCHEDULE = '/tmp/freevo_record.pickle'
  #
  # XXX Please see the mencoder docs for more info about the settings
***************
*** 679,682 ****
--- 682,706 ----
                 ('103 Station 3b', 'Station 3b', '103',
                  ('1234567', '1600', '2159'))]
+ 
+ # ======================================================================
+ # Builtin WWW server settings
+ # ======================================================================
+ 
+ # XXX THIS IS WORK IN PROGRESS! PLEASE DON'T USE IT UNLESS YOU KNOW
+ # XXX WHAT YOU'RE DOING! DO NOT ASK FOR HELP USING IT YET!
+ 
+ #
+ # The builtin WWW server must be started separately using the
+ # following commandline:
+ #   "freevo execute src/www/webserver.py"
+ # It uses local_conf.py to find files and TV channels, so it
+ # matters where it is started from! If you start it from the 
+ # freevo source directory, and there is a standard local_conf.py there,
+ # you will not get your local settings!
+ #
+ 
+ # Allowed IP addresses list. Set to [] to allow all addresses.
+ #
+ WWW_IP_ALLOW = ['127.0.0.1']
  
  # ======================================================================




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to