Opened 20 years ago
Last modified 16 years ago
#497 closed defect (fixed)
Incorrect genre tags displayed
| Reported by: | Owned by: | reimar | |
|---|---|---|---|
| Priority: | normal | Component: | demuxer |
| Version: | 1.0pre7 | Severity: | normal |
| Keywords: | Cc: | compn | |
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
There is a bug in the genre list that will display some genres incorrectly
(e.g. "Southern Rock" instead of "Comedy") when playing MP3 files with ID3 meta
informatio. This is due to wrong Int<>String assignment in
libmpdemux/genres.h.new
Genre list taken from the ID3 specifcation: http://www.id3.org/id3v2-00.txt
Reformatted with sed: sed s/" *\([0-9]*\)\.\(.*\)"/"\"\2\",\t\t\t\t\/* \1
*\/"/g
See attachment for a fix. Thanks for this awesome piece of software. cheers,
Christoph
Attachments (1)
Change History (4)
by , 20 years ago
| Attachment: | genres.diff added |
|---|
comment:1 by , 20 years ago
comment:2 by , 16 years ago
| Owner: | changed from to |
|---|
comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed, patriotact@gmail.com |
this must have been applied somewhen.
Note:
See TracTickets
for help on using tickets.

Patch for libmpdemux/genres.h, against version 1.0pre7try2