benrr101 / node-taglib-sharp

A node.js port of mono/taglib-sharp
GNU Lesser General Public License v2.1
42 stars 11 forks source link

Non-standard ID3v2 frame identifier support #91

Closed benrr101 closed 1 year ago

benrr101 commented 1 year ago

Description: Changes processing for ID3v2 frames such that if a frame identifier is non-standard, a new instance of FrameIdentifier is created allowing the frame factory to treat the frame as an UnknownFrame.

Testing: