Hello!
What module is required for the Exaile to play the tracker music files? Where can I get it?
Thank you!
Exaile [OK]
Exaile [OK]
Last edited by Andyun on 9. Jun 2012, 16:38, edited 1 time in total.
Re: Exaile
Wikipedia: Module file
Re: Exaile
I've found those related gstreamer bug reports:
https://bugs.archlinux.org/task/18708
https://bugzilla.gnome.org/show_bug.cgi?id=614361
Are you on i486 or x86_64?
Could you try to play the files with gstreamer command line tool? Something like gst-launch-0.10 -v playbin uri=file:///home/francisco/Music/Mods/KNGDMSKY.XM
https://bugs.archlinux.org/task/18708
https://bugzilla.gnome.org/show_bug.cgi?id=614361
Are you on i486 or x86_64?
Could you try to play the files with gstreamer command line tool? Something like gst-launch-0.10 -v playbin uri=file:///home/francisco/Music/Mods/KNGDMSKY.XM
Re: Exaile
Thank you for taking the cause!
Salix 13.1.2 i486.
No play:
Salix 13.1.2 i486.
No play:
Code: Select all
use[Desktop]$ gst-launch-0.10 -v playbin uri=file:///home/use/Desktop/long.it
Setting pipeline to PAUSED ...
/GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src: caps = audio/x-mod
** Message: don't know how to handle audio/x-mod
Pipeline is PREROLLING ...
ERROR: from element /GstPlayBin:playbin0/GstDecodeBin:decodebin0: A Module Music Format (MOD) decoder plugin is required to play this stream, but not installed.
Additional debug info:
gstdecodebin.c(983): close_pad_link (): /GstPlayBin:playbin0/GstDecodeBin:decodebin0:
No decoder to handle media type 'audio/x-mod'
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
/GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src: caps = NULL
Freeing pipeline ...
use[Desktop]$
Re: Exaile
I found the solution:
1. Remove "gst-plugins-bad".
2. Install "libmodplug".
3. Compile "gst-plugins-bad" from source code.

-----------------
See also: MOD (module music format) and: MIDI file support or player.
1. Remove "gst-plugins-bad".
2. Install "libmodplug".
3. Compile "gst-plugins-bad" from source code.

-----------------
See also: MOD (module music format) and: MIDI file support or player.