Ticket #48 (new defect)
TCON (genre) not set with Max, here is easy fix
| Reported by: | johnbuckman | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 0.8.1 | Keywords: | tcon genre |
| Cc: |
Description
The id3 tag TCON is not being set correctly in Max.
I believe the bug is very simple to fix, as Max is passing the text of the genre, and not the number.
If I pick "Ambient" as a genre, and rip, id3v2 tells me TCON is unknown.
However, if I hand-type "26" into the "Genre" field in Max, and rip, then id3v2 correctly shows me that the mp3 created by max is set to TCON=Ambient.
So... look in your source code, and simply swap the variables -- be sure you're sending the TCON genre number, and not the text, and this bug should go away.
Change History
Note: See
TracTickets for help on using
tickets.
