JeevanJames / Id3

Library to read, modify and write ID3 & Lyrics3 tags in MP3 files. Provides an extensible framework for retrieving ID3 information from online services.
Apache License 2.0
40 stars 17 forks source link

Revamp the genre frame #2

Open JeevanJames opened 6 years ago

JeevanJames commented 6 years ago

The genre frame currently exposes its data as a string, which is not really useful. It needs to be more strongly-typed.

mibe commented 2 years ago

I had the task to add genre support to my project, which uses ID3v1. I made an enum for that with all the Winamp extensions, if you want to copy it.