Author: tack Date: Sun May 27 18:20:13 2007 New Revision: 2690 Modified: trunk/metadata/src/core.py
Log: URL must not be unicode because it represents filename, not a printable string. Modified: trunk/metadata/src/core.py ============================================================================== --- trunk/metadata/src/core.py (original) +++ trunk/metadata/src/core.py Sun May 27 18:20:13 2007 @@ -41,7 +41,7 @@ import fourcc -UNPRINTABLE_KEYS = [ 'thumbnail'] +UNPRINTABLE_KEYS = [ 'thumbnail', 'url' ] # media type definitions MEDIA_AUDIO = 'MEDIA_AUDIO' ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
