-
-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature description
When parsing a podcast MP3 file with {includeChapters: true}, chapter information is not extracted. Instead, multiple warnings are generated:
"Invalid ID3v2.3 frame-header-ID: \u0000\u0000\u0000\u0000"
"id3v2.3 header has empty tag type=\u0000\u0000\u0000\u0000"
Test File
https://static.thetype.cloud/typechat/typechat272.mp3
This file has chapter metadata.
Observation
The same file can be successfully parsed by node-id3 (verified via https://mp3chapters.github.io/), which correctly extracts all chapter information.

Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request