-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor tag classes/structure #16
Comments
So, after going down the rabbit hole of making everything in the But if instead we switch to not everything being a list, single-value and multiple-value can be handled inside the |
Added: * ``ID3v1Field`` * ``ID3v1AlbumField`` * ``ID3v2ArtistField`` * ``ID3v1CommentField`` * ``ID3v1GenreField`` * ``ID3v1TitleField`` * ``ID3v1TrackNumberField`` * ``ID3v1YearField``
This includes:
Tag
class.name
andvalue
.Tag
.Tags
classes to support both plain values andTag
instances in some way.The text was updated successfully, but these errors were encountered: