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

Modified Files:
        local_conf.py.example 
Log Message:


Index: local_conf.py.example
===================================================================
RCS file: /cvsroot/freevo/freevo/local_conf.py.example,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** local_conf.py.example       29 Oct 2003 20:47:44 -0000      1.20
--- local_conf.py.example       21 Nov 2003 11:57:04 -0000      1.21
***************
*** 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.
! CONFIG_VERSION  = 3.91
  
  
--- 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.
! CONFIG_VERSION  = 4.00
  
  
***************
*** 133,147 ****
  
  #
- # Should playlists be available for movies, and all movies in a directory
- # be played in succession (unless you press STOP/EXIT)?
- #
- # MOVIE_PLAYLISTS = 0
- 
- #
- # Should a Random Playlist be generated for Music?
- #
- # AUDIO_RANDOM_PLAYLIST = 1
- 
- #
  # Should directories sorted by date instead of filename
  # 0 = no, 1 = yes, 2 = no for normal menus, yes for DIR_RECORD
--- 133,136 ----
***************
*** 152,156 ****
  # Show the items in the list in reverse order
  #
! DIRECTORY_REVERSE_SORT = 0
  
  #
--- 141,145 ----
  # Show the items in the list in reverse order
  #
! # DIRECTORY_REVERSE_SORT = 0
  
  #
***************
*** 187,190 ****
--- 176,211 ----
  # USE_MEDIAID_TAG_NAMES = 1
  
+ 
+ #
+ # The next varibales are a list of types in which the feature should be
+ # enabled (video, audio, image, games). E.g. to enable audoplay for
+ # audio and images set DIRECTORY_AUTOPLAY_ITEMS = [ 'audio', 'image' ]
+ #
+ # If you set this variable in a folder.fxd, the value is 1 (enabled)
+ # or 0 (disabled).
+ #
+ 
+ #
+ # Make all items a playlist. So when one is finished, the next one will
+ # start. It's also possible to browse through the list with UP and DOWN
+ #
+ # DIRECTORY_CREATE_PLAYLIST      = [ 'audio', 'image' ]
+ 
+ #
+ # Add playlist files ('m3u') to the directory
+ #
+ # DIRECTORY_ADD_PLAYLIST_FILES   = [ 'audio' ]
+ 
+ #
+ # Add an item 'Random Playlist' to the directory
+ #
+ # DIRECTORY_ADD_RANDOM_PLAYLIST  = [ 'audio' ]
+ 
+ #
+ # Make 'Play' not 'Browse' the default action when only items and not
+ # subdirectories are in the directory
+ #
+ # DIRECTORY_AUTOPLAY_ITEMS       = [ ]
+ 
  # ======================================================================
  # Freevo movie settings:
***************
*** 232,236 ****
  # in your normal movie tree.
  #
! ONLY_SCAN_DATADIR = 1
  
  
--- 253,257 ----
  # in your normal movie tree.
  #
! # ONLY_SCAN_DATADIR = 1
  
  




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to