v1.41.0
Vanilagy/mediabunnyv1.41.0Apr 24, 2026by Vanilagy
AI Summary
Enhances ID3v2 parsing to correctly handle TXXX frames by parsing them as key-value records instead of treating them as a single string.
Key Highlights
- Added support for TXXX ID3v2 frames parsing
- TXXX frames now parse as `Record<string, string>`
New Features
- TXXX ID3v2 frame parsing enhancement
Full Release Notes
- Added special support for `TXXX` ID3v2 frames, which now parse as `Record<string, string>`