[Player-dev] RE: [Midplayer-private-dev] CR: add "rm" and "ra" to music fileextension list

[Player-dev] RE: [Midplayer-private-dev] CR: add "rm" and "ra" to music fileextension list

Lynch, Rusty rusty.lynch at intel.com
Tue Mar 18 12:07:56 PDT 2008


Looks good

-----Original Message-----
From: midplayer-private-dev-bounces at lists.helixcommunity.org
[mailto:midplayer-private-dev-bounces at lists.helixcommunity.org] On
Behalf Of Eric Hyche
Sent: Tuesday, March 18, 2008 11:52 AM
To: player-dev at lists.helixcommunity.org
Cc: midplayer-private-dev at lists.helixcommunity.org
Subject: [Midplayer-private-dev] CR: add "rm" and "ra" to music
fileextension list


[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


_______________________________________________
Midplayer-private-dev mailing list
Midplayer-private-dev at lists.helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/midplayer-private-dev



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.