-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
Description
I'm currently trying to add ReplayGain fields to the library as outlined in adding-new-fields.md. However, as far as I can tell, there's no way to handle multiple TXXX frames in an ID3 tag, as internallyGetKnownField returns only one value even though there may be several such fields (differing only in their description) according to the ID3 specs.
Am I missing something or does the library currently simply not implement the reading/writing of more than one arbitrary TXXX frame?
Reactions are currently unavailable