GNOME Bugzilla – Bug 559286
Modules (IT/XM/S3M/MOD) don't report the correct song title.
Last modified: 2008-11-04 20:24:49 UTC
Please describe the problem: When opening modules using totem, rythmbox, etc. (files of type IT/XM/S3M/MOD), the file name is displayed as song title. This format supports for song titles, so it should be shown to instead of the filename. Steps to reproduce: Open a module file in any gstreamer-based media player. Actual results: The song title is actually the filename. Expected results: The song title should be the song title! Does this happen every time? yes, always. Other information: This bug has preventing me to use gstreamer based media players for years, but most other alternatives are kind of crappy, so i feel i should report it. KDE media players behave correctly if it helps.
If possible, it would be nice if info regarding the original filename, sample names, and instrument names be reported when looking at the song info.
I implemented Title, Comments and BPM in CVS. Not sure what to do with instrument and sample names. If you encode mod now to e.g. mp3, the info would end up in teh right id3 tars. There are none for instrument and sample names. 2008-11-04 Stefan Kost <ensonic@users.sf.net> * gst/modplug/gstmodplug.cc: Send tag event. Fixes #559286.