Author: duncan
Date: Wed Nov 29 15:52:29 2006
New Revision: 8673
Modified:
branches/rel-1-6/freevo/src/util/mediainfo.py
Log:
[ 1605042 ] Song names are shown by filename, instead of ID3 tag
Fix applied
Modified: branches/rel-1-6/freevo/src/util/mediainfo.py
==============================================================================
--- branches/rel-1-6/freevo/src/util/mediainfo.py (original)
+++ branches/rel-1-6/freevo/src/util/mediainfo.py Wed Nov 29 15:52:29 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