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 338261 - genre name is not displayed, but number instead.
genre name is not displayed, but number instead.
Status: RESOLVED DUPLICATE of bug 331393
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-12 19:11 UTC by Baptiste Mille-Mathias
Modified: 2006-04-18 08:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a capture of rb (47.66 KB, image/png)
2006-04-12 19:11 UTC, Baptiste Mille-Mathias
Details

Description Baptiste Mille-Mathias 2006-04-12 19:11:05 UTC
Since few weeks (it seems since use of gst 0.10), the genre name is not displayed for some categories; instead I have a number between bracket.
Comment 1 Baptiste Mille-Mathias 2006-04-12 19:11:39 UTC
Created attachment 63331 [details]
a capture of rb
Comment 2 Alex Lancaster 2006-04-12 23:38:29 UTC
That's definitely a gstreamer problem.  Early versions of gstreamer had this problem, what version are you using?

This commit in gstreamer-plugins-good (which was included in 0.10.2) fixed it for me:

2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>

        * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
        * gst/id3demux/id3tags.h:
        * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
        (parse_comment_frame), (parse_text_identification_frame),
        (id3v2_tag_to_taglist), (id3v2_are_digits),
        (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
        (parse_split_strings), (free_tag_strings):
          Rewrite parsing of text tags to handle multiple NULL terminated
          strings. Parse numeric genre strings and ID3v2 type
          "(3)(6)Alternative" style genre strings.
          Parse dates that are only YYYY or YYYY-mm format.
          (Fixes #328241 and #322154)
Comment 3 Alex Lancaster 2006-04-12 23:40:18 UTC
If you have a newer version of gstreamer but still see this problem, you probably need to delete your ~/.gnome2/rhythmbox/rhythmdb.xml and re-import your library, because rhythmbox won't re-read the tags if a newer version of gst is installed.
Comment 4 Baptiste Mille-Mathias 2006-04-18 08:08:30 UTC
After deleting my db, Rb reads all the tags okay.
Comment 5 Alex Lancaster 2006-04-18 08:14:51 UTC

*** This bug has been marked as a duplicate of 331393 ***