-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
The comment here suggests GEOB frames are encoded as latin1: https://github.com/Zazama/node-id3/blob/0.2/index.d.ts#L545
which I believe is the standard.
However, the code actually hard codes the encoding to UTF-16 here: https://github.com/Zazama/node-id3/blob/0.2/src/ID3Frames.js#L565
This means any GEOB frames written with this library are often invalid and can't be read by other programs.
Can the encoding be switched to use latin1 instead? Or alternatively support a way to pass in the encoding?
Metadata
Metadata
Assignees
Labels
No labels