aMule Forum

English => Feature requests => Topic started by: tmb on May 19, 2004, 02:01:41 PM

Title: an easy one ;)
Post by: tmb on May 19, 2004, 02:01:41 PM
there was really no need to supply a patch for this one so i just request it to be a feature.
let .mkv be recognized as video. the nerds own free unpatented container.

--
tmb
Title: Re: an easy one ;)
Post by: Jacobo221 on May 19, 2004, 07:41:34 PM
you mean to have previsualization also available for mkv files?
Title: Re: an easy one ;)
Post by: tmb on May 24, 2004, 12:30:27 AM
yes and no. mplayer takes care of playing .part files no matter what videoformat it is, so i don't really care about a preview option (although it would be nice).

what i mean is searching for videos using amule does not include .mkv, so if i'm sharing a video in a mkv container it'll not show up for people searching for the video (as a video file type).

hope that cleared it up a bit.
Title: Re: an easy one ;)
Post by: deltaHF on May 24, 2004, 05:46:13 PM
Quote
@@ -103,7 +103,7 @@
        if ( ext=="avi"  || ext=="mpg"  || ext=="mpeg" || ext=="ogm"  ||
                 ext=="ram"  || ext=="rm"   || ext=="asf"  || ext=="vob"  ||
                 ext=="divx" || ext=="vivo" || ext=="mov"  || ext=="wmv"  ||
-                ext=="m2v"  || ext=="swf"  || ext=="qt" )
+                ext=="m2v"  || ext=="swf"  || ext=="qt"   || ext=="mkv" )
                 return ftVideo;

done ;)
Title: Re: an easy one ;)
Post by: tmb on May 26, 2004, 03:51:03 PM
i said it was easy. thank you deltaHF.