Exaile [OK]

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
Andyun
Posts: 456
Joined: 17. Jun 2010, 09:51
Location: Russia: Severodvinsk / Россия: Северодвинск

Exaile [OK]

Post by Andyun »

Hello!
What module is required for the Exaile to play the tracker music files? Where can I get it?
Thank you!
Last edited by Andyun on 9. Jun 2012, 16:38, edited 1 time in total.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Exaile

Post by thenktor »

What are tracker music files?
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
Andyun
Posts: 456
Joined: 17. Jun 2010, 09:51
Location: Russia: Severodvinsk / Россия: Северодвинск

Re: Exaile

Post by Andyun »

Wikipedia: Module file
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Exaile

Post by thenktor »

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
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
Andyun
Posts: 456
Joined: 17. Jun 2010, 09:51
Location: Russia: Severodvinsk / Россия: Северодвинск

Re: Exaile

Post by Andyun »

Thank you for taking the cause!
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]$ 
User avatar
Andyun
Posts: 456
Joined: 17. Jun 2010, 09:51
Location: Russia: Severodvinsk / Россия: Северодвинск

Re: Exaile

Post by Andyun »

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.
Post Reply