After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 559286 - Modules (IT/XM/S3M/MOD) don't report the correct song title.
Modules (IT/XM/S3M/MOD) don't report the correct song title.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.10.x
Other All
: Normal normal
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-04 15:15 UTC by Juan Rojo
Modified: 2008-11-04 20:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Juan Rojo 2008-11-04 15:15:03 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.
Comment 1 Juan Rojo 2008-11-04 15:16:37 UTC
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.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2008-11-04 20:24:49 UTC
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.