Author: dmeyer
Date: Sun Aug 12 05:21:35 2007
New Revision: 2774

Log:
add title to directory

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 Aug 12 05:21:35 2007
@@ -79,6 +79,7 @@
 
         self._db.register_object_type_attrs("dir",
             image_from_items = (bool, ATTR_SIMPLE),
+            title = (unicode, ATTR_SIMPLE),
             artist = (unicode, ATTR_SIMPLE),
             album = (unicode, ATTR_SIMPLE),
             length = (float, ATTR_SIMPLE))

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