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

Modified Files:
        freevo_config.py local_conf.py.example 
Log Message:
added some internal help messages and a tv grab helper

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.252
retrieving revision 1.253
diff -C2 -d -r1.252 -r1.253
*** freevo_config.py    6 Sep 2003 22:11:40 -0000       1.252
--- freevo_config.py    8 Sep 2003 19:43:14 -0000       1.253
***************
*** 110,114 ****
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 3.6
  
  # Description of changes in each new version
--- 110,114 ----
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 3.8
  
  # Description of changes in each new version
***************
*** 153,159 ****
       MPLAYER_AUTOCROP for 16:9 tv sets, ONLY_SCAN_DATADIR to make freevo start
       faster and TVGUIDE_HOURS_PER_PAGE customize the tv guide'''),
!     (3.6,
       '''Added USE_MEDIAID_TAG_NAMES as directory based variable and
!      HIDE_UNUSABLE_DISCS to hide discs in the wrong menus and empty drives''') ]
  
  
--- 153,162 ----
       MPLAYER_AUTOCROP for 16:9 tv sets, ONLY_SCAN_DATADIR to make freevo start
       faster and TVGUIDE_HOURS_PER_PAGE customize the tv guide'''),
!     (3.7,
       '''Added USE_MEDIAID_TAG_NAMES as directory based variable and
!      HIDE_UNUSABLE_DISCS to hide discs in the wrong menus and empty drives'''),
!     (3.8,
!      '''Restructured DIR_GAMES and added XMLTV_GRABBER and XMLTV_DAYS for the
!      tv_grab helper script''')]
  
  
***************
*** 990,996 ****
  # case Freevo will output the possible list for you to add them manually.
  #
! # If auto-detection works and you want to edit the list, set DEBUG=1 and
! # remove the cache file (e.g. /var/cache/freevo/xmltv_channels.pickle) to
! # see the complete list.
  #
  # Setting this variable to [] will deactivate the tv guide. If you don't have
--- 993,998 ----
  # case Freevo will output the possible list for you to add them manually.
  #
! # If auto-detection doesn't work or you want to edit the list, run
! # freevo tv_grab -query.
  #
  # Setting this variable to [] will deactivate the tv guide. If you don't have
***************
*** 1027,1030 ****
--- 1029,1045 ----
  
  TV_CHANNELS = None
+ 
+ 
+ # Program to grab xmltv listings. To get a grabber, you need to download
+ # xmltv. A possible value for users in the USA is tv_grab_na
+ # Use the tv_grab helper to grab the listings and cache them. Start
+ # 'freevo tv_grab --help' for more informations.
+ 
+ XMLTV_GRABBER = ''
+ 
+ # Number of days the grabber should get
+ 
+ XMLTV_DAYS = 3
+ 
  
  # ======================================================================

Index: local_conf.py.example
===================================================================
RCS file: /cvsroot/freevo/freevo/local_conf.py.example,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** local_conf.py.example       6 Sep 2003 14:58:41 -0000       1.9
--- local_conf.py.example       8 Sep 2003 19:43:14 -0000       1.10
***************
*** 31,35 ****
  # Freevo will tell you any changes made in freevo_config.py. After you
  # merged those changes into this file, set this number to the new one.
! LOCAL_CONF_VERSION  = 3.5
  
  
--- 31,35 ----
  # Freevo will tell you any changes made in freevo_config.py. After you
  # merged those changes into this file, set this number to the new one.
! LOCAL_CONF_VERSION  = 3.7
  
  
***************
*** 613,616 ****
--- 613,617 ----
  
  
+ #
  # TV Channels. This list contains a mapping from the displayed channel name
  # to the actual channel name as used by the TV watching application.
***************
*** 633,639 ****
  # case Freevo will output the possible list for you to add them manually.
  #
! # If auto-detection works and you want to edit the list, set DEBUG=1 and
! # remove the cache file (e.g. /var/cache/freevo/xmltv_channels.pickle) to
! # see the complete list.
  #
  # Setting this variable to [] will deactivate the tv guide. If you don't have
--- 634,639 ----
  # case Freevo will output the possible list for you to add them manually.
  #
! # If auto-detection doesn't work or you want to edit the list, run
! # freevo tv_grab -query.
  #
  # Setting this variable to [] will deactivate the tv guide. If you don't have
***************
*** 668,671 ****
--- 668,684 ----
  # 03:00 to 06:00 it won't be displayed at all.
  #
+ 
+ 
+ 
+ # Program to grab xmltv listings. To get a grabber, you need to download
+ # xmltv. A possible value for users in the USA is tv_grab_na
+ # Use the tv_grab helper to grab the listings and cache them. Start
+ # 'freevo tv_grab --help' for more informations.
+ 
+ XMLTV_GRABBER = ''
+ 
+ # Number of days the grabber should get
+ 
+ XMLTV_DAYS = 3
  
  




-------------------------------------------------------
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