GNOME Bugzilla – Bug 121143
[PATCH] FLAC files with id3 tags fail to play (can't find media type)
Last modified: 2004-12-22 21:47:04 UTC
I have a large collection of flac files that will not play in rhythmbox. I have a suspicion it is because they have id3 tags on. Before flac was included in the vorbis community you had to use id3 tags. here is a sample: http://tentacle.dhs.org/~ttb/sample.flac.
Can you try running this command: gst-launch gnomevfssrc location=/path/to/my/musicfile.flac ! spider ! volume ! $(gconftool-2 -g /system/gstreamer/default/audiosink)
ttb(pts/2)@golbez ~ %% gst-launch gnomevfssrc location=storage/music/jazz/Art_Blakey/Orgy_in_Rhythm/1_Buhaina_Chant_\(Vocal_by_Sabu\).flac ! spider ! volume ! $(gconftool-2 -g /system/gstreamer/default/audiosink) INFO (29216: 0) Initializing GStreamer Core Library version 0.6.2 INFO (29216: 0) CPU features: (c1c7fbff) MMX 3DNOW MMXEXT INFO (29216: 0) registry: loaded global_registry in 0.290476 seconds (/var/lib/gstreamer/0.6/registry.xml) GStreamer-INFO: 0 live buffer(s) GStreamer-INFO: 0 live bufferpool(s) GStreamer-INFO: 0 live event(s) RUNNING pipeline ERROR: /pipeline0/spider0/sink_ident: Could not find media type execution ended after 1 iterations (sum 409750000 ns, average 409750000 ns, min 409750000 ns, max 409750000 ns) GStreamer-INFO: 0 live buffer(s) GStreamer-INFO: 0 live bufferpool(s) GStreamer-INFO: 0 live event(s) ttb(pts/2)@golbez ~ %%
Then this is a GStreamer issue. I'll give the bug to them. Personally though - I don't think it makes sense to have flac files with id3 tags.
until recently id3 tags were the only way to tag a FLAC file.
Created attachment 19895 [details] [review] fix flac file with id3 detection
FLAC detection also fixed in gnome-mime-data: 2003-09-13 Bastien Nocera <hadess@hadess.net> * gnome-vfs-mime-magic: detect FLAC files with ID3 headers as FLAC * gnome-vfs.keys.in: add image/jpg, the MacOS X Mailer engineers can't read properly (Closes: #122184)
this patch to do not apply on 0.6
apoc commited this to 0.6.3.1 with some more changes, so closing