[Pkg-sugar-commit] [sugar-base] 01/13: Added mime types for .pls and .m3u files in Audio section

Jonas Smedegaard dr at jones.dk
Fri Apr 17 07:41:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.84.2-1
in repository sugar-base.

commit c0a268db67cfe1ec88f64010708ea42142f26509
Author: Kushal Das <kushal at fedoraproject.org>
Date:   Tue Sep 1 14:46:07 2009 +0530

    Added mime types for .pls and .m3u files in Audio section
---
 src/sugar/mime.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/sugar/mime.py b/src/sugar/mime.py
index 7d3b54b..8242dd4 100644
--- a/src/sugar/mime.py
+++ b/src/sugar/mime.py
@@ -54,7 +54,8 @@ _generic_types = [
 { 'id'    : GENERIC_TYPE_AUDIO,
   'name'  : _('Audio'),
   'icon'  : 'audio-x-generic',
-  'types' : ['audio/ogg', 'audio/x-wav', 'audio/wav', 'audio/x-vorbis+ogg']
+  'types' : ['audio/ogg', 'audio/x-wav', 'audio/wav', 'audio/x-vorbis+ogg',
+             'audio/x-mpegurl', 'audio/mpegurl', 'audio/x-scpls']
 },
 { 'id'    : GENERIC_TYPE_VIDEO,
   'name'  : _('Video'),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-base.git



More information about the pkg-sugar-commit mailing list