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

Modified Files:
        freevo_config.py local_conf.py.example 
Log Message:
Add SKIN_FORCE_TEXTVIEW_STYLE and SKIN_MEDIAMENU_FORCE_TEXTVIEW to config
to add more control when to switch to text view.


Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.267
retrieving revision 1.268
diff -C2 -d -r1.267 -r1.268
*** freevo_config.py    4 Oct 2003 14:38:10 -0000       1.267
--- freevo_config.py    11 Oct 2003 12:34:36 -0000      1.268
***************
*** 110,114 ****
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 3.9
  
  # Description of changes in each new version
--- 110,114 ----
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 3.91
  
  # Description of changes in each new version
***************
*** 161,165 ****
       that needs a network connection.'''),
      (3.9,
!      '''Add MPLAYER_SET_AUDIO_DELAY to correct AV sync problems''') ]
  
  
--- 161,168 ----
       that needs a network connection.'''),
      (3.9,
!      '''Add MPLAYER_SET_AUDIO_DELAY to correct AV sync problems'''),
!     (3.91,
!      '''Add SKIN_FORCE_TEXTVIEW_STYLE and SKIN_MEDIAMENU_FORCE_TEXTVIEW to add
!      more control when to switch to text view.''') ]
  
  
***************
*** 633,636 ****
--- 636,656 ----
  #
  SKIN_START_LAYOUT = 0
+ 
+ #
+ # Select a way when to switch to text view even if a image menu is there
+ # Possible values are
+ # 1. force text view when all items have the same image and there are no
+ #    directories
+ # 2. Ignore the directories, always switch to text view when all images
+ #    are the same
+ #
+ SKIN_FORCE_TEXTVIEW_STYLE = 1
+ 
+ #
+ # Force text view for the mediamenu (first menu for video, audio, images and
+ # games). 
+ #
+ SKIN_MEDIAMENU_FORCE_TEXTVIEW = 0
+ 
  
  ENABLE_SHUTDOWN_SYS = 0  # Performs a whole system shutdown at SHUTDOWN!

Index: local_conf.py.example
===================================================================
RCS file: /cvsroot/freevo/freevo/local_conf.py.example,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** local_conf.py.example       4 Oct 2003 14:38:10 -0000       1.14
--- local_conf.py.example       11 Oct 2003 12:34:36 -0000      1.15
***************
*** 324,327 ****
--- 324,344 ----
  # SKIN_START_LAYOUT = 0
  
+ #
+ # Select a way when to switch to text view even if a image menu is there
+ # Possible values are
+ # 1. force text view when all items have the same image and there are no
+ #    directories
+ # 2. Ignore the directories, always switch to text view when all images
+ #    are the same
+ #
+ SKIN_FORCE_TEXTVIEW_STYLE = 1
+ 
+ #
+ # Force text view for the mediamenu (first menu for video, audio, images and
+ # games). 
+ #
+ SKIN_MEDIAMENU_FORCE_TEXTVIEW = 0
+ 
+ 
  # ENABLE_SHUTDOWN_SYS = 0  # Performs a whole system shutdown at SHUTDOWN!
                             # For standalone boxes.




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to