[gstreamer-bugs] [Bug 313812] New: metadata not found in ogg files without genre
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Thu Aug 18 04:47:03 PDT 2005
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=313812
GStreamer | gst-plugins | Ver: 0.8.10
Summary: metadata not found in ogg files without genre
Product: GStreamer
Version: 0.8.10
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: andyhanton at comcast.net
QAContact: gstreamer-bugs at lists.sourceforge.net
CC: all-bugs at bugzilla.gnome.org
Distribution/Version: Fedora Core 4
If I rip a song in sound juicer without specifying a genre, gst_media_info_read
stores the metadata in the streaminfo field and discards the streaminfo. I have
attached a copy of a track ripped with and without a genre.
If rip a track without a genre I get this:
~/gst-plugins-0.8.10/gst-libs/gst/media-info% ./media-info-test
Prison_Song_Bad_Cut.ogg
stream: (nil), &stream: 0xbfca5984
iterated a few times, didn't find metadata
FIXME: implement getting length of whole track
FILE: Prison_Song_Bad_Cut.ogg
stream: 0x816cdd0, &stream: 0xbfca5984
- mime type: application/ogg
- length: 5.345 seconds
- bitrate: 76.633 kbps
- number of tracks: 1
- track 0
- metadata:
(none found)
- streaminfo:
title: Prison Song
artist: System of a Down
track number: 1
track count: 14
album: Toxicity
encoder: Xiph.Org libVorbis I 20040629
encoder version: 0
audio codec: Vorbis
nominal bitrate: 160000
bitrate: 160000
- format:
audio/x-raw-float, rate=(int)44100, channels=(int)2, endianness=(int)1234,
width=(int)32, buffer-frames=(int)0
if a genre is specified I get this:
~/gst-plugins-0.8.10/gst-libs/gst/media-info% ./media-info-test
Prison_Song_Good_Cut.ogg
stream: (nil), &stream: 0xbfa45e94
FIXME: implement getting length of whole track
FILE: Prison_Song_Good_Cut.ogg
stream: 0x816cdd0, &stream: 0xbfa45e94
- mime type: application/ogg
- length: 5.345 seconds
- bitrate: 76.633 kbps
- number of tracks: 1
- track 0
- metadata:
title: Prison Song
artist: System of a Down
track number: 1
track count: 14
album: Toxicity
genre: Rock
encoder: Xiph.Org libVorbis I 20040629
encoder version: 0
audio codec: Vorbis
nominal bitrate: 160000
bitrate: 160000
- streaminfo:
serial: 1003046990
- format:
audio/x-raw-float, rate=(int)44100, channels=(int)2, endianness=(int)1234,
width=(int)32, buffer-frames=(int)0
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list