[Player-dev] CR: add "rm" and "ra" to music file extension list
Eric Hyche ehyche at real.com
[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