Package: amule
Severity: wishlist
Tags: patch
Please, could you include ".mka" and ".flac" in the audio search filter?
Patch attached. It'd be nice if you could also forward this to upstream. Thank
you!
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL
set to C)
--- amule-2.1.0/src/OtherFunctions.cpp~ 2006-01-01 06:17:25.000000000 +0100
+++ amule-2.1.0/src/OtherFunctions.cpp 2006-01-12 17:56:19.000000000 +0100
@@ -211,7 +211,8 @@
if ( ext==wxT("mpc") || ext==wxT("mp4") || ext==wxT("aac") ||
ext==wxT("ape") ||
ext==wxT("mp3") || ext==wxT("mp2") || ext==wxT("wav") ||
ext==wxT("au") ||
ext==wxT("ogg") || ext==wxT("wma") || ext==wxT("rma") ||
ext==wxT("mid") ||
- ext==wxT("m4a") || ext==wxT("m4b") || ext==wxT("m4p") )
+ ext==wxT("m4a") || ext==wxT("m4b") || ext==wxT("m4p") ||
ext=wxT("flac") ||
+ ext=wxT("mka") )
return ftAudio;
if ( ext==wxT("jpg") || ext==wxT("jpeg") || ext==wxT("bmp") ||
ext==wxT("gif") ||