Author: dmeyer
Date: Mon Nov 27 13:02:49 2006
New Revision: 2093

Modified:
   trunk/metadata/src/mediainfo.py

Log:
also correct data in tracks

Modified: trunk/metadata/src/mediainfo.py
==============================================================================
--- trunk/metadata/src/mediainfo.py     (original)
+++ trunk/metadata/src/mediainfo.py     Mon Nov 27 13:02:49 2006
@@ -350,7 +350,9 @@
         for container in [ self ] + self.video + self.audio:
             if container['length']:
                 container['length'] = int(container['length'])
-
+        for subitem in self.video + self.audio:
+            subitem.correct_data()
+            
 
     def find_subtitles(self, filename):
         """

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