summarylogtreecommitdiffstats
path: root/samsung.patch
diff options
context:
space:
mode:
authorMoritz Kaspar Rudert (mortzu)2015-05-21 14:41:31 +0200
committerMoritz Kaspar Rudert (mortzu)2015-05-21 14:41:31 +0200
commitb86b53f14cce50be91b67f51985c8385eff15ddf (patch)
tree588dd153b954b3b9d207f961c0556bb00b69bef2 /samsung.patch
downloadaur-b86b53f14cce50be91b67f51985c8385eff15ddf.tar.gz
initial commit
Diffstat (limited to 'samsung.patch')
-rw-r--r--samsung.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/samsung.patch b/samsung.patch
new file mode 100644
index 000000000000..06c76576da8d
--- /dev/null
+++ b/samsung.patch
@@ -0,0 +1,22 @@
++++ coherence/upnp/core/DIDLLite.py 2010-10-24 16:09:53.218250816 -0700
+@@ -190,6 +190,10 @@
+ additional_info = ['*']
+ if content_format == 'video/x-ms-wmv':
+ additional_info = ['DLNA.ORG_PN=WMV_BASE']+simple_dlna_tags
++ if content_format in ['video/avi', 'video/divx']:
++ additional_info = ['DLNA.ORG_PN=AVI']+simple_dlna_tags
++ if content_format == 'video/quicktime':
++ additional_info = ['DLNA.ORG_PN=QUICKTIME']+simple_dlna_tags
+ if content_format == '*':
+ additional_info = simple_dlna_tags
+
++++ coherence/backends/fs_storage.py 2010-10-21 21:55:10.814224348 -0700
+@@ -24,7 +24,7 @@
+ mimetypes.add_type('video/mpegts', '.ts')
+ mimetypes.add_type('video/divx', '.divx')
+ mimetypes.add_type('video/divx', '.avi')
+-mimetypes.add_type('video/x-matroska', '.mkv')
++mimetypes.add_type('video/mpeg', '.mkv')
+
+ from urlparse import urlsplit
+