Author: dmeyer
Date: Fri Dec 15 12:55:17 2006
New Revision: 2233

Modified:
   trunk/metadata/src/mediainfo.py

Log:
fix double trackno key

Modified: trunk/metadata/src/mediainfo.py
==============================================================================
--- trunk/metadata/src/mediainfo.py     (original)
+++ trunk/metadata/src/mediainfo.py     Fri Dec 15 12:55:17 2006
@@ -64,7 +64,7 @@
 VIDEOCORE = ['length', 'encoder', 'bitrate', 'samplerate', 'codec', 'format',
              'samplebits', 'width', 'height', 'fps', 'aspect', 'trackno', 
'fourcc' ]
 
-MUSICCORE = ['trackno', 'trackof', 'album', 'genre', 'discs', 'thumbnail' ]
+MUSICCORE = ['trackof', 'album', 'genre', 'discs', 'thumbnail' ]
 
 AVCORE    = ['length', 'encoder', 'trackno', 'trackof', 'copyright', 'product',
              'genre', 'writer', 'producer', 'studio', 'rating', 'starring',

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