Author: dmeyer
Date: Thu Dec  7 13:46:09 2006
New Revision: 2173

Modified:
   trunk/metadata/src/mediainfo.py

Log:
add mime

Modified: trunk/metadata/src/mediainfo.py
==============================================================================
--- trunk/metadata/src/mediainfo.py     (original)
+++ trunk/metadata/src/mediainfo.py     Thu Dec  7 13:46:09 2006
@@ -55,7 +55,7 @@
 TYPE_MISC      = 10
 
 MEDIACORE = ['title', 'caption', 'comment', 'size', 'type', 'subtype', 'date',
-             'keywords', 'country', 'language', 'url', 'media', 'artist']
+             'keywords', 'country', 'language', 'url', 'media', 'artist', 
'mime']
 
 AUDIOCORE = ['channels', 'samplerate', 'length', 'encoder', 'codec', 'format',
              'samplebits', 'bitrate', 'fourcc' ]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to