aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: an easy one ;)  (Read 3134 times)

tmb

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
  • unshaved, greasy hair, glasses, coffee, coke, beer, desk is a mess, linux, c++, python, perl, x86, bash, switched bank because they didn't support mozilla, go to bed later than 3pm... and i like being me. JID: thetmb@here.dk www.jabber.org
an easy one ;)
« 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
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: an easy one ;)
« Reply #1 on: May 19, 2004, 07:41:34 PM »

you mean to have previsualization also available for mkv files?
Logged

tmb

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
  • unshaved, greasy hair, glasses, coffee, coke, beer, desk is a mess, linux, c++, python, perl, x86, bash, switched bank because they didn't support mozilla, go to bed later than 3pm... and i like being me. JID: thetmb@here.dk www.jabber.org
Re: an easy one ;)
« Reply #2 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.
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: an easy one ;)
« Reply #3 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 ;)

tmb

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
  • unshaved, greasy hair, glasses, coffee, coke, beer, desk is a mess, linux, c++, python, perl, x86, bash, switched bank because they didn't support mozilla, go to bed later than 3pm... and i like being me. JID: thetmb@here.dk www.jabber.org
Re: an easy one ;)
« Reply #4 on: May 26, 2004, 03:51:03 PM »

i said it was easy. thank you deltaHF.
Logged