aMule Forum
English => Feature requests => Topic started 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
-
you mean to have previsualization also available for mkv files?
-
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.
-
@@ -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 ;)
-
i said it was easy. thank you deltaHF.