xine-lib/xine-lib-add-mime-for-mod.patch
2009-03-26 15:24:55 +00:00

24 lines
1.0 KiB
Diff

--- src/demuxers/demux_mod.c 2009-02-08 20:56:51.000000000 +0200
+++ src/demuxers/demux_mod.c.add-mime 2009-03-25 19:41:03.259017840 +0200
@@ -379,7 +379,19 @@
}
static const char *get_mimetypes (demux_class_t *this_gen) {
- return NULL;
+ return "audio/x-mod: mod: SoundTracker/NoiseTracker/ProTracker Module;"
+ "audio/mod: mod: SoundTracker/NoiseTracker/ProTracker Module;"
+ "audio/it: it: ImpulseTracker Module;"
+ "audio/x-it: it: ImpulseTracker Module;"
+ "audio/x-stm: stm: ScreamTracker 2 Module;"
+ "audio/x-s3m: s3m: ScreamTracker 3 Module;"
+ "audio/s3m: s3m: ScreamTracker 3 Module;"
+ "application/playerpro: 669: 669 Tracker Module;"
+ "application/adrift; amf: ADRIFT Module File;"
+ "audio/med; med; Amiga MED/OctaMED Tracker Module Sound File;"
+ "audio/x-amf; amf: ADRIFT Module File;"
+ "audio/x-xm; xm: FastTracker II Audio;"
+ "audio/xm; xm: FastTracker II Audio;";
}
static void class_dispose (demux_class_t *this_gen) {