[Player-dev] CR: add "rm" and "ra" to music file extension list

[Player-dev] CR: add "rm" and "ra" to music file extension list

Eric Hyche ehyche at real.com
Tue Mar 18 11:52:12 PDT 2008


[I will check this in by 2pm PDT if there are
no comments...]

Description
----------------------------------------
.rm and .ra are not currently in the list of recognized audio
file extensions. This change adds them.

Files Modified
----------------------------------------
player/mid/src/constant.py

Branches
----------------------------------------
HEAD only

Index: constant.py
===================================================================
RCS file: /cvsroot/player/mid/src/constant.py,v
retrieving revision 1.2
diff -u -w -r1.2 constant.py
--- constant.py 18 Mar 2008 00:04:02 -0000      1.2
+++ constant.py 18 Mar 2008 18:49:28 -0000
@@ -104,7 +104,7 @@
     return output_list

 MediaType = {
-    'audio': ['mp3', 'wav', 'wma', 'aac', 'ac3', 'm4a', 'ram'],
+    'audio': ['mp3', 'wav', 'wma', 'aac', 'ac3', 'm4a', 'ram', 'rm', 'ra'],
     'photo': ['jpg', 'bmp',  'jpeg', 'png','gif','wbmp', 'svg' ],
     'video': ['mpg', 'mpeg', 'mp4', '3gp', 'ogg','rm', 'rmvb', 'wmv', 'mov', 'avi', 'gif', 'asf', 'rm', 'ogm'],
 }


=====================================
Eric Hyche, Technical Lead
RealNetworks, Inc.
ehyche at real.com




More information about the Player-dev mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.