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

Modified Files:
        freevo_config.py 
Log Message:
add USE_NETWORK

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.255
retrieving revision 1.256
diff -C2 -d -r1.255 -r1.256
*** freevo_config.py    10 Sep 2003 19:05:05 -0000      1.255
--- freevo_config.py    10 Sep 2003 19:28:41 -0000      1.256
***************
*** 158,162 ****
      (3.8,
       '''Restructured DIR_GAMES and added XMLTV_GRABBER and XMLTV_DAYS for the
!      tv_grab helper script''')]
  
  
--- 158,163 ----
      (3.8,
       '''Restructured DIR_GAMES and added XMLTV_GRABBER and XMLTV_DAYS for the
!      tv_grab helper script. Also added USE_NETWORK to deactivate everything
!      that needs a network connection.''')]
  
  
***************
*** 246,249 ****
--- 247,257 ----
  #
  KEYMAP = DEFAULT_KEYMAP
+ 
+ #
+ # use resources for the internet to get more informations, like CDDB,
+ # IMDB and Amazon cover search. Set this variable to 0 if your computer
+ # has no network and stop Freevo from trying to use it.
+ #
+ USE_NETWORK = 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