Author: dmeyer
Date: Sun Oct 14 13:02:12 2007
New Revision: 2868

Log:
update scheme

Modified:
   trunk/beacon/src/server/server.py

Modified: trunk/beacon/src/server/server.py
==============================================================================
--- trunk/beacon/src/server/server.py   (original)
+++ trunk/beacon/src/server/server.py   Sun Oct 14 13:02:12 2007
@@ -91,7 +91,8 @@
             width = (int, ATTR_SIMPLE),
             height = (int, ATTR_SIMPLE),
             length = (float, ATTR_SIMPLE),
-            scheme = (int, ATTR_SIMPLE),
+            scheme = (str, ATTR_SIMPLE),
+            description = (unicode, ATTR_SIMPLE),
             timestamp = (int, ATTR_SEARCHABLE))
 
         self.register_file_type_attrs("audio",
@@ -104,6 +105,7 @@
             bitrate = (int, ATTR_SIMPLE),
             trackno = (int, ATTR_SIMPLE),
             userdate = (unicode, ATTR_SIMPLE),
+            description = (unicode, ATTR_SIMPLE),
             timestamp = (int, ATTR_SEARCHABLE))
 
         self.register_file_type_attrs("image",

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