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

Modified Files:
        freevo_config.py 
Log Message:
Added FORCE_SKIN_LAYOUT and SKIN_START_LAYOUT. Makes only sense with
the new skin. I will increase LOCAL_CONF_VERSION when we switch to the
new skin.


Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.148
retrieving revision 1.149
diff -C2 -d -r1.148 -r1.149
*** freevo_config.py    29 Mar 2003 21:45:26 -0000      1.148
--- freevo_config.py    30 Mar 2003 14:15:59 -0000      1.149
***************
*** 160,164 ****
  #   </variables>
  # </freevo>
! # 
  
  #
--- 160,172 ----
  #   </variables>
  # </freevo>
! #
! # and for the new skin (dischi1) in a file called folder.fxd with the following
! # syntax:
! #
! # <freevo>
! #   <folder>
! #     <setvar name="directory_autoplay_single_item" val="0"/>
! #   </folder>
! # </freevo>
  
  #
***************
*** 184,187 ****
--- 192,201 ----
  DIRECTORY_AUTOPLAY_SINGLE_ITEM = 1
  
+ #
+ # Force the new skin to a specific layout number. -1 == no force. The layout
+ # toggle with DISPLAY will be disabled
+ #
+ FORCE_SKIN_LAYOUT = -1
+ 
  # ======================================================================
  # Freevo movie settings:
***************
*** 353,356 ****
--- 367,377 ----
  #
  SKIN_XML_FILE = 'blue_round1'
+ 
+ #
+ # Start the new skin with a specific layout. Default is 0, DISPLAY toggles
+ # between the different layouts. If a menu hasn't that layout number, 0 will
+ # be taken
+ #
+ SKIN_START_LAYOUT = 0
  
  ENABLE_SHUTDOWN_SYS = 0  # Performs a whole system shutdown at SHUTDOWN!




-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to