"A.W." <[email protected]> writes: Hi!
> Most of my movie collection is in this format, so the defaults are > kinda... Here's a patch which enables ogv files for Xine, VLC and MPlayer. I tried to push it to savannah, but it always said fatal: The remote end hung up unexpectedly Michael, do you know what's wrong? Anyway, here it is: --8<---------------cut here---------------start------------->8--- >From 81d6a87677856282914d094b6c5c616a1b51704d Mon Sep 17 00:00:00 2001 From: Tassilo Horn <[email protected]> Date: Mon, 16 Mar 2009 09:16:34 +0100 Subject: [PATCH] Added "ogm" extension to VLC, MPlayer and Xine. --- lisp/emms-player-mplayer.el | 2 +- lisp/emms-player-vlc.el | 2 +- lisp/emms-player-xine.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/emms-player-mplayer.el b/lisp/emms-player-mplayer.el index a843b25..295c437 100644 --- a/lisp/emms-player-mplayer.el +++ b/lisp/emms-player-mplayer.el @@ -37,7 +37,7 @@ (concat "\\`\\(http\\|mms\\)://\\|" (emms-player-simple-regexp "ogg" "mp3" "wav" "mpg" "mpeg" "wmv" "wma" - "mov" "avi" "divx" "ogm" "asf" "mkv" + "mov" "avi" "divx" "ogm" "ogv" "asf" "mkv" "rm" "rmvb" "mp4" "flac" "vob" "m4a" "ape")) "mplayer" "-slave" "-quiet" "-really-quiet") diff --git a/lisp/emms-player-vlc.el b/lisp/emms-player-vlc.el index 2865110..9a42434 100644 --- a/lisp/emms-player-vlc.el +++ b/lisp/emms-player-vlc.el @@ -33,7 +33,7 @@ (concat "\\`\\(http\\|mms\\)://\\|" (emms-player-simple-regexp "ogg" "mp3" "wav" "mpg" "mpeg" "wmv" "wma" - "mov" "avi" "divx" "ogm" "asf" "mkv" + "mov" "avi" "divx" "ogm" "ogv" "asf" "mkv" "rm" "rmvb" "mp4" "flac" "vob" "m4a" "ape")) "vlc" "--intf" "rc") ; these are never used diff --git a/lisp/emms-player-xine.el b/lisp/emms-player-xine.el index dd83308..de86059 100644 --- a/lisp/emms-player-xine.el +++ b/lisp/emms-player-xine.el @@ -38,7 +38,7 @@ (concat "\\`\\(http\\|mms\\)://\\|" (emms-player-simple-regexp "ogg" "mp3" "wav" "mpg" "mpeg" "wmv" "wma" - "mov" "avi" "divx" "ogm" "asf" "mkv" + "mov" "avi" "divx" "ogm" "ogv" "asf" "mkv" "rm" "rmvb" "mp4" "flac" "vob")) "xine" "--no-gui" "--no-logo" "--no-splash" "--no-reload" "--stdctl") -- 1.6.2 --8<---------------cut here---------------end--------------->8--- Bye, Tassilo _______________________________________________ Emms-help mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emms-help
