Author: duncan
Date: Tue Nov 28 22:27:40 2006
New Revision: 8671

Modified:
   branches/rel-1/freevo/src/util/mediainfo.py

Log:
Changed title and filename back


Modified: branches/rel-1/freevo/src/util/mediainfo.py
==============================================================================
--- branches/rel-1/freevo/src/util/mediainfo.py (original)
+++ branches/rel-1/freevo/src/util/mediainfo.py Tue Nov 28 22:27:40 2006
@@ -309,8 +309,7 @@
             if name == name.upper() and info.has_key('type') and \
                    info['type'] in ('DVD', 'VCD'):
                 name = util.getname(filename.lower())
-            info['title'] = name
-            info['filename'] = name
+            info['title:filename'] = name
 
             if info.has_key('video'):
                 for video in info['video']:

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