larsbs / id3v2lib

id3v2lib is a library written in C to read and edit id3 tags from mp3 files.
BSD 2-Clause "Simplified" License
128 stars 44 forks source link

Adding genre feature #31

Closed kdeng00 closed 5 years ago

kdeng00 commented 5 years ago

Hey @larsbs, I was wondering if I added a feature to parse the genre number to an actual string would you accept the pull request? I wouldn't change the function get_genre_content() but add a function in utils given an ID3v2_frame_text_content data member to a string if the data value is an actual genre number supported by the ID3 genre list.

larsbs commented 5 years ago

Ok, go ahead