Author: duncan
Date: Wed Aug  1 14:50:38 2007
New Revision: 9799

Log:
Updated some of the ITEMS to be a bit more consistent
Updated the version number


Modified:
   branches/rel-1/freevo/freevo_config.py
   branches/rel-1/freevo/local_conf.py.example

Modified: branches/rel-1/freevo/freevo_config.py
==============================================================================
--- branches/rel-1/freevo/freevo_config.py      (original)
+++ branches/rel-1/freevo/freevo_config.py      Wed Aug  1 14:50:38 2007
@@ -287,6 +287,9 @@
      Added XINE_BOOKMARK to enable the resume function to work with xine
      Added CACHE_CROPDETECT to enable caching of crop detection using 
encodingcode
      ''' ),
+    (5.21,
+     '''Items for release-1.7.4
+     '''),
 ]
 
 

Modified: branches/rel-1/freevo/local_conf.py.example
==============================================================================
--- branches/rel-1/freevo/local_conf.py.example (original)
+++ branches/rel-1/freevo/local_conf.py.example Wed Aug  1 14:50:38 2007
@@ -38,10 +38,7 @@
 #
 # -----------------------------------------------------------------------
 
-
-
-
-CONFIG_VERSION = 5.20
+CONFIG_VERSION = 5.21
 
 # ======================================================================
 # General freevo settings:
@@ -617,8 +614,10 @@
 # This is a list of items (e.g. directories, fxd files). The items themselves
 # can also be a list of (title, file)
 #
-# VIDEO_ITEMS = [ ('action movies', '/files/movies/action'),
-#                 ('funny stuff', '/files/movies/comedy') ]
+# VIDEO_ITEMS = [
+#     ('action movies', '/freevo/movies/action'),
+#     ('funny stuff', '/freevo/movies/comedy'),
+# ]
 #
 # Some people access movies on a different machine using an automounter.
 # To avoid timeouts, you can specify the machine name in the directory
@@ -678,8 +677,10 @@
 #
 # To add webradio support, add fxd/webradio.fxd to this list
 #
-# AUDIO_ITEMS = [ ('Music Collection', '/local/mp3/'),
-#                 'fxd/webradio.fxd' ]
+# AUDIO_ITEMS = [
+#     ('Music Collection', '/freevo/audio/mp3'),
+#     'fxd/webradio.fxd',
+# ]
 
 #
 # The list of filename suffixes that are used to match the files that
@@ -722,7 +723,9 @@
 # This is a list of items (e.g. directories, fxd files). The items itself
 # can also be a list of (title, file)
 #
-# IMAGE_ITEMS = None
+# IMAGE_ITEMS = [
+#     ('My Photos', '/freevo/images'),
+# ]
 
 #
 # The list of filename suffixes that are used to match the files that
@@ -848,7 +851,7 @@
 #
 # System Path to search for fonts not included in the Freevo distribution
 #
-# OSD_EXTRA_FONT_PATH = [ '/usr/X11R6/lib/X11/fonts/truetype/' ]
+# OSD_EXTRA_FONT_PATH = [ '/usr/share/fonts/truetype' ]
 
 #
 # Font aliases

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to