On 19/04/2013 14:01, Adam Charrett wrote:
> Please can you resubmit this patch via a github pull request,
(I have no idea of what a "github pull request" is)

I attach it as a GIT patch

a.

From 39825a17943b641774a2567bc2ccff56c1743590 Mon Sep 17 00:00:00 2001
From: A M <mennu...@debian.org>
Date: Fri, 19 Apr 2013 14:21:06 +0200
Subject: [PATCH] remove 'ogg' files from VIDEO_MPLAYER_SUFFIX , since they are usually audio only
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

See https://en.wikipedia.org/wiki/Ogg
  «Since 2007, the Xiph.Org Foundation recommends that .ogg
  only be used for Ogg Vorbis audio files. etc etc»
---
 freevo_config.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/freevo_config.py b/freevo_config.py
index 264f7e4..f497827 100644
--- a/freevo_config.py
+++ b/freevo_config.py
@@ -1167,7 +1167,7 @@ VIDEO_SHOW_DATA_DIR = None
 #
 VIDEO_MPLAYER_SUFFIX = [
     'avi', 'mpg', 'mpeg', 'wmv', 'bin', 'rm', 'divx', 'ogm', 'vob', 'asf',
-    'm2v', 'm2p', 'mp4', 'viv', 'nuv', 'mov', 'iso', 'nsv', 'mkv', 'ogg',
+    'm2v', 'm2p', 'mp4', 'viv', 'nuv', 'mov', 'iso', 'nsv', 'mkv',
     'ts', 'flv',
 ]
 
-- 
1.7.2.5

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to